Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 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.

Foreign Key Field Type Null Notes Description
 APPUSERIDSETREGISTERID uniqueidentifier   IDSETREGISTER.ID A foreign key to the ID set used to filter which app user calendar item record changes should go into the batch owner's batch.
 OWNERAPPUSERID uniqueidentifier   APPUSER.ID FK to APPUSER
 EXCHANGEDOWNLOADPROCESSID uniqueidentifier   EXCHANGEDOWNLOADPROCESS.ID FK to EXCHANGEDOWNLOADPROCESS
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_APPUSERIDSETREGISTERID APPUSERIDSETREGISTERID      
 IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_DATEADDED DATEADDED    
 IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_DATECHANGED DATECHANGED      
 IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_EXCHANGEDOWNLOADPROCESSID EXCHANGEDOWNLOADPROCESSID      
 IX_EXCHANGECALENDARITEMBATCHASSIGNMENT_OWNERAPPUSERID OWNERAPPUSERID      
 PK_EXCHANGECALENDARITEMBATCHASSIGNMENT ID  

Trigger Name Description
 TR_EXCHANGECALENDARITEMBATCHASSIGNMENT_AUDIT_UPDATE
 TR_EXCHANGECALENDARITEMBATCHASSIGNMENT_AUDIT_DELETE

Entity-Relationship diagram of this table