The command file is over 177,000 records, with about 16,000 inserts
and 16,000 updates.
I loaded the command file into the SQL Query Tool in Enterprise
Manager. I received the following message:
The SQL command batch has exceeded 64000 and cannot be executed
I then chopped the command file to contain only 32,000 records. Same
message. Can anyone advise?
Insert into tblX (col1, col2) values ('abc', 'frd') => 16000 of them,
followed by 16000 of Updates etc...
Does your file include 'GO's anywhere?
--
Frédéric.
Larry Marshall <lmar...@marshap.com> wrote in article
<3468dabb...@news.earthlink.net>...