Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,
I want to shift from ms-sql to mysql,but i have already created database.Is it possible to use ms-sql stored procedure or tables script (or database script) in mysql server.what i ahve to do populate this database from mssql to mysql.
pls help me ASAP.........
Posted
Updated 15-Jun-12 3:12am
v2
Comments
Bernhard Hiller 15-Jun-12 10:19am    
Did it the other way round a few month ago. I used my BusinessObjects, and added some extra functionality. I filled them with the data from the MySQL server, and INSERTed them to the MS SQLServer, with the IDENTITY_INSERT option (you do not need that with MySQL).
By the way, MS SQLServer is more performant, and has less issues with non-ASCII characters (especially with Backup and Restore...).

1 solution

While I'm not a big fan of systems that create schemas based upon another schema, there are ways you can do this. One tool that looks like it might work is the MySQL Migration Toolkit:

http://dev.mysql.com/doc/migration-toolkit/en/mysql-migration-toolkit-features.html[^]

It seems as though this used to be in the MySQL Workbench but I'm not sure if it still is or not. You could try there first. If you don't see it there, you can download the integrated version here:

http://downloads.mysql.com/archives.php?p=MySQLDeveloperSuite&v=1.1.10[^]
 
Share this answer
 

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