The information in this article applies to:
BUG #: 48052 (SQLBUG_70) SYMPTOMSThe BULK INSERT statement inserts records into a table instead of returning an error when FIRSTROW is set to a value greater than LASTROW. WORKAROUNDSet FIRSTROW to a value less than LASTROW. 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/.
MORE INFORMATIONSteps to Reproduce the Behavior
The fixed behavior in SQL Server 7.0 Service Pack 1 is that when the preceding BULK INSERT statement is executed, it runs successfully and the following message is returned:
However, no records are inserted into the table as none match the specified criteria.Additional query words: bcp
Keywords : kbbug7.00 kbSQLServ700bug kbSQLServ700sp1fix |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |