CoreConfigSettingIdsWarehouseBulkInsertBatchSize Field

The bulk insert batch size. Specifies the batch size to use for SQL bulk insert operations in the Warehouse database. If zero, bulk insert operations take place in a single batch in a single transaction. If non-zero, records are batched and each batch is committed in a separate database transaction.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static readonly Guid WarehouseBulkInsertBatchSize

Field Value

Type: Guid
Remarks

The value of this constant is 535a0950-17f8-45c0-869a-21e7ddbc8ce2.

Data Type: Int32. Default Value: 0.
See Also