i want to migrate my whole DB from MySQL to MS-Sql server.
though i am open to use any tool,am restricted to use only free avilable tools.
2 Answers
Use Microsoft SQL Server Migration Assistan (SSMA) for MySQL
1 Comment
Ashish Agarwal
Thanx but,is this a version specific tool as am using version2008 and it was expecting version 2005
export db from MySql (mysqldump), edit by hand to convert between variations of SQL language in the two platforms, then import into MS-SQL.
1 Comment
dar7yl
I guess you didn't detect my sarcasm :)