Hi I have got a .bak file from mssql Can I pass it to mysql? How do I do it?
Alvaro
No. You can not import a mssql backup. You can connect to the original mssql server and import the data that way http://dev.mysql.com/doc/mysql/en/MySQL_Connectors.html. Or dump the data from the mssql into a csv and import that.