DimStudentObjectiveLoad
 NewInsertDimStudentObjective (Variable)
  Properties
Property Value
Name NewInsertDimStudentObjective
Value Expression: " /* SQL INSERT into DimStudentObjective from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentObjective] ( StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, GraduationStatusCode, ExpectedGraduationTerm, ExpectedGraduationTermTitle, ActualGraduationTerm, ActualGraduationTermTitle, GraduationAge, GraduationAgeRange, GraduationHonorsCode, TransferMajorCode, TransferMajor, TransferInstitutionId, TransferInstitution, ReportedTerm, ReportedTermTitle, RowIsCurrent, RowStartDate, RowEndDate ) SELECT StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, Gra

/* SQL INSERT into DimStudentObjective from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimStudentObjective] ( StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, GraduationStatusCode, ExpectedGraduationTerm, ExpectedGraduationTermTitle, ActualGraduationTerm, ActualGraduationTermTitle, GraduationAge, GraduationAgeRange, GraduationHonorsCode, TransferMajorCode, TransferMajor, TransferInstitutionId, TransferInstitution, ReportedTerm, ReportedTermTitle, RowIsCurrent, RowStartDate, RowEndDate ) SELECT StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, GraduationStatusCode, ExpectedGraduationTerm, ExpectedGraduationTermTitle, ActualGraduationTerm, ActualGraduationTermTitle, GraduationAge, GraduationAgeRange, GraduationHonorsCode, TransferMajorCode, TransferMajor, TransferInstitutionId, TransferInstitution, ReportedTerm, ReportedTermTitle, RowIsCurrent, RowStartDate, RowEndDate FROM [dbo].[Staged_dbo_DimStudentObjective__New]
Value Type String
Description This variable contains the string that will be used to insert any new rows into the DimStudentTerm table.
System Variable False
Namespace User
Qualified Name User::NewInsertDimStudentObjective
Evaluate As Expression True
Expression " /* SQL INSERT into DimStudentObjective from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentObjective] ( StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, GraduationStatusCode, ExpectedGraduationTerm, ExpectedGraduationTermTitle, ActualGraduationTerm, ActualGraduationTermTitle, GraduationAge, GraduationAgeRange, GraduationHonorsCode, TransferMajorCode, TransferMajor, TransferInstitutionId, TransferInstitution, ReportedTerm, ReportedTermTitle, RowIsCurrent, RowStartDate, RowEndDate ) SELECT StudentObjectiveAK, StudentId, ProgramCode, Program, EffectiveTerm, EffectiveTermTitle, SequenceNumber, AdmissionStatus, AwardTypeCode, AwardType, PrimaryObjective, ProgramStatusCode, Gra
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter