Hi,
Would any one tell me how to migrate from MSSQL to MySQL?
Thanks in advance.
Michael
Do you have access to some sort of admin interface like phpMyAdmin? There may be a better way but all I do is export the tables from MSSQL to a text file and then import the text file using phpMyAdmin.