MSSQL-to-MySQL is a program to move MS SQL databases to MySQL server. Key features:
(1) all versions of MS SQL starting from 7.0 are supported;
(2) all versions of Unix/Linux and Windows MySQL are supported;
(3) option to merge MS SQL data into an existing MySQL database;
(4) option to convert partial data using SELECT-queries;
(5) converts indexes with all necessary attributes;
(6) converts foreign keys;
(7) stores conversion settings into profile;
(8) command line support;
(9) easy-to-use wizard style interface