Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Import from mySQL

Author  Topic 

yakoo
Constraint Violating Yak Guru

312 Posts

Posted - 2001-11-01 : 17:32:21
I have some files that contain CREATE TABLE and INSERT commands from a mySQL database that I need to import into SQL2000. I would normally load this in QA but I am recieving a message that the line is too long becuase mySQL supports
INSERT INTO temp1 VALUES (1, 3), (2, 5), (3, 8)

if anyone has encountered this how did you work around it?

   

- Advertisement -