Import MySQL database into a MS SQL Server
- by marionmaiden
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?