Value |
Expression: "
/* SQL Insert into Staged DimStudent table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudent]
([StudentIdAK]
,[StudentId]
,[FullName]
,[LastName]
,[FirstName]
,[MiddleName]
,[GenderCode]
,[Gender]
,[EthnicityCode]
,[Ethnicity]
,[FirstTimeInCollege]
,[PrimaryLanguageCode]
,[PrimaryLanguage]
,[HighSchoolInstitutionId]
,[HighSchool]
,[HomePhoneNumber]
,[CellPhoneNumber]
,[InstitutionalEmailAddress]
,[PersonalEmailAddress]
,[ImmigrationStatusCode]
,[ImmigrationStatus]
,[ResidencyCode]
,[Residency]
,[ResidencyCountyCode]
,[ResidencyCounty]
,[ResidencyStateCode]
,[ResidencyState]
,[ZipCode]
,[Da
/* SQL Insert into Staged DimStudent table */
INSERT INTO [EnterpriseDW].[dbo].[DimStudent]
([StudentIdAK]
,[StudentId]
,[FullName]
,[LastName]
,[FirstName]
,[MiddleName]
,[GenderCode]
,[Gender]
,[EthnicityCode]
,[Ethnicity]
,[FirstTimeInCollege]
,[PrimaryLanguageCode]
,[PrimaryLanguage]
,[HighSchoolInstitutionId]
,[HighSchool]
,[HomePhoneNumber]
,[CellPhoneNumber]
,[InstitutionalEmailAddress]
,[PersonalEmailAddress]
,[ImmigrationStatusCode]
,[ImmigrationStatus]
,[ResidencyCode]
,[Residency]
,[ResidencyCountyCode]
,[ResidencyCounty]
,[ResidencyStateCode]
,[ResidencyState]
,[ZipCode]
,[DateOfBirth]
,[FERPARequested]
,[RaceWhite]
,[RaceAfricanAmerican]
,[RacePacificIslander]
,[RaceAsian]
,[RaceAmericanIndian]
,[RaceUnreported]
,[CountryOfBirthCode]
,[CountryOfBirth]
,[CountryOfCitizenshipCode]
,[CountryOfCitizenship]
,[HomeCampusCode]
,[HomeCampus]
,[InitialPrepStatus]
,[VeteranStudent]
,[StudentAthlete]
,[InternationalStudent]
,[RowIsCurrent]
,[RowStartDate]
,[RowEndDate])
SELECT StudentIdAK
,StudentId
,FullName
,LastName
,FirstName
,MiddleName
,GenderCode
,Gender
,EthnicityCode
,Ethnicity
,FirstTimeInCollege
,PrimaryLanguageCode
,PrimaryLanguage
,HighSchoolInstitutionId
,HighSchool
,HomePhoneNumber
,CellPhoneNumber
,InstitutionalEmailAddress
,PersonalEmailAddress
,ImmigrationStatusCode
,ImmigrationStatus
,ResidencyCode
,Residency
,ResidencyCountyCode
,ResidencyCounty
,ResidencyStateCode
,ResidencyState
,ZipCode
,DateOfBirth
,FERPARequested
,RaceWhite
,RaceAfricanAmerican
,RacePacificIslander
,RaceAsian
,RaceAmericanIndian
,RaceUnreported
,CountryOfBirthCode
,CountryOfBirth
,CountryOfCitizenshipCode
,CountryOfCitizenship
,HomeCampusCode
,HomeCampus
,InitialPrepStatus
,VeteranStudent
,StudentAthlete
,InternationalStudent
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM [dbo].[Staged_dbo_DimStudent__New]
|
Expression |
"
/* SQL Insert into Staged DimStudent table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudent]
([StudentIdAK]
,[StudentId]
,[FullName]
,[LastName]
,[FirstName]
,[MiddleName]
,[GenderCode]
,[Gender]
,[EthnicityCode]
,[Ethnicity]
,[FirstTimeInCollege]
,[PrimaryLanguageCode]
,[PrimaryLanguage]
,[HighSchoolInstitutionId]
,[HighSchool]
,[HomePhoneNumber]
,[CellPhoneNumber]
,[InstitutionalEmailAddress]
,[PersonalEmailAddress]
,[ImmigrationStatusCode]
,[ImmigrationStatus]
,[ResidencyCode]
,[Residency]
,[ResidencyCountyCode]
,[ResidencyCounty]
,[ResidencyStateCode]
,[ResidencyState]
,[ZipCode]
,[Da |