Value |
Expression: "
/* SQL INSERT into DimInstitutionalRetentionCohort from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimInstitutionalRetentionCohort]
(
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimInstitutionalRetentionCohort__New
"
/* SQL INSERT into DimInstitutionalRetentionCohort from New Temp Table */
INSERT INTO [EnterpriseDW].[dbo].[DimInstitutionalRetentionCohort]
(
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimInstitutionalRetentionCohort__New
|
Expression |
"
/* SQL INSERT into DimInstitutionalRetentionCohort from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimInstitutionalRetentionCohort]
(
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
)
SELECT
InstitutionalRetentionCohortAK
,StudentId
,CohortYear
,CohortTerm
,CohortTermTitle
,FirstTerm_FT_PT
,RetentionCohortTypeCode
,RetentionCohortType
,ProgramCode
,Program
,ProgramAdmitStatus
,AwardTypeCode
,AwardType
,AgeAtInstitutionalRetentionCohort
,AgeRangeAtInstitutionalRetentionCohort
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM Staged_dbo_DimInstitutionalRetentionCohort__New
" |