Database Conversion - MSSQL > MySQL

Enrique

New member
I am having a hard time converting a MSSQL database to MySQL. Any suggestions?

Can anyone recommend any database conversion tool?
 
I am not very familiar with MSSQL, but if the database does not have too many tables and you are able to export the contents of the database as SQL, it might be worth recreating the structure in MySQL using something like phpMyAdmin and then import the sql insert commands.
 
Top