Primary Key Field Type
 ID uniqueidentifier

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.

Foreign Key Field Type Null Notes Description
 GENERATEBATCHPROCESSID uniqueidentifier   GENERATEBATCHPROCESS.ID A foreign key to the generate batch process this overwrite value belongs to.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GENERATEBATCHPROCESSOVERWRITE_DATEADDED DATEADDED    
 IX_GENERATEBATCHPROCESSOVERWRITE_DATECHANGED DATECHANGED      
 PK_GENERATEBATCHPROCESSOVERWRITE ID  

Trigger Name Description
 TR_GENERATEBATCHPROCESSOVERWRITE_AUDIT_UPDATE
 TR_GENERATEBATCHPROCESSOVERWRITE_AUDIT_DELETE

Entity-Relationship diagram of this table