Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
NZMOEStudentValidationStatusSeq | int identity | 4 | √ | null |
|
|
||
RollReturnYear | smallint | 2 | null |
|
|
|||
RollReturnMonth | varchar | 1 | null |
|
|
|||
Campus | varchar | 3 | ('') |
|
|
|||
WarningCount | int | 4 | null |
|
|
|||
ErrorCount | int | 4 | null |
|
|
|||
StudentCount | int | 4 | null |
|
|
|||
StudentsNotIncludedCount | int | 4 | null |
|
|
|||
StudentsNotIncludedIDs | varchar | 2147483647 | √ | null |
|
|
||
RunOnDate | datetime | 16,3 | (getdate()) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_NZMOEStudentValidationStatus_NZMOEStudentValidationStatusSeq | Primary key | Asc | NZMOEStudentValidationStatusSeq |
AK_NZMOEStudentValidationStatus_RollReturnYear_RollReturnMonth_Campus | Must be unique | Asc/Asc/Asc | RollReturnYear + RollReturnMonth + Campus |