Value |
Expression: "
/* SQL INSERT into DimStudentSuccessCohort from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentSuccessCohort]
(
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimStudentSuccessCohort__New
"
/* SQL INSERT into DimStudentSuccessCohort from New Temp Table */
INSERT INTO [EnterpriseDW].[dbo].[DimStudentSuccessCohort]
(
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimStudentSuccessCohort__New
|
Expression |
"
/* SQL INSERT into DimStudentSuccessCohort from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentSuccessCohort]
(
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
StudentSuccessCohortAK
,StudentId
,CohortTerm
,CohortTermTitle
,FirstYearTerm
,LastTermCaptured
,LastTermCapturedTitle
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,InitialPrepStatus
,FirstTerm_FT_PT
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimStudentSuccessCohort__New
" |