views:

59

answers:

2

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.

A: 

export db from MySql (mysqldump), edit by hand to convert between variations of SQL language in the two platforms, then import into MS-SQL.

dar7yl
-1 for thats very obvious thing....
Sam Rudolph
I guess you didn't detect my sarcasm :)
dar7yl
+2  A: 

Use Microsoft SQL Server Migration Assistan (SSMA) for MySQL

hallie
Thanx but,is this a version specific tool as am using version2008 and it was expecting version 2005
Sam Rudolph