I just read a fascinating article on clustering architectures for databases from Kevin Closson of Polyserve (now HP). Kevin, for those of you who don’t know him, is a Golden God, at least according to StorageMojo Robin Harris, but all I can say is that he has one of the most informed and incisive views [...]
Aug
10
2007
Nov
06
2006
Released a new version of the procedure converter from SQL Server
to MySQL. The changes are driven by user requests.
I have added support for temporary table creation: in SQL server
you create a temporary table by adding INTO #temptable to your
select. This is converted to MySQL CREATE TEMPORARY TABLE and the
# is dropped.
Also some minor changes, like support for very large SQL
statements, better pretty-printing and improved support for CASE
statements.