Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 MESSAGE nvarchar(max)   Default = ''
 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.
 ROWNUMBER int   Default = 0 The number of the row that caused the exception.
 ROWDATA nvarchar(max)   Default = '' The row of data that caused the exception.

Foreign Key Field Type Null Notes Description
 BUSINESSPROCESSSTATUSID uniqueidentifier   BUSINESSPROCESSSTATUS.ID ID of the batch process status record to which the exception belongs
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_IMPORTPROCESSEXCEPTION_BUSINESSPROCESSSTATUSID BUSINESSPROCESSSTATUSID      
 IX_IMPORTPROCESSEXCEPTION_DATEADDED DATEADDED    
 IX_IMPORTPROCESSEXCEPTION_DATECHANGED DATECHANGED      
 PK_IMPORTPROCESSEXCEPTION ID  

Trigger Name Description
 TR_IMPORTPROCESSEXCEPTION_AUDIT_UPDATE
 TR_IMPORTPROCESSEXCEPTION_AUDIT_DELETE

Entity-Relationship diagram of this table