DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE (4.0SP17)

Stores the last run date for the find differential duplicate constituents SSIS package.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SELECTIONID

uniqueidentifier

true

FK to IDSETREGISTER

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

LASTRUNDATE

datetime

false

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_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE_DATEADDED

DATEADDED

False

False

True

IX_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE_DATECHANGED

DATECHANGED

False

False

False

PK_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE

ID

True

True

False

UIX_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE_SELECTIONID

SELECTIONID

True

False

False

Triggers
Trigger Name Description

TR_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE_AUDIT_UPDATE

TR_DIFFERENTIALDUPLICATECONSTITUENTSRUNDATE_AUDIT_DELETE