Hi... I have a backup of my MSSQL database. I want to migrate it to mySQL at a later time. Is it just a simple dump from the existing database backup or do I need the actual database with the table structures in MSSQL at the time of migration?
Early response appreciated.
Thanks,
Roopa.
MSSQL to MySQL
Started by Roopa2332, Nov 30 2007 05:04 PM
4 replies to this topic
#1
Posted 30 November 2007 - 05:04 PM
|
|
|
#2
Guest_Jordan_*
Posted 01 December 2007 - 06:21 AM
Guest_Jordan_*
The dump will work fine.
#3
Posted 02 December 2007 - 08:42 AM
Hi Jordan,
Thank you for your reply. I really appreciate it. So you say that the backup of the database would be enough for the dump.
Please clarify. That would be really helpful.
Thanks,
Roopa.
Thank you for your reply. I really appreciate it. So you say that the backup of the database would be enough for the dump.
Please clarify. That would be really helpful.
Thanks,
Roopa.
#4
Posted 02 December 2007 - 04:06 PM
To convert from MSSQL to MySQL, I have always used the 'MySQL Migration Toolkit'. You need to point it to your SQL Server database.
When you're ready to convert, just restore the database backup ( you can use SQL Server Express, with SQL Server Management Studio) and then point the MySQL Migration Toolkit to your SQL Server database.
When you're ready to convert, just restore the database backup ( you can use SQL Server Express, with SQL Server Management Studio) and then point the MySQL Migration Toolkit to your SQL Server database.
#5
Guest_NeedHelp_*
Posted 03 December 2007 - 07:17 AM
Guest_NeedHelp_*
You could also use Access to map the data from MSSQL to MySQL.


Sign In
Create Account

Back to top









