I have some dump files from mysql and I need to import them to Sql server 2014, does anyone know how I can do it?
Thanks in advance
I have some dump files from mysql and I need to import them to Sql server 2014, does anyone know how I can do it?
Thanks in advance
Perhaps with a DUMP it is somewhat more complex.
I would tell you to reload the dump directly in a new Mysql manager (if you no longer have the original DB) and then try SQL Server Migration Assistant
Allows importing databases such as MySQL or Oracle.
In particular, the version of Mysql is here