Field |
Field Type |
Null |
Notes |
Description |
OLDGUIDVALUE |
uniqueidentifier |
 |
|
The guid value to overwrite. |
NEWGUIDVALUE |
uniqueidentifier |
 |
|
The guid value that will replace the old guid value. |
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. |
FIELDNAME |
nvarchar(255) |
|
Default = '' |
The name of the field to overwrite. |
OLDDATEVALUE |
datetime |
 |
|
The date value to overwrite. |
NEWDATEVALUE |
datetime |
 |
|
Th date value that will replace the old date value. |