STUDENTPROGRESSION

This table contains the progression information for each student.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.
STARTDATE date The start date of the academic year.
ENDDATE date The end date of the academic year.

Foreign Keys

Foreign Key Field Type Null Notes Description
HOMEROOMTEACHERID uniqueidentifier yes FACULTY.ID A foreign key to student's homeroom teacher for this progression.
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
SCHOOLGRADELEVELID uniqueidentifier SCHOOLGRADELEVEL.ID A foreign key to student's school gradelevel for this progression.
ENROLLMENTID uniqueidentifier EDUCATIONALHISTORY.ID A foreign key to the student for which the progression belongs.

Indexes

Index Name Fields Unique Primary Clustered
IX_STUDENTPROGRESSION_DATEADDED DATEADDED yes
IX_STUDENTPROGRESSION_DATECHANGED DATECHANGED
PK_STUDENTPROGRESSION ID yes yes
UIX_STUDENTPROGRESSION_ENROLLMENTID_STARTDATE_ENDDATE ENROLLMENTID, STARTDATE, ENDDATE yes

Triggers

Trigger Name Description
TR_STUDENTPROGRESSION_DELETE_CHECKFORCLASSES
TR_STUDENTPROGRESSION_AUDIT_UPDATE
TR_STUDENTPROGRESSION_AUDIT_DELETE

Referenced by

Referenced by Field
RECEIVABLECREDIT STUDENTPROGRESSIONID
STUDENTADVISOR STUDENTPROGRESSIONID
STUDENTCHARGE STUDENTPROGRESSIONID