Connecting Tech Pros Worldwide Help | Site Map

Restore Mssql bak file to Mysql 5.1 database

  #1  
Old October 31st, 2008, 01:15 PM
Newbie
 
Join Date: Aug 2008
Posts: 8
Currently, I am having a backup file of MSSQL server 2005 database. I want to restore the backup file(of MS Sql server 2005) to MYSQL database.

Please Note: I don't have MS sql server 2005 database.

How can I do it?
  #2  
Old October 31st, 2008, 01:58 PM
Lives Here
 
Join Date: Sep 2006
Posts: 12,084

re: Restore Mssql bak file to Mysql 5.1 database


As you can tell, those are different DBMSs with different syntax for their table definitions.
  #3  
Old November 1st, 2008, 02:49 AM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,701
Provided Answers: 4

re: Restore Mssql bak file to Mysql 5.1 database


My suggestion would be to set up a MSSQL database, restore the backup there, export the data into a CSV file and load that into MySQL.

No good can come from trying to use a file formatted by a Microsoft product for anything other than what is was made for... even another Microsoft product.
Reply