Slashdot Mirror


Manual migration from MS SQL Server to MySQL

Mark Brunelli, News Editor writes "It's no small feat to manually migrate an enterprise from Microsoft SQL Server to MySQL, but it can be done. Here, Mike Sheffey, CEO of Versora, gives step-by-step instructions for two manual tasks: moving the data structure and the data itself."

1 of 44 comments (clear)

  1. Re:Uh, for simple databases maybe by jpkunst · · Score: 3, Informative

    Not to mention that MySQL doesn't even enforce referential integrity would would seem much less functional than MS SQL.

    Will people ever stop saying this? InnoDB tables, which provide referential integrity, have been available for MySQL since version 3.23.34a (2001), are included in binary distributions by default as of MySQL 4.0, and are the default table type on Windows starting with version 4.1.5. See InnoDB Overview.

    JP