|
![]() |
Property | Value |
Name | FactStudentSuccess_TermSnapshot_Staging |
Schema | dbo |
Row Count | 1242127 |
Data Size | 254800 KB |
Index Size | 16 KB |
Create Date | 1/28/2014 9:48 AM |
Description |
Column Name |
Data Type |
Allow Nulls |
Row Guid |
Fulltext Indexed |
Identity |
Default |
Description / Computed Formula |
||
![]() |
![]() |
CumGPA |
numeric(4, 2) |
False |
False |
False |
|||
![]() |
![]() |
CumGPAHours |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
CumGradePoints |
numeric(7, 2) |
False |
False |
False |
|||
![]() |
![]() |
CumHoursAttempted |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
CumHoursEarned |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
DegreeBenchmark_100_Pct |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
DegreeBenchmark_25_Pct |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
DegreeBenchmark_50_Pct |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
DegreeBenchmark_75_Pct |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
DegreeBenchmark_LessThan25_Pct |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
EnrolledInTerm |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_000_199 |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_200_249 |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_250_299 |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_300_349 |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_350_Plus |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GPA_None |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GraduationProgress_AppliedToGraduate |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GraduationProgress_Continueing |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GraduationProgress_Graduated |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
GraduationProgress_NotEnrolledFor2Terms |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
ProgramId |
varchar(5) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Appeal |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Clear |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Dismissal |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Other |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Probation |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Suspension |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
SOAP_Warning |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
StudentId |
varchar(9) |
False |
False |
False |
|||
![]() |
![]() |
StudentObjectiveAK |
varchar(23) |
False |
False |
False |
|||
![]() |
![]() |
TermGPA |
numeric(4, 2) |
False |
False |
False |
|||
![]() |
![]() |
TermGPAHours |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
TermGradePoints |
numeric(7, 2) |
False |
False |
False |
|||
![]() |
![]() |
TermHoursAttempted |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
TermHoursEarned |
numeric(5, 2) |
False |
False |
False |
|||
![]() |
![]() |
TrackingTerm |
varchar(6) |
False |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
Name | Columns | Referenced Table | Referenced Columns | Checked |
Name | Text | Checked |
Name | Type |
Name | Type |
Object | Property | Value |
Object | Property | Value |
/****** Object: Table [dbo].[FactStudentSuccess_TermSnapshot_Staging] Script Date: 03/09/2017 17:21:34 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[FactStudentSuccess_TermSnapshot_Staging]( [StudentId] [varchar](9) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [TrackingTerm] [varchar](6) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ProgramId] [varchar](5) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [CumGPA] [numeric](4, 2) NOT NULL, [CumGradePoints] [numeric](7, 2) NOT NULL, [CumHoursEarned] [numeric](5, 2) NOT NULL, [CumHoursAttempted] [numeric](5, 2) NOT NULL, [CumGPAHours] [numeric](5, 2) NOT NULL, [TermGPA] [numeric](4, 2) NOT NULL, [TermGradePoints] [numeric](7, 2) NOT NULL, [TermHoursEarned] [numeric](5, 2) NOT NULL, [TermHoursAttempted] [numeric](5, 2) NOT NULL, [TermGPAHours] [numeric](5, 2) NOT NULL, [EnrolledInTerm] [int] NOT NULL, [GPA_None] [int] NOT NULL, [GPA_000_199] [int] NOT NULL, [GPA_200_249] [int] NOT NULL, [GPA_250_299] [int] NOT NULL, [GPA_300_349] [int] NOT NULL, [GPA_350_Plus] [int] NOT NULL, [DegreeBenchmark_LessThan25_Pct] [int] NOT NULL, [DegreeBenchmark_25_Pct] [int] NOT NULL, [DegreeBenchmark_50_Pct] [int] NOT NULL, [DegreeBenchmark_75_Pct] [int] NOT NULL, [DegreeBenchmark_100_Pct] [int] NOT NULL, [SOAP_Clear] [int] NOT NULL, [SOAP_Warning] [int] NOT NULL, [SOAP_Appeal] [int] NOT NULL, [SOAP_Suspension] [int] NOT NULL, [SOAP_Probation] [int] NOT NULL, [SOAP_Dismissal] [int] NOT NULL, [SOAP_Other] [int] NOT NULL, [GraduationProgress_NotEnrolledFor2Terms] [int] NOT NULL, [GraduationProgress_Continueing] [int] NOT NULL, [GraduationProgress_AppliedToGraduate] [int] NOT NULL, [GraduationProgress_Graduated] [int] NOT NULL, [StudentObjectiveAK] [varchar](23) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ) ON [PRIMARY] |
CumGPA | CumGPAHours | CumGradePoints | CumHoursAttempted | CumHoursEarned | DegreeBenchmark_100_Pct | DegreeBenchmark_25_Pct | DegreeBenchmark_50_Pct | DegreeBenchmark_75_Pct | DegreeBenchmark_LessThan25_Pct | EnrolledInTerm | GPA_000_199 | GPA_200_249 | GPA_250_299 | GPA_300_349 | GPA_350_Plus | GPA_None | GraduationProgress_AppliedToGraduate | GraduationProgress_Continueing | GraduationProgress_Graduated | GraduationProgress_NotEnrolledFor2Terms | ProgramId | SOAP_Appeal | SOAP_Clear | SOAP_Dismissal | SOAP_Other | SOAP_Probation | SOAP_Suspension | SOAP_Warning | StudentId | StudentObjectiveAK | TermGPA | TermGPAHours | TermGradePoints | TermHoursAttempted | TermHoursEarned | TrackingTerm |
2.00 | 3.00 | 6.00 | 3.00 | 3.00 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 3409 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | J14238380 | J14238380340920131001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20142 |
3.26 | 45.00 | 147.00 | 60.00 | 60.00 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 3410 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | C12456372 | C12456372341020122001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20142 |
4.00 | 6.00 | 24.00 | 6.00 | 6.00 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 3800 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | R13586862 | R13586862380020111001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20163 |
3.44 | 76.00 | 262.00 | 93.00 | 76.00 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 3410 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | A07732878 | A07732878341020123001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20161 |
2.53 | 64.00 | 162.00 | 79.00 | 60.00 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1000 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | M12074258 | M12074258100020061001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20141 |
3.01 | 77.00 | 232.00 | 94.00 | 74.00 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 3410 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | S13163167 | S13163167341020123001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20143 |
3.70 | 10.00 | 37.00 | 13.00 | 10.00 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 3408 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | S13354204 | S13354204340820102001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20163 |
4.00 | 9.00 | 36.00 | 24.00 | 12.00 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 2358 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | G12767711 | G12767711235820103001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20141 |
4.00 | 4.00 | 16.00 | 4.00 | 4.00 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 3408 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | C14839674 | C14839674340820151001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20162 |
2.69 | 125.00 | 337.00 | 185.00 | 107.00 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1000 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | K12410155 | K12410155100020111001 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 20153 |
Powered by BI Documenter |