Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 STARTDATE datetime The first date for which this recipient is valid.
 ENDDATE datetime The last date for which this recipient is valid.
 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) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 CONSTITUENTID uniqueidentifier CONSTITUENT.LOCALID The constituent associated with this purpose.
 DESIGNATIONLEVELID uniqueidentifier DESIGNATIONLEVEL.ID The fundraising purpose.
 TYPECODEID uniqueidentifier STEWARDSHIPRECIPIENTTYPECODE.ID The type of stewardship recipient.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS_DATEADDED DATEADDED    
 IX_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS_DATECHANGED DATECHANGED      
 PK_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS ID  
 UIX_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS_CONSTITUENTID_DESIGNATIONLEVELID CONSTITUENTID, DESIGNATIONLEVELID    

Trigger Name Description
 TR_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS_AUDIT_UPDATE
 TR_DESIGNATIONLEVELSTEWARDSHIPRECIPIENTS_AUDIT_DELETE

Entity-Relationship diagram of this table