GLOBALDUPLICATESEARCHSETTINGS

Stores global duplicate search settings.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
DUPLICATESEARCHENABLED bit Default = 1
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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.
AUTOMATCHENABLED bit Default = 1

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_GLOBALDUPLICATESEARCHSETTINGS_DATEADDED DATEADDED yes
IX_GLOBALDUPLICATESEARCHSETTINGS_DATECHANGED DATECHANGED
PK_GLOBALDUPLICATESEARCHSETTINGS ID yes yes

Triggers

Trigger Name Description
TR_GLOBALDUPLICATESEARCHSETTINGS_AUDIT_UPDATE
TR_GLOBALDUPLICATESEARCHSETTINGS_AUDIT_DELETE