Advanced options tab

Bulk load into Azure SQL DB Advanced options tab

Use this tab to configure parameters for the Bulk load into Azure SQL DB. Any Name/Value pair added as a parameter is passed to the Azure SQL database as a parameter, but the validation of the parameter is the user’s responsibility. See the Azure SQL documentation for further details on these parameters. The Force parameter here is provided as an example.

Option

Description

Force

Specify whether to force loading of files into a database:

  • True

Loads data to the table even if the data was already loaded from that file before. This option can potentially duplicate data in a table.

  • False

Ignores staged data files already loaded into the table (default).

Last updated

Was this helpful?