DimCompensationTypeLoad
 NewInsertDimCompensationType (Variable)
  Properties
Property Value
Name NewInsertDimCompensationType
Value Expression: " /* SQL INSERT into DimCompensationType from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimCompensationType] (CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimCompensationType__New "

/* SQL INSERT into DimCompensationType from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimCompensationType] (CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimCompensationType__New
Value Type String
Description This variable contains the string that will be used to insert any new rows into the DimGlTransDetail table.
System Variable False
Namespace User
Qualified Name User::NewInsertDimCompensationType
Evaluate As Expression True
Expression " /* SQL INSERT into DimCompensationType from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimCompensationType] (CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT CompensationTypeAK ,CompensationCategory ,CompensationTypeCode ,CompensationType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimCompensationType__New "
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter