The information in this article applies to:
BUG #: 53028 (SQLBUG_70) SYMPTOMSIf you use the BULK INSERT command with the BATCHSIZE and LASTROW options in combination, the LASTROW command is ignored and all rows in the data file are imported. WORKAROUND
Do not use BATCHSIZE in combination with the LASTROW option. Testing would
seem to indicate, however, that if the batchsize is a 0 modulus of the
lastrow, then the import will stop where requested.
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 7.0. This problem has been corrected in U.S. Service Pack 1
for Microsoft SQL Server version 7.0. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
Additional query words: prodsql bcp
Keywords : kbbug7.00 kbSQLServ700bug kbSQLServ700sp1fix |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |