I need to convert my Mysql database to SQL Server 2005 database
1 answer
I propose a general, standards-based, platform-based approach that applies to any two databases. Taken from the answer to yet another question , you can use any of the following tools:
- SQL Workbench using WbCopy command
- a ETL tool like Pentaho Data Integration
- DDLUtils
All this will allow you to customize the migration process to some extent (for example, batch size).
+2
a source to share