IDSETREGISTERMERGE (4.0SP20)

Stores information about merged selections.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

IDSETREGISTERID

uniqueidentifier

true

The selection ID that is the output of this merge.

SELECTION1ID

uniqueidentifier

false

The selection ID of the first selection for this merge.

SELECTION2ID

uniqueidentifier

false

The selection ID of the second selection for this merge.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(300)

false

''

The name of the merge.

MERGETYPECODE

tinyint

false

0

The merge operation for this merge.

MERGETYPE

nvarchar(14) (Computed)

true

Provides a translation for the 'MERGETYPECODE' field.

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_IDSETREGISTERMERGE_DATEADDED

DATEADDED

False

False

True

IX_IDSETREGISTERMERGE_DATECHANGED

DATECHANGED

False

False

False

PK_IDSETREGISTERMERGE

ID

True

True

False

UC_IDSETREGISTERMERGE_NAME

NAME

True

False

False

Triggers
Trigger Name Description

TR_IDSETREGISTERMERGE_AUDIT_UPDATE

TR_IDSETREGISTERMERGE_AUDIT_DELETE