Value |
Expression: "
/* SQL INSERT into DimEmployee from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimEmployee]
(EmployeeAK
,PersonID
,EmployeeTypeCode
,EmployeeType
,FullName
,LastName
,FirstName
,MiddleInitial
,GenderCode
,Gender
,EthnicityCode
,Ethnicity
,StateCode
,State
,ZipCode
,CountyFIPSCode
,County
,CountryCode
,Country
,CitizenshipCode
,Citizenship
,CountryOfCitizenshipCode
,CountryOfCitizenship
,HasActiveAssignment
,NumberOfActiveAssignments
,LastActiveAssignmentDateRange
,LastPayCheckDateRange
,PositionTypeCode
,PositionType
,FunctionCode
,FunctionDesc ,Locat
/* SQL INSERT into DimEmployee from New Temp Table */
INSERT INTO [EnterpriseDW].[dbo].[DimEmployee]
(EmployeeAK
,PersonID
,EmployeeTypeCode
,EmployeeType
,FullName
,LastName
,FirstName
,MiddleInitial
,GenderCode
,Gender
,EthnicityCode
,Ethnicity
,StateCode
,State
,ZipCode
,CountyFIPSCode
,County
,CountryCode
,Country
,CitizenshipCode
,Citizenship
,CountryOfCitizenshipCode
,CountryOfCitizenship
,HasActiveAssignment
,NumberOfActiveAssignments
,LastActiveAssignmentDateRange
,LastPayCheckDateRange
,PositionTypeCode
,PositionType
,FunctionCode
,FunctionDesc ,LocationCode
,Location
,PrimarySalaryAccountNumber
,IsAStudent
,EmployeeStudentId
,HasDirectDeposit
,HireDate
,EmployeeFulltimeParttime
,TerminationDate
,TerminationDateRange
,YearsOfServiceToInstitution ,DateOfBirth
,RowIsCurrent
,RowStartDate
,RowEndDate)
SELECT EmployeeAK
,PersonID
,EmployeeTypeCode
,EmployeeType
,FullName
,LastName
,FirstName
,MiddleInitial
,GenderCode
,Gender
,EthnicityCode
,Ethnicity
,StateCode
,State
,ZipCode
,CountyFIPSCode
,County
,CountryCode
,Country
,CitizenshipCode
,Citizenship
,CountryOfCitizenshipCode
,CountryOfCitizenship
,HasActiveAssignment
,NumberOfActiveAssignments
,LastActiveAssignmentDateRange
,LastPayCheckDateRange
,PositionTypeCode
,PositionType
,FunctionCode
,FunctionDesc ,LocationCode
,Location
,PrimarySalaryAccountNumber
,IsAStudent
,EmployeeStudentId
,HasDirectDeposit
,HireDate
,EmployeeFulltimeParttime
,TerminationDate
,TerminationDateRange
,YearsOfServiceToInstitution ,DateOfBirth
,RowIsCurrent
,RowStartDate
,RowEndDate
FROM [Staged_dbo_DimEmployee__New]
|
Expression |
"
/* SQL INSERT into DimEmployee from New Temp Table */
INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimEmployee]
(EmployeeAK
,PersonID
,EmployeeTypeCode
,EmployeeType
,FullName
,LastName
,FirstName
,MiddleInitial
,GenderCode
,Gender
,EthnicityCode
,Ethnicity
,StateCode
,State
,ZipCode
,CountyFIPSCode
,County
,CountryCode
,Country
,CitizenshipCode
,Citizenship
,CountryOfCitizenshipCode
,CountryOfCitizenship
,HasActiveAssignment
,NumberOfActiveAssignments
,LastActiveAssignmentDateRange
,LastPayCheckDateRange
,PositionTypeCode
,PositionType
,FunctionCode
,FunctionDesc ,Locat |