Thursday, March 1, 2012

How to Migration to MySQL from other databases


Even I spent about 2 hours to export a Large MS Sql database table to my SQL database using many tools I couldn't.
With My SQL Migration Toolkit I was able to do this.    
The MySQL Migration Toolkit is a graphical tool provided by MySQL AB for migrating schema and data from various relational database systems to MySQL.
MySQL Migration Toolkit is designed to work with MySQL versions 5.0 and higher. You can download and get more info from http://dev.mysql.com/doc/migration-toolkit/en/mysql-migration-toolkit-introduction.html

You will find some problem with MS SQL Express. Please find my next blog for that.

No comments:

Post a Comment