EVENTLABEL (3.0)

Label of the Event

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

EVENTID

uniqueidentifier

false

Foreign Key to Event Table

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

LABELNAME

nvarchar(100)

false

''

name of the Event Label

LABELVALUE

nvarchar(100)

false

''

value of the Event Label

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.

COPYSOURCEID

uniqueidentifier

true

Original copy from ID

COPYBATCHGUID

uniqueidentifier

true

Copy batch ID

Indexes
Index Name Field(s) Unique Primary Clustered

IX_EVENTLABEL_DATEADDED

DATEADDED

False

False

True

IX_EVENTLABEL_DATECHANGED

DATECHANGED

False

False

False

IX_EVENTLABEL_EVENTID

EVENTID

False

False

False

PK_EVENTLABEL

ID

True

True

False

Triggers
Trigger Name Description

TR_EVENTLABEL_AUDIT_UPDATE

TR_EVENTLABEL_AUDIT_DELETE