Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(200)   Default = ''
 DESCRIPTION nvarchar(1000)   Default = ''
 CREATEOUTPUTSELECTION bit   Default = 0 Designates whether or not an ID set should be created for each batch committed during the commit batches process.
 CREATEEXCEPTIONBATCHES bit   Default = 0 Indicates whether batches should be created for exceptions during the commit batches process.
 PURGEBATCHES bit   Default = 0 Indicates whether or not to delete the data and mark the batches as deleted after the commit batches process.
 CREATEBATCHCONTROLREPORTS bit   Default = 0 Indicates whether or not to generate control reports for batches being committed by this process.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 SELECTIONID uniqueidentifier IDSETREGISTER.ID A foreign key to the ID set used to filter the records included in the batches commit process.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_BATCHESCOMMITPROCESS_DATEADDED DATEADDED    
 IX_BATCHESCOMMITPROCESS_DATECHANGED DATECHANGED      
 PK_BATCHESCOMMITPROCESS ID  
 UC_BATCHESCOMMITPROCESS_NAME NAME    

Trigger Name Description
 TR_BATCHESCOMMITPROCESS_AUDIT_UPDATE
 TR_BATCHESCOMMITPROCESS_AUDIT_DELETE

Referenced by Field
 BATCHESCOMMITPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table