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

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

+2


a source to share


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:



All this will allow you to customize the migration process to some extent (for example, batch size).

+2


a source







All Articles