How can I import a dump file (database) from mysql to sql server 2014?

0

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

    
asked by Viatorii 18.09.2018 в 14:02
source

1 answer

0

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

    
answered by 18.09.2018 / 14:20
source