Data Target is an Microsoft SQL Server

Check constraints

Ensure that any constraints on the destination table are checked during the bulk copy operation. By default, constraints are ignored.

Keep identity

Specify that there are values in the data file for an identity column.

Keep NULLS

Specify that any columns containing a null value should be retained as null values, even if a default value was specified for that column in the destination table.

Batch size

Specify the number of rows in a batch. The default is the entire data file.

The following values for the Batch size property have these effects:

  • If you set Batch size to zero, the data is loaded in a single batch. The first row that fails will cause the entire load to be cancelled, and the step fails.
  • If you set Batch size to one, the data is loaded a row at a time. Each row that fails is counted as a one-row failure. Previously loaded rows are committed.
  • If you set Batch size to a value greater than one, the data is loaded one batch at a time. Any row that fails in a batch fails that entire batch; loading stops and the step fails. Rows in previously loaded batches are either committed or if the step has joined the package transaction, provisionally retained in the transaction, subject to later commitment or rollback.

For more technologies supported by our ETL Software see Advanced ETL Processor Versions and Visual Importer ETL Versions

Confused? Ask question on our ETL Forum

  • vimp/data_targets/sql_server.txt
  • Last modified: 17/09/2018 10:32
  • by admin