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.
 NAME nvarchar(100) (Computed) dbo.[UFN_MKTSEGMENTATION_GETNAME]([SEGMENTATIONID]) The name of the marketing effort whose segment counts will be calculated.
 RUNSEGMENTATIONSEGMENTREFRESHPROCESS bit   Default = 0 Indicates whether the marketing effort segment refresh process should be run prior to the calculation of segment record counts.
 CACHESOURCEANALYSISRULEDATA bit   Default = 0 Indicates whether source analysis rule data should be cached during the calculation of segment record counts.
 SOURCEANALYSISRULEDATALASTCACHED datetime Records the date and time that source analysis rule data was last cached.
 RUNMARKETINGEXCLUSIONSREPORT bit   Default = 1

Foreign Key Field Type Null Notes Description
 SEGMENTATIONID uniqueidentifier   MKTSEGMENTATION.ID The marketing effort whose segment counts will be calculated.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS_DATEADDED DATEADDED    
 IX_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS_DATECHANGED DATECHANGED      
 IX_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS_SEGMENTATIONID SEGMENTATIONID      
 PK_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS ID  

Trigger Name Description
 TR_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS_AUDIT_UPDATE
 TR_MKTSEGMENTATIONSEGMENTCALCULATEPROCESS_AUDIT_DELETE

Referenced by Field
 MKTSEGMENTATIONSEGMENTCALCULATEPROCESSEXPORTFORMAT PARAMETERSETID
 MKTSEGMENTATIONSEGMENTCALCULATEPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table