Nirmal
Nirmal

Reputation: 4829

Migrate from MySql to Sql server 2008

I have Mysql dump file of around 200 GB, now I need to migrate into Sql server 2008. So What approach I should follow, should I go ahead with the line by line sql statement or is there any GUI tool available which suits to my requirement ?

Upvotes: 3

Views: 1922

Answers (1)

Mitch Wheat
Mitch Wheat

Reputation: 300489

Microsoft SQL Server Migration Assistant for MySQL v1.0

Microsoft SQL Server Migration Assistant (SSMA) is a toolkit that dramatically cuts the effort, cost, and risk of migrating from MySQL to SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 and SQL Azure.

Upvotes: 5

Related Questions