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.