views:

178

answers:

3

I want to migrate my MSSQL database into MYSQL. Is there any open source or free software for that?

+1  A: 

There's an article with pretty good coverage of the issues on mysql's site.

Alex Martelli
A: 

sorry for the late answer. just saw your post. what you can do is,

dump sql file from the table in MSSQL and use that file to import data into MySQL table. you can use navicat for this ( import to mySQL).

JPro
A: 

Navicat really can help you.