Article ID: 196790 - Last Review: March 14, 2006 - Revision: 2.1

FIX: BULK INSERT with BATCHSIZE Disregards LASTROW Parameter

This article was previously published under Q196790
BUG #: 53028 (SQLBUG_70)
Expand all | Collapse all

SYMPTOMS

If 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.

You can also use the Bcp.exe command line utility as a workaround, if you need to use both the batchsize and lastrow arguments. Use the following command at an MS-DOS prompt:
bcp ?b<batch_size> -L<last_row>
				

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
232570  (http://support.microsoft.com/kb/232570/ ) INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.

APPLIES TO
  • Microsoft SQL Server 7.0 Standard Edition
Keywords: 
kbbug kbfix kbsqlserv700sp1fix KB196790
 

Article Translations

 

Related Support Centers