RE: Running a definition file from MS-SQL

2003-09-18 Thread Fortuno, Adam
Tormod, I feel your pain brother! Actually, I do this allot more than I'd prefer to admit. I assume when you say MS SQL you mean SQL Server 2000. When you say MySQL, you mean MySQL 4.0.x. Scripting the database/tables from query analyzer doesn't produce files, which are immediately executable in

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