I have the dump of ms sql server. Is it possible to use this dump to import data into my mysql db ?
What are the tools required to do the same ?
I have the dump of ms sql server. Is it possible to use this dump to import data into my mysql db ?
What are the tools required to do the same ?
A little googling yielded this article on migrating a SQL Server database to MySQL 5. I would hope there is a simpler solution, but if not, this should work.
In the interest of teaching to fish, the Google query that gave me the best results was:
"data from sql-server to mysql"