I have the scripts for creating all the tables in a SQL Server database and would like to "translate" them so that I can create the same tables in a MySQL database.
Compare the format of the Create statements there to SQL's statement.
Technically speaking, unless the create statements are making use of some specific SQL functions, they should be generic enough to run. But of course you'd need to attempt to run them to see if they get caught up somewhere.
Try posting an example we can tell you if its vanilla enough to run.
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
Behind the Web, Tips and Tricks for Web Development.
I'm running them already. Here's what I've found so far:
1. MySQL scripts need a semicolon at the end of each line
2. Accepted default value for DATETIME type is 0(zero) NOT ""
3. Many of my SQL server tables have rows too long to be accepted in MySQL. BTW I don't know what the MySQL limit is or why there is a limit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.