Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 FILENAME nvarchar(250)   Default = '' The name of the file used to remove members.
 SELECTIONNAME nvarchar(250)   Default = '' The name for the selection of members to be removed.
 ORIGINALQUANTITY int   Default = 0 Original quantity
 DELETEDQUANTITY int   Default = 0 Quantity deleted
 EXCEPTIONQUANTITY int   Default = 0 Quantity of exceptions
 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
 SEGMENTATIONID uniqueidentifier   MKTSEGMENTATION.ID The marketing effort the remove members process will use.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 STATUSID uniqueidentifier MKTUPDATEMAILINGCOUNTSPROCESSSTATUS.ID The remove members process status ID

Index Name Field(s) Unique Primary Clustered
 IX_MKTSEGMENTATIONEXCLUSION_DATEADDED DATEADDED    
 IX_MKTSEGMENTATIONEXCLUSION_DATECHANGED DATECHANGED      
 IX_MKTSEGMENTATIONEXCLUSION_SEGMENTATIONID_STATUSID SEGMENTATIONID, STATUSID      
 IX_MKTSEGMENTATIONEXCLUSION_STATUSID STATUSID      
 PK_MKTSEGMENTATIONEXCLUSION ID  

Trigger Name Description
 TR_MKTSEGMENTATIONEXCLUSION_AUDIT_UPDATE
 TR_MKTSEGMENTATIONEXCLUSION_AUDIT_DELETE

Referenced by Field
 MKTSEGMENTATIONEXCLUSIONSELECTION SEGMENTATIONEXCLUSIONID

Entity-Relationship diagram of this table