Import MySQL database into a MS SQL Server

Posted by marionmaiden on Stack Overflow See other posts from Stack Overflow or by marionmaiden
Published on 2010-04-12T11:37:20Z Indexed on 2010/04/12 11:43 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

I have a .sql file from a MySQL dump containing tables definitions and the data to be inserted in this tables. How can I convert this database represented in the dump file into a MS SQL server database?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server