EVENTGROUPMEMBER (2.93)

Contains information pertainting to event group members.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

EVENTGROUPID

uniqueidentifier

false

FK to EVENTGROUP

REGISTRANTID

uniqueidentifier

false

FK to REGISTRANT

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

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_EVENTGROUPMEMBER_DATEADDED

DATEADDED

False

False

True

IX_EVENTGROUPMEMBER_DATECHANGED

DATECHANGED

False

False

False

IX_EVENTGROUPMEMBER_EVENTGROUPID

EVENTGROUPID

False

False

False

IX_EVENTGROUPMEMBER_REGISTRANTID

REGISTRANTID

False

False

False

PK_EVENTGROUPMEMBER

ID

True

True

False

Triggers
Trigger Name Description

TR_EVENTGROUPMEMBER_AUDIT_UPDATE

TR_EVENTGROUPMEMBER_AUDIT_DELETE