Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert MySQL script to SQL Server [closed]

I have a large MySQL set of commands in a file (script) and I need to execute it on a Microsoft SQL Server 2008. I know there are few differences in both languages, despite the fact the base SQL is the same.

Is there any way how to convert a MySQL script to one that is executable on SQL Server? Or is there any migration app that can easily take the whole MySQL server and replicate everything on SQL Server 2008?

Thanks for any advice.

like image 573
NumberFour Avatar asked Nov 20 '09 14:11

NumberFour


People also ask

Can you convert MySQL to SQL Server?

After you have connected to MySQL, connected to SQL Server or SQL Azure, and set project and data mapping options, you can convert MySQL database objects to SQL Server or Azure SQL Database objects.

How do I run a MySQL script in SQL Server?

To run SQL script in MySQL, use the MySQL workbench. First, you need to open MySQL workbench. Now, File -> Open SQL Script to open the SQL script. Note − Press OK button twice to connect with MySQL.


1 Answers

I tried Full Convert Enterprise with quite big success. Fast, easy and it did my job. Give it a try it may help you

like image 168
ppolyzos Avatar answered Sep 21 '22 11:09

ppolyzos