FactStudentSuccess_TermSnapshotLoad
 OLE_SRC End of Term Snapshot from Staging (Component)
  Properties
Property Value
Name OLE_SRC End of Term Snapshot from Staging
Description OLE DB Source
Up Stream Components none
Down Stream Components
ID 783
Component Class ID {BCEFE59B-6819-47F7-A125-63753B33ABB7}
Contact Info OLE DB Source;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;7
Identification String component "OLE_SRC End of Term Snapshot from Staging" (783)
Is Default Locale False
Pipeline Version 0
Uses Dispositions True
Validate External Metadata True
Version 7
  Connections
Name Connection Manager Description
OleDbConnection
  Custom Properties
Name Value
AccessMode
3
AlwaysUseDefaultCodePage
False
CommandTimeout
0
DefaultCodePage
1252
OpenRowset
OpenRowsetVariable
ParameterMapping
SqlCommand
SELECT
    Stdnt.STUDENT_ID as StudentIdAK
  , Stdnt.LST_NM as LastName
  , Stdnt.FRST_NM as FirstName
  , Stdnt.MDL_NM as MiddleName
  , ISNULL(Stdnt.SEX, 'N/A') as GenderCode
  , ISNULL(LookupGender.Gender, 'N/A') as Gender
  , ISNULL(Stdnt.ETHNICITY, 'N/A') as EthnicityCode
  , ISNULL(Ethnic.ETHNICITY_DESCRIPTION, 'N/A') as Ethnicity
  , CASE
        WHEN Stdnt.FMLY_HIST_FLG = 'Y' THEN 'Yes'
        ELSE 'No'
    End as FirstTimeInCollege  
  , ISNULL(Lang.LANGUAGE_DESCRIPTION, 'N/A') as PrimaryLanguage    
  , ISNULL(Stdnt.RES_CD, 'N/A') as ResidencyCode
  , ISNULL(Res.RESIDENCY_DESCRIPTION, 'N/A') as Residency
  , ISNULL(StdntAddr.ZIP_CD, 'N/A') as ZipCode
  , ISNULL(CAST(Stdnt.RES_CNTY_CD as varchar(3)), 'N/A') as CountyCode
  , ISNULL(County.COUNTY_DESCRIPTION, 'N/A') as County  
  , dbo.udf_StringToDate(ISNULL(Stdnt.DOB, '18000101')) as DateOfBirth  
  , ISNULL(dbo.udf_StudentAgeRange(Stdnt.DOB), 'N/A') as AgeRange
  , Race.White as RaceWhite
  , Race.BlackAfricanAmerican as RaceAfricanAmerican
  , Race.HawaiianPacIslander as RacePacificIslander
  , Race.Asian as RaceAsian
  , Race.AmIndianAKNative as RaceAmericanIndian
  , Race.NotReported as RaceUnreported
from ST_STDNT_A Stdnt
LEFT OUTER JOIN ST_ADDRESSES_A StdntAddr
  ON (
     Stdnt.STUDENT_ID = StdntAddr.STUDENT_ID
     AND
     StdntAddr.ADDR_TY = '01'
     )
JOIN LookupGender  
  ON (
     LookupGender.GenderCode = Stdnt.SEX
     )
LEFT OUTER JOIN uvw_CODE_Ethnicity Ethnic
  ON (
     Stdnt.ETHNICITY = Ethnic.CODE
     )
 
 LEFT OUTER JOIN uvw_CODE_Language Lang
   on (
       Stdnt.PRIM_LANG = Lang.CODE
      )
      
 LEFT OUTER JOIN uvw_CODE_Residency Res
    on (
        Stdnt.RES_CD =  Res.CODE
       ) 
 LEFT OUTER JOIN uvw_CODE_County County
    on (
        Stdnt.RES_CNTY_CD =  County.CODE
       ) 
            
JOIN uvw_StudentRace Race
   on (
      Stdnt.ISN_ST_STDNT_A = Race.ISN_ST_STDNT_A
      )
      
WHERE Stdnt.PRSPCT_FLG = 0
SqlCommandVariable
User::Get_Changed_Data
  Input Columns
Name ID LineageID
  Output Columns
Name ID LineageID
CumGPA
1166
1166
CumGPAHours
1178
1178
CumGradePoints
1169
1169
CumHoursAttempted
1175
1175
CumHoursEarned
1172
1172
DegreeBenchmark_100_Pct
1226
1226
DegreeBenchmark_25_Pct
1217
1217
DegreeBenchmark_50_Pct
1220
1220
DegreeBenchmark_75_Pct
1223
1223
DegreeBenchmark_LessThan25_Pct
1214
1214
EnrolledInTerm
1196
1196
ErrorCode
814
814
ErrorColumn
815
815
GPA_000_199
1199
1199
GPA_200_249
1202
1202
GPA_250_299
1205
1205
GPA_300_349
1208
1208
GPA_350_Plus
1211
1211
GPA_None
1337
1337
GraduationProgress_AppliedToGraduate
1256
1256
GraduationProgress_Continueing
1253
1253
GraduationProgress_Graduated
1259
1259
GraduationProgress_NotEnrolledFor2Terms
1250
1250
ProgramId
1163
1163
SOAP_Appeal
1235
1235
SOAP_Clear
1229
1229
SOAP_Dismissal
1244
1244
SOAP_Other
1247
1247
SOAP_Probation
1241
1241
SOAP_Suspension
1238
1238
SOAP_Warning
1232
1232
StudentId
1157
1157
StudentObjectiveAK
1332
1332
TermGPA
1181
1181
TermGPAHours
1193
1193
TermGradePoints
1184
1184
TermHoursAttempted
1190
1190
TermHoursEarned
1187
1187
TrackingTerm
1160
1160
CumGPA
1165
1165
CumGPAHours
1177
1177
CumGradePoints
1168
1168
CumHoursAttempted
1174
1174
CumHoursEarned
1171
1171
DegreeBenchmark_100_Pct
1225
1225
DegreeBenchmark_25_Pct
1216
1216
DegreeBenchmark_50_Pct
1219
1219
DegreeBenchmark_75_Pct
1222
1222
DegreeBenchmark_LessThan25_Pct
1213
1213
EnrolledInTerm
1195
1195
GPA_000_199
1198
1198
GPA_200_249
1201
1201
GPA_250_299
1204
1204
GPA_300_349
1207
1207
GPA_350_Plus
1210
1210
GPA_None
1336
1336
GraduationProgress_AppliedToGraduate
1255
1255
GraduationProgress_Continueing
1252
1252
GraduationProgress_Graduated
1258
1258
GraduationProgress_NotEnrolledFor2Terms
1249
1249
ProgramId
1162
1162
SOAP_Appeal
1234
1234
SOAP_Clear
1228
1228
SOAP_Dismissal
1243
1243
SOAP_Other
1246
1246
SOAP_Probation
1240
1240
SOAP_Suspension
1237
1237
SOAP_Warning
1231
1231
StudentId
1156
1156
StudentObjectiveAK
1331
1331
TermGPA
1180
1180
TermGPAHours
1192
1192
TermGradePoints
1183
1183
TermHoursAttempted
1189
1189
TermHoursEarned
1186
1186
TrackingTerm
1159
1159
Powered by BI Documenter