DimCheckComponentTypeLoad
 NewInsertDimCheckComponentType (Variable)
  Properties
Property Value
Name NewInsertDimCheckComponentType
Value Expression: " /* SQL INSERT into DimCheckComponentType from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimCheckComponentType] (CheckComponentTypeAK ,ComponentLineCode ,ComponentLine ,ComponentOneCode ,ComponentOne ,ComponentTwoCode ,ComponentTwo ,ComponentCategory ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT CheckComponentTypeAK ,ComponentLineCode ,ComponentLine ,ComponentOneCode ,ComponentOne ,ComponentTwoCode ,ComponentTwo ,ComponentCategory ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimCheckComponentType__New "

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