FactPriorEnrollmentSnapshotLoad
 FactPriorEnrollmentSnapshotLoad (Integration Services Package)
  Workflow Screenshot
  Properties
Property Value
Name FactPriorEnrollmentSnapshotLoad
Description This package will extract the Enrollment Information for all prior terms to the current Active Terms. One row per student per term per class will be created if the Student was enrolled on the same relative day as the day for which the package is executed. All the data in this Fact table will be removed during each execution and will be re-created for the current day.
Checkpoint File Name
Checkpoint Usage Never
Check Signature On Load True
Creation Date Tuesday, May 08, 2012 4:11 PM
Creator Computer Name SCOWAN
Creator Name SCOWAN\hetgroup
Debug Mode False
Delay Validation False
Disable False
Disable Event Handlers False
Enable Configurations True
Encrypt Checkpoints False
Fail Package On Failure False
Fail Parent On Failure False
Forced Execution Value 0
Force Execution Value None
Description False
ID 407c14a6-b9b4-48cf-ac68-19f1f1e8f040
Interactive Mode False
Is Default Locale ID False
Isolation Level Serializable
Locale ID 1033
Logging Mode Enabled
Max Concurrent Executables -1
Maximum Error Count 1
Offline Mode False
Package Type DTSDesigner100
Protection Level DontSaveSensitive
Save Checkpoints False
Suppress Configuration Warnings False
Suspend Required False
Transaction Option Supported
Update Objects False
Version Build 201
Version Comments
Version Guid 11c9bb63-e5b5-42ac-9c9f-2dd8d9512acd
Version Major 1
Version Minor 0
  Executables
Name Type Description
Data Flow Task
Data Flow Task
For Each Loop
Foreach Loop Container
Task
Execute SQL Task
Task
Execute SQL Task
Task
Execute SQL Task
  Connection Managers
Name Description
  Log Providers
Name Description
  User Defined Variables
Name Value Expression Description
This variable will contain the Active Terms for which data will be extracted.
SELECT st_clslog.STDNT_ID ,st_clslog.EFF_TRM ,st_clslog.REF_NUM ,st_clslog.LOG_DATE ,ISNULL(st_clslog.LOG_TIME,0) AS LOG_TIME ,st_clslog.NOT_PAID_FLG ,st_clslog.TRNSCTN_TY FROM [dbo].[ST_STDNT_CLS_LOG_ARCH_A] st_clslog WHERE EFF_TRM = '' AND [REF_NUM] IS NOT NULL AND dbo.udf_StringToDate([LOG_DATE]) <= ''
"SELECT st_clslog.STDNT_ID ,st_clslog.EFF_TRM ,st_clslog.REF_NUM ,st_clslog.LOG_DATE ,ISNULL(st_clslog.LOG_TIME,0) AS LOG_TIME ,st_clslog.NOT_PAID_FLG ,st_clslog.TRNSCTN_TY FROM [dbo].[ST_STDNT_CLS_LOG_ARCH_A] st_clslog WHERE EFF_TRM = '" + @[User::PriorYearTermResults] + "' AND [REF_NUM] IS NOT NULL AND dbo.udf_StringToDate([LOG_DATE]) <= '" + @[User::PriorYearDateResults] + "' "
This variable contains the Select Statement to copy Prior Year Enrollment from the Archived Student Class log file in Staging to DWOperations
SELECT st_clslog.STDNT_ID ,st_clslog.EFF_TRM ,st_clslog.REF_NUM ,st_clslog.LOG_DATE ,ISNULL(st_clslog.LOG_TIME,0) AS LOG_TIME ,st_clslog.NOT_PAID_FLG ,st_clslog.TRNSCTN_TY FROM [dbo].[ST_STDNT_CLS_LOG] st_clslog WHERE EFF_TRM = '' AND [REF_NUM] IS NOT NULL AND dbo.udf_StringToDate([LOG_DATE]) <= ''
"SELECT st_clslog.STDNT_ID ,st_clslog.EFF_TRM ,st_clslog.REF_NUM ,st_clslog.LOG_DATE ,ISNULL(st_clslog.LOG_TIME,0) AS LOG_TIME ,st_clslog.NOT_PAID_FLG ,st_clslog.TRNSCTN_TY FROM [dbo].[ST_STDNT_CLS_LOG] st_clslog WHERE EFF_TRM = '" + @[User::PriorYearTermResults] + "' AND [REF_NUM] IS NOT NULL AND dbo.udf_StringToDate([LOG_DATE]) <= '" + @[User::PriorYearDateResults] + "' "
This variable contains the Select Statement to copy Prior Year Enrollment from Staging to DWOperations
2016-03-04
This is a configuration setting in SSIS_Configurations that is set to the date that the package is being executed on.
System.Object
This variable will contain the result set with Active Terms, Prior Terms and Prior Term Relative dates for which data should be extracted.
EXEC usp_FactEnrollmentSS_Select '' , ''
"EXEC usp_FactEnrollmentSS_Select '" + @[User::PriorYearDateResults] + "' , '" + @[User::PriorYearTermResults] + "'"
This is the SQL statement that will execute a Stored Procedure to extract the data from the Student Class Log file.
0
This variable will contain the Relative Day number for the Prior Year Terms for which data is extracted.
This variable will contain the actual date associated with the same relative day for the Prior Terms for which data is extracted.
This variable will contain the Prior Year Terms for which data will be extracted based on the Active Terms.
  System Variables
Name Value Expression Description
Powered by BI Documenter