Microsoft KB Archive/196790

From BetaArchive Wiki
Knowledge Base


FIX: BULK INSERT with BATCHSIZE Disregards LASTROW Parameter

Article ID: 196790

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q196790

BUG #: 53028 (SQLBUG_70)

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:

232570INF: 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.


Additional query words: prodsql bcp

Keywords: kbbug kbfix kbsqlserv700sp1fix KB196790