Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please Tell Me how to change Backup file from SQL Server to My SQL means .bak to .sql extension.....???
Posted
Updated 20-Aug-12 21:39pm
v2

1 solution

You cannot change a backup file between different platforms, you need to convert your databases (obviously only data can be successfully converted and vendor specific code you will have to do your self [stored procedures, triggers etc.]).

Check the following : http://dba.stackexchange.com/questions/3153/need-to-migrate-sql-server-to-mysql[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900