DimStudentReceiptLoad
 NewInsertDimStudentReceipt (Variable)
  Properties
Property Value
Name NewInsertDimStudentReceipt
Value Expression: " /* SQL INSERT into DimStudentReceipt from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentReceipt] ( StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,ReceiptType ,MiscellaneousReceiptCatecoryCode ,MiscellaneousReceiptCategory ,ReceiptReference ,RowIsCurrent ,RowStartDate ,RowEndDate ) SELECT StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,Recei

/* SQL INSERT into DimStudentReceipt from New Temp Table */ INSERT INTO [EnterpriseDW].[dbo].[DimStudentReceipt] ( StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,ReceiptType ,MiscellaneousReceiptCatecoryCode ,MiscellaneousReceiptCategory ,ReceiptReference ,RowIsCurrent ,RowStartDate ,RowEndDate ) SELECT StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,ReceiptType ,MiscellaneousReceiptCatecoryCode ,MiscellaneousReceiptCategory ,ReceiptReference ,RowIsCurrent ,RowStartDate ,RowEndDate FROM Staged_dbo_DimStudentReceipt__New
Value Type String
Description This variable contains the string that will be used to insert any new rows into the DimStudentTerm table.
System Variable False
Namespace User
Qualified Name User::NewInsertDimStudentReceipt
Evaluate As Expression True
Expression " /* SQL INSERT into DimStudentReceipt from New Temp Table */ INSERT INTO " + (@[User::EDWLinkedServerName] == "N/A" ? "" : "[" + @[User::EDWLinkedServerName]+"]." ) + "["+ @[User::EDWDBName] + "].[dbo].[DimStudentReceipt] ( StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,ReceiptType ,MiscellaneousReceiptCatecoryCode ,MiscellaneousReceiptCategory ,ReceiptReference ,RowIsCurrent ,RowStartDate ,RowEndDate ) SELECT StudentReceiptAK ,StudentId ,PrintedReceiptNumber ,ReceiptCategory ,ReceiptProcesserCode ,ReceiptProcesser ,SessionDate ,SessionSequenceNumber ,ReceiptSequenceNumber ,ReceiptTypeCode ,Recei
ID 926d2e73-a099-470e-b48f-c4bf129f6b69
Raise Changed Event False
Powered by BI Documenter