I created dump file of database in Mysql.Now i want to restore all the data of mysql to Sql Server.In case for mysql its simple by running source dumpfile name,but how may i restore all the table data for Sql Server and also the syntax of dumpfile is different for Sql Server.
How to Restore Mysql database to MS Sql Server in Rails 4 on Windows