Running a definition file from MS-SQL

2003-09-18 Thread Tormod Halvorsen
Hi all! (My apologies if this has been beaten to death allready, but I *did* search the archives without much luck.) I'm moving from MS SQL to MySQL. Before jumping from the old server, I scripted out the definitions for tables and their fields, thinking I might just run them into MySQL.

Re: Running a definition file from MS-SQL

2003-09-18 Thread colbey
Most likely you'd need to do some datatype mapping changes to the script... Everyone I know who's had to do this has typically used something like sqlyog (search google) and used the ODBC import cabability to transfer data from MSSQL - MySQL.. On Thu, 18 Sep 2003, Tormod Halvorsen wrote: Hi

RE: Running a definition file from MS-SQL

2003-09-18 Thread Fortuno, Adam
: Running a definition file from MS-SQL Hi all! (My apologies if this has been beaten to death allready, but I *did* search the archives without much luck.) I'm moving from MS SQL to MySQL. Before jumping from the old server, I scripted out the definitions for tables and their fields, thinking I