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.
 DESCRIPTION nvarchar(255)   Default = '' A description of the export.
 NAME nvarchar(100) (Computed) dbo.[UFN_MKTSEGMENTATION_GETNAME]([SEGMENTATIONID]) The marketing effort name to be used as the parameter set name.
 EXPORTACTIVESEGMENTS bit   Default = 1
 EXPORTINLINEEXCLUSIONS bit   Default = 0

Foreign Key Field Type Null Notes Description
 SEGMENTATIONID uniqueidentifier   MKTSEGMENTATION.ID The marketing effort the export process will use.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 MAILEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated marketing effort with mail packages not already associated with an export definition.
 EMAILEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated marketing effort with email packages not already associated with an export definition.
 PHONEEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated marketing effort with phone packages not already associated with an export definition.
 INLINEEXCLUSIONEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID

Index Name Field(s) Unique Primary Clustered
 IX_MKTSEGMENTATIONEXPORTPROCESS_DATEADDED DATEADDED    
 IX_MKTSEGMENTATIONEXPORTPROCESS_DATECHANGED DATECHANGED      
 IX_MKTSEGMENTATIONEXPORTPROCESS_EMAILEXPORTDEFINITIONID EMAILEXPORTDEFINITIONID      
 IX_MKTSEGMENTATIONEXPORTPROCESS_INLINEEXCLUSIONEXPORTDEFINITIONID INLINEEXCLUSIONEXPORTDEFINITIONID      
 IX_MKTSEGMENTATIONEXPORTPROCESS_MAILEXPORTDEFINITIONID MAILEXPORTDEFINITIONID      
 IX_MKTSEGMENTATIONEXPORTPROCESS_PHONEEXPORTDEFINITIONID PHONEEXPORTDEFINITIONID      
 PK_MKTSEGMENTATIONEXPORTPROCESS ID  
 UIX_MKTSEGMENTATIONEXPORTPROCESS_SEGMENTATIONID SEGMENTATIONID    

Trigger Name Description
 TR_MKTSEGMENTATIONEXPORTPROCESS_INSERT
 TR_MKTSEGMENTATIONEXPORTPROCESS_AUDIT_UPDATE
 TR_MKTSEGMENTATIONEXPORTPROCESS_AUDIT_DELETE

Referenced by Field
 MKTSEGMENTATIONEXPORTPROCESSEXPORTFORMAT PARAMETERSETID
 MKTSEGMENTATIONEXPORTPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table