DimPayeeLoad
 NewInsertDimPayee (Variable)
  Properties
Property Value
Name NewInsertDimPayee
Value Expression: " /* SQL INSERT into DimPayee from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimPayee] (PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate FROM dbo.Staged_dbo_DimPayee__New "

/* SQL INSERT into DimPayee from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimPayee] (PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate FROM dbo.Staged_dbo_DimPayee__New
Value Type String
Description This variable contains the string that will be used to insert any new rows into the DimPayee table.
System Variable False
Namespace User
Qualified Name User::NewInsertDimPayee
Evaluate As Expression True
Expression " /* SQL INSERT into DimPayee from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimPayee] (PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT PayeeAK ,PayeeId ,PayeeSequence ,PayeeTypeCode ,PayeeType ,PayeeName ,PayeeNameConsolidated ,IsMinority ,StateCode ,State ,ZipCode ,Country ,RowIsCurrent ,RowStartDate ,RowEndDate FROM dbo.Staged_dbo_DimPayee__New "
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter