views:

72

answers:

2

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

+1  A: 

Here's a description of how to accomplish this. I can't speak as to how safe or well this works.

Sugerman
literally the 2rd link down from my url... which is why I posted, the url...
xyld
+1  A: 

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).

Tomislav Nakic-Alfirevic