3

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 2

2

Use Microsoft SQL Server Migration Assistan (SSMA) for MySQL

Sign up to request clarification or add additional context in comments.

1 Comment

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

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

I guess you didn't detect my sarcasm :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.