Are there any free software for migrating data from M$ SQL Server to MySQL?
Or is it possible to generate a SQL script in M$ SQL Server that includes the INSERT INTO lines?
Thanks
is this a one time thing? if so then consider using the export functionality to export a csv datafile and use mysql_load to load the file...