Click here to Skip to main content
16,001,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ALL,

I need to change an application from mssql to mysql including stored procedures .

So I have to copy all of existing data from mssql to mysql. I need a sufficient tool for this.

Which tool would be best for doign so?

Thanks in advance.
Posted
Updated 12-May-14 4:11am
v2

There is a workbench tool provided for this. There is also a white paper on the myssql site all about this http://www.mysql.com/why-mysql/white-papers/guide-to-migrating-from-sql-server-to-mysql/[^]
You have to register, but it is free

There are several articles out on the web ... list of other links[^]
 
Share this answer
 
You may try MySQL Workbench[^] which has a database migration wizard.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900