Loading Data > BULK INSERT options
  
BULK INSERT options
SQL Server only. Allows the entry of both BULK INSERT options. For Example: to ensure a lock is place on a table enter TABLOCK, to set the batch size for the load to 100000 rows enter BATCHSIZE=100000, to make bulk insert error on the first row, enter MAXERRORS=0. Separate multiple values using commas.