DimGlTransDetailLoad
 NewInsertDimGlTrans (Variable)
  Properties
Property Value
Name NewInsertDimGlTrans
Value Expression: " /* SQL INSERT into DimGlTransDetail from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimGlTransDetail] (GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimGlTransDetail__New "

/* SQL INSERT into DimGlTransDetail from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimGlTransDetail] (GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimGlTransDetail__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::NewInsertDimGlTrans
Evaluate As Expression True
Expression " /* SQL INSERT into DimGlTransDetail from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimGlTransDetail] (GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlDetailAK ,GlCalendarPeriod ,JournalNumber ,LineNumber ,JournalTypeCode ,JournalType ,JournalGrouping ,BudgetTypeCode ,BudgetType ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimGlTransDetail__New "
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter