From:       To:      
Home > Documentation > SQL Server to MySQL

Merging SQL Server data into the MySQL database

SQL Server to MySQL converter implements merging as follows. If both source and destination tables have primary key or an unique index, it appends to MySQL table those records whose key/index value does not exist. Otherwise, the program appends all rows of the source table.

If structures of MS SQL and MySQL tables are not equal, the program transforms each record from SQL Server table so that it conforms to MySQL table structure.

Have any questions? Contact us