Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(255)   Default = '' Name of the export process.
 DESCRIPTION nvarchar(1000)   Default = '' Description of the export process.
 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
 ADHOCQUERYID uniqueidentifier ADHOCQUERY.ID Indicates the ad-hoc query to use for the export.
 SMARTQUERYINSTANCEID uniqueidentifier SMARTQUERYINSTANCE.ID Indicates the smart query instance to use for the export.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 EXPORTDEFINITIONID uniqueidentifier EXPORTDEFINITION.ID Indicates the export definition to use for the export.
 SELECTIONID uniqueidentifier IDSETREGISTER.ID Indicates the selection to use for the export.

Index Name Field(s) Unique Primary Clustered
 IX_EXPORTPROCESS_DATEADDED DATEADDED    
 IX_EXPORTPROCESS_DATECHANGED DATECHANGED      
 PK_EXPORTPROCESS ID  

Trigger Name Description
 TR_EXPORTPROCESS_INSERT
 TR_EXPORTPROCESS_AUDIT_UPDATE
 TR_EXPORTPROCESS_AUDIT_DELETE

Referenced by Field
 EXPORTPROCESSEXPORTFORMAT PARAMETERSETID
 EXPORTPROCESSSTATUS PARAMETERSETID

Entity-Relationship diagram of this table