BBNCTRANSACTIONDOWNLOADEXCEPTION
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
BBNCTRANID | int | Default = 0 | ||
EXCEPTIONNAME | nvarchar(100) | Default = 'Download exception' | ||
TRANSACTIONFIELDS | xml | yes | ||
BATCHTEMPLATEID | uniqueidentifier | yes | ||
EXCEPTIONMESSAGE | nvarchar(1024) | Default = '' | ||
WEBHEALTHINFORMATION | nvarchar(4000) | Default = '' | ||
DATEADDED | datetime | Default = getdate() | ||
DATECHANGED | datetime | Default = getdate() | ||
TS | timestamp | |||
TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) | |
PROCESSORID | uniqueidentifier | yes |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_BBNCTRANSACTIONDOWNLOADEXCEPTION_BBNCTRANID | BBNCTRANID | |||
IX_BBNCTRANSACTIONDOWNLOADEXCEPTION_DATEADDED | DATEADDED | yes | ||
IX_BBNCTRANSACTIONDOWNLOADEXCEPTION_DATECHANGED | DATECHANGED | |||
PK_BBNCTRANSACTIONDOWNLOADEXCEPTION | ID | yes | yes |
Triggers
Trigger Name | Description |
---|---|
TR_BBNCTRANSACTIONDOWNLOADEXCEPTION_AUDIT_UPDATE | |
TR_BBNCTRANSACTIONDOWNLOADEXCEPTION_AUDIT_DELETE |
Referenced by
Referenced by | Field |
---|---|
BBNCTRANSACTIONDOWNLOADEXCEPTIONSTATUS | PARAMETERSETID |