Re: SQL Server 2000 to mySQL Server

2003-08-14 Thread Martin Gainty
The official mySQL response is that you are overflowing the maxlength attribute Although there are many posts where SQLServer to MySQL have caused this error the solutions I have seen say go plain text and import using LOAD DATA INFILE Martin - Original Message - From: "David Alonzo" <[EMAI

Re: SQL Server 2000 to mySQL Server

2003-08-14 Thread Karam Chand
Try SQLyog at http://www.webyog.com/sqlyog I have used to import lots of data from SQL Server to MySQL. Karam --- Martin Gainty <[EMAIL PROTECTED]> wrote: > The official mySQL response is that you are > overflowing the maxlength > attribute > Although there are many posts where SQLServer to > My