DimGlCodeLoad
 NewInsertDimGlCode (Variable)
  Properties
Property Value
Name NewInsertDimGlCode
Value Expression: " /* SQL INSERT into DimGCode from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimGlCode] (GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,

/* SQL INSERT into DimGCode from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimGlCode] (GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,RowIsCurrent ,RowStartDate ,RowEndDate FROM [dbo].[Staged_dbo_DimGlCode__New]
Value Type String
Description This variable contains the string that will be used to insert any new rows into the DimGlCode table.
System Variable False
Namespace User
Qualified Name User::NewInsertDimGlCode
Evaluate As Expression True
Expression " /* SQL INSERT into DimGCode from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimGlCode] (GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,RowIsCurrent ,RowStartDate ,RowEndDate) SELECT GlCodeAK ,Glc ,Qual2 ,GlClassCode ,GlClass ,GlGroup ,GlCategoryCode ,GlCategory ,GlSubCategoryCode ,GlSubCategory ,GlcDescription ,GlCodeName ,GlCodeSubTotalCode ,GlCodeSubTotal ,HrClassification ,HrTimeStatus ,AccountSign ,
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter