BOARDMEMBERDATERANGE (4.0SP17)

Contains the date ranges for which constituents are board members.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONSTITUENTID

uniqueidentifier

false

FK to CONSTITUENT

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEFROM

date

true

DATETO

date

true

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_BOARDMEMBERDATERANGE_CONSTITUENTID

CONSTITUENTID

False

False

False

IX_BOARDMEMBERDATERANGE_DATEADDED

DATEADDED

False

False

True

IX_BOARDMEMBERDATERANGE_DATECHANGED

DATECHANGED

False

False

False

PK_BOARDMEMBERDATERANGE

ID

True

True

False

Triggers
Trigger Name Description

TR_BOARDMEMBERDATERANGE_MARKASCONSTITUENT

TR_BOARDMEMBERDATERANGE_AUDIT_ETLDELETEDID

TR_BOARDMEMBERDATERANGE_AUDIT_UPDATE

TR_BOARDMEMBERDATERANGE_AUDIT_DELETE