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

Merging MySQL data into SQL Server database

MySQL to SQL Server converter allows merge data into an existing table according to the following algorithm. If both source and destination tables define primary key or unique index on the same columns, the tool appends to MS SQL table the rows having key/index value that does not exist in the target table. If there is no primary key or unique index defined, MySQL to SQL Server converter appends all rows of the source table.

If structures of MySQL and MS SQL tables are not identical, the program makes each row from the source table conformed to SQL Server table structure.

Have questions? Contact us