|
MSSQL to MySQL |
|
MSSQL-to-MySQL is a program to migrate Microsoft SQL databases to
MySQL server. It works with all versions of Unix and Windows MySQL
servers and with all versions of MS SQL servers starting from 7.0.
All MS SQL data types and attributes are supported.
MSSQL-to-MySQL converter can do indirect conversion when there is no
connection to MySQL server. Accroding this scenario it converts MS SQL
data into a local MySQL dump file instead of migrating to MySQL server
directly. The dump file contains MySQL statements that creates all tables
and to fills them with the data. Later you can
import dump file into MySQL database.
|