Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DESCRIPTION nvarchar(255)   Default = '' A description of the export.
 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
 ACKNOWLEDGEMENTMAILINGTEMPLATEID uniqueidentifier   MKTACKNOWLEDGEMENTMAILINGTEMPLATE.ID The template this export information belongs to.
 MAILEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated mailing with mail packages not already tied to an export definition.
 EMAILEXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID The export definition to use when exporting segments in an activated mailing with email packages not already tied to an export definition.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_ACKNOWLEDGEMENTMAILINGTEMPLATEID ACKNOWLEDGEMENTMAILINGTEMPLATEID      
 IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_DATEADDED DATEADDED    
 IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_DATECHANGED DATECHANGED      
 IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_EMAILEXPORTDEFINITIONID EMAILEXPORTDEFINITIONID      
 IX_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_MAILEXPORTDEFINITIONID MAILEXPORTDEFINITIONID      
 PK_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT ID  

Trigger Name Description
 TR_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_AUDIT_UPDATE
 TR_MKTACKNOWLEDGEMENTMAILINGTEMPLATEEXPORT_AUDIT_DELETE

Entity-Relationship diagram of this table