SSIS Packages

This section contains parameters that control the behavior of generated SSIS packages in AnalyticsCreator.

Use these parameters to adjust buffering, fast load behavior, validation, connection handling, and package execution settings for import, export, and historization scenarios.

Available parameters

SSIS Replace Decimal Separator

Controls decimal separator replacement behavior in generated SSIS packages.

SSIS Command Timeout

Defines the command timeout used by generated SSIS operations.

SSIS Imp Default Buffer Max Rows

Controls the maximum number of rows per default import buffer.

SSIS Imp Default Buffer Size

Defines the default buffer size for import processing.

SSIS Imp Fastload Max Insert Commit Size

Controls the commit size used during fast load import operations.

SSIS Imp Fastload Keep Identity

Controls whether identity values are preserved during fast load import.

SSIS Imp Fastload Keep Nulls

Controls whether NULL values are preserved during fast load import.

SSIS Imp Fastload Table Lock

Controls whether table locking is used during fast load import.

SSIS Imp Fastload Check Constraints

Controls whether constraints are checked during fast load import.

SSIS Imp Fastload Rows Per Batch

Defines the rows-per-batch setting for fast load import.

SSIS Export Default Buffer Max Rows

Controls the maximum number of rows per default export buffer.

SSIS Export Default Buffer Size

Defines the default buffer size for export processing.

SSIS Export Fastload Max Insert Commit Size

Controls the commit size used during fast load export operations.

SSIS Export Fastload Keep Identity

Controls whether identity values are preserved during fast load export.

SSIS Export Fastload Keep Nulls

Controls whether NULL values are preserved during fast load export.

SSIS Export Fastload Table Lock

Controls whether table locking is used during fast load export.

SSIS Export Fastload Check Constraints

Controls whether constraints are checked during fast load export.

SSIS Export Fastload Rows Per Batch

Defines the rows-per-batch setting for fast load export.

SSIS Export Bulk Insert

Controls whether bulk insert behavior is used for export scenarios.

SSIS Hist Default Buffer Max Rows

Controls the maximum number of rows per default historization buffer.

SSIS Hist Default Buffer Size

Defines the default buffer size for historization processing.

SSIS Hist Fastload Max Insert Commit Size

Controls the commit size used during fast load historization operations.

SSIS Hist Fastload Keep Identity

Controls whether identity values are preserved during fast load historization.

SSIS Hist Fastload Keep Nulls

Controls whether NULL values are preserved during fast load historization.

SSIS Hist Fastload Table Lock

Controls whether table locking is used during fast load historization.

SSIS Hist Fastload Check Constraints

Controls whether constraints are checked during fast load historization.

SSIS Hist Fastload Rows Per Batch

Defines the rows-per-batch setting for fast load historization.

SSIS Delay Connection Validation

Controls whether connection validation is delayed in generated SSIS packages.

SSIS Not Store Connection Strings In Package

Controls whether connection strings are excluded from stored package definitions.

How to use this section

  • Use Imp parameters for import package behavior
  • Use Export parameters for export package behavior
  • Use Hist parameters for historization package behavior
  • Use the general SSIS parameters for connection handling, validation, and package-wide execution behavior

Key takeaway

These parameters control the runtime behavior of generated SSIS packages for import, export, historization, buffering, validation, and connection handling.