Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = ''
 GLOBALCHANGEDATAFORMITEM xml Stores the saved parameters for the global change stored procedure.
 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.
 LASTRUNON datetime Stores the date that the global change was last updated. This value is used to filter records based on the record's DATECHANGED value.

Foreign Key Field Type Null Notes Description
 GLOBALCHANGECATALOGID uniqueidentifier   GLOBALCHANGECATALOG.ID Join field for the global change definition.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GLOBALCHANGE_DATEADDED DATEADDED    
 IX_GLOBALCHANGE_DATECHANGED DATECHANGED      
 PK_GLOBALCHANGE ID  
 UIX_GLOBALCHANGE_GLOBALCHANGECATALOGID_NAME GLOBALCHANGECATALOGID, NAME    

Trigger Name Description
 TR_GLOBALCHANGE_AUDIT_UPDATE
 TR_GLOBALCHANGE_AUDIT_DELETE

Referenced by Field
 GLOBALCHANGESTATUS PARAMETERSETID

Entity-Relationship diagram of this table