CONFIGURATIONEXPORTINSTANCE (4.0SP17)

Stores parameter settings for a specific step in the configuration export business process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONFIGURATIONDATACATALOGID

uniqueidentifier

false

Join field for the configuration data definition.

CONFIGURATIONEXPORTPROCESSID

uniqueidentifier

false

FK to CONFIGURATIONEXPORTPROCESS

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

CONFIGURATIONEXPORTDATAFORMITEM

xml

true

Stores the saved parameters for the configuration export process.

SEQUENCE

int

false

0

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CONFIGURATIONEXPORTINSTANCE_CONFIGURATIONDATACATALOGID

CONFIGURATIONDATACATALOGID

False

False

False

IX_CONFIGURATIONEXPORTINSTANCE_CONFIGURATIONEXPORTPROCESSID

CONFIGURATIONEXPORTPROCESSID

False

False

False

IX_CONFIGURATIONEXPORTINSTANCE_DATEADDED

DATEADDED

False

False

True

IX_CONFIGURATIONEXPORTINSTANCE_DATECHANGED

DATECHANGED

False

False

False

PK_CONFIGURATIONEXPORTINSTANCE

ID

True

True

False

Triggers
Trigger Name Description

TR_CONFIGURATIONEXPORTINSTANCE_AUDIT_UPDATE

TR_CONFIGURATIONEXPORTINSTANCE_AUDIT_DELETE