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
2010-05-06 16:26:31
literally the 2rd link down from my url... which is why I posted, the url...
xyld
2010-05-06 16:37:56
+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:
- SQL Workbench, using the WbCopy command
- an ETL tool, like Pentaho Data Integration
- DDLUtils
All of these will allow you to tweak the migration process to some degree (e.g. batch size).
Tomislav Nakic-Alfirevic
2010-05-06 16:47:02