Ayyappan Anbalagan
Ayyappan Anbalagan

Reputation: 11292

I need to convert my Mysql database to SQL Server 2005 database

I need to convert my Mysql database to SQL Server 2005 database, Is there any tools available for this conversion.

Upvotes: 2

Views: 479

Answers (1)

Tomislav Nakic-Alfirevic
Tomislav Nakic-Alfirevic

Reputation: 10173

I will suggest a generic, standards-based, platform-independent approach, applicable to any two databases. Taken streight from an answer to another question, you can use any of the following tools:

All of these will allow you to tweak the migration process to some degree (e.g. batch size).

Upvotes: 2

Related Questions