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. |