I tried to convert script from MS SQL Server to MySql.
I couldn't find any convenience approach to do this conversion.
I tried this MS SQL Server to MySQL Conversion online converter but it has a lot of mistakes at syntax.
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IDENTITY(1,1) NOT NULL,
`address` varchar(255) NOT NULL,
`date_added` datetime N' at line 2
Here is content of the file that I need to convert pastebin - script
- Does any better way to make this conversion but without installing special tool exist?