Routine call graph

Static caller/callee evidence extracted from exported SQL definitions. Use it to find high-fan-in routines and caller modules; it is not runtime execution telemetry.

1,825SQL modulessource-derived insights
1,403caller modulesmodules with called[] evidence
267called targets249 resolved
3,513call edgesdistinct caller → callee pairs

Top called routines

dbo.QBM_PSessionErrorAdd 1,370 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 749, SQL_TRIGGER × 619, SQL_SCALAR_FUNCTION × 2

DBQueue task evidence from callers: QBM-K-ScriptAssemblyReset × 64, QBM-K-CommonReCalculate × 37, TSB-K-PersonHasObject × 36, QER-K-OrgAutoChild × 30, QER-K-AllChildrenOfOrg × 27, TSB-K-BaseTreeHasObject × 23, TSB-K-UNSAccountBHasUNSItemB × 21, QBM-K-CommonMakeWatchtrigger × 20

dbo.QBM_PDBQueueInsert_Bulk 508 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 412, SQL_STORED_PROCEDURE × 93, SQL_SCALAR_FUNCTION × 3

DBQueue task evidence from callers: TSB-K-PersonHasObject × 35, QBM-K-ScriptAssemblyReset × 29, QER-K-OrgAutoChild × 28, QER-K-AllChildrenOfOrg × 27, TSB-K-BaseTreeHasObject × 23, TSB-K-UNSAccountBHasUNSItemB × 21, QBM-K-CommonMakeWatchtrigger × 19, ADS-K-ADSAccountInADSGroup × 17

dbo.QBM_PDBQueueInsert_Single 164 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 109, SQL_STORED_PROCEDURE × 54, SQL_SCALAR_FUNCTION × 1

DBQueue task evidence from callers: QBM-K-ScriptAssemblyReset × 45, QBM-K-CommonReCalculate × 36, QBM-K-CommonMakeWatchtrigger × 13, QBM-K-CommonMakeRITrigger × 9, QBM-K-JobPerformanceFill × 9, QER-K-DynamicGroupMakeTrigger × 8, QER-K-ShoppingRackPWODecisionMaker × 8, QBM-K-PrepropGenerateFunction × 7

dbo.QBM_PSessionContextSet 110 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 109, SQL_TRIGGER × 1

DBQueue task evidence from callers: QBM-K-CommonWaitForCompiler × 4, QBM-K-CommonPrepropColumnFK × 4, QBM-K-CommonPrepropTree × 4, QBM-K-BaseMigrationReady × 3, QBM-K-CommonReCalculate × 3, QBM-K-CommonPrepropColumn × 3, QBM-K-CommonPrepropTableFK × 3, QBM-K-CommonPrepropSheet × 3

dbo.QBM_PJournal 88 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 86, SQL_TRIGGER × 2

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 5, QBM-K-BaseMigrationReady × 2, QBM-K-CommonMakeWatchtrigger × 2, QBM-K-CommonRebuildView × 2, QER-K-ShoppingRackPWOHelperPWO × 2, ATT-K-AttestationHelper × 1, select @ElementIndex = 1 while @ElementIndex <= @ElementCount begin select top 1 @UID_TaskToMatch = v.UID1 from @validTasks v where v.ElementIndex = @ElementIndex select top 1 @SecondsToAdd = case when @InMigration = 1 then 0 when mo.CountInDBQueue is null then 0 when mo.CountInDBQueue < 20000 then 0 else mo.CountInDBQueue / 1000 end + case when @InMigration = 1 then 0 else isnull(mo.RestoreDelay, 0) end , @UID_TaskAutomatedPredecessor = mo.UID_TaskAutomatedPredecessor , @UID_TaskAutomatedFollower = mo.UID_TaskAutomatedFollower , @PathLength = mo.PathLength from QBMDBQueueTaskMetric mo with (readpast) where mo.UID_Task = @UID_TaskToMatch delete @UIDDBQueueMerken insert into @UIDDBQueueMerken(UID_SingleGuid) select cu.UID_DialogDBQueue from QBMDBQueueCurrent cu with (readpast) where (cu.SlotNumber < 0 and cu.UID_Task = @UID_TaskToMatch ) and (dbo.QBM_FGIDBQueueCurrRestoreAble(cu.Generation , cu.StartedAt, @SecondsToAdd)= 1 or @IgnoreGeneration = 1 or cu.SlotNumber <= @RestoreToGeneration0 or @InMigration = 1 ) if @@ROWCOUNT = 0 begin goto zyklusende end if @UID_TaskAutomatedFollower > × 1, if @DifferentPathLengthExists = 0 begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID, Generation, PathLength) select max(q.UID_DialogDBQueue ) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(PathLength) as PathLength from #DialogDBQueue q group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end else begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID , Generation, PathLength) select max(q.UID_DialogDBQueue) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(isnull(mo.PathLength, q.PathLength)) as PathLength from #DialogDBQueue q left outer join QBMDBQueueTaskMetric mo on q.UID_Task = mo.UID_Task group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end if @DebugSwitch > 0 print × 1

dbo.QBM_PDBQueueCalculateDelta 72 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 72

DBQueue task evidence from callers: TSB-K-BaseTreeHasObject × 5, QER-K-BaseTreeHasObject × 4, ADS-K-ADSGroupInADSGroup-Circ × 1, ADS-K-BaseTreeHasObject × 1, ADS-K-PersonHasObject × 1, LDP-K-LDAPGroupInLDAPGroup-Circ × 1, LDP-K-BaseTreeHasObject × 1, LDP-K-PersonHasObject × 1

dbo.QER_PITShopHelperFill_Recalc 72 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 69, SQL_STORED_PROCEDURE × 3

DBQueue task evidence from callers: QER-K-ShoppingRackPWODecisionMaker × 6, QBM-K-CommonReCalculate × 6, QER-K-HelperHeadOrg × 4, QER-K-AllForOnePerson × 3, QBM-K-Commonrecalculate × 2, ATT-K-AttestationHelper × 2, QER-K-ShoppingRackPWOHelperPWO × 2, QER-K-PersonCheckDynUser × 2

dbo.QBM_PExecuteSQLWithRetry_LLP 67 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 66, SQL_TRIGGER × 1

DBQueue task evidence from callers: if @DifferentPathLengthExists = 0 begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID, Generation, PathLength) select max(q.UID_DialogDBQueue ) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(PathLength) as PathLength from #DialogDBQueue q group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end else begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID , Generation, PathLength) select max(q.UID_DialogDBQueue) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(isnull(mo.PathLength, q.PathLength)) as PathLength from #DialogDBQueue q left outer join QBMDBQueueTaskMetric mo on q.UID_Task = mo.UID_Task group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end if @DebugSwitch > 0 print × 1, QBM-K-UpdateStatistics × 1, QBM-K-CommonWaitForCompiler × 1, QBM-K-CommonProcessChain × 1, QBM-K-CommonReCalculate × 1, QBM-K-MakeConstraint × 1, QBM-K-CommonMakeRITrigger × 1, QBM-K-CommonMakeWatchtrigger × 1

dbo.QBM_PSlotResetOnMissingItem_L 67 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 67

DBQueue task evidence from callers: n/a

dbo.QBM_PSlotResetWhileJobRun_L 61 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 61

DBQueue task evidence from callers: QER-K-ShoppingRackPWOHelperPWO × 2, ATT-K-AttestationHelper × 1

dbo.QBM_PDBQCS_CurrentMoveSlot 42 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 42

DBQueue task evidence from callers: QER-K-ShoppingRackPWOHelperPWO × 2, ATT-K-AttestationHelper × 1, select @ElementIndex = 1 while @ElementIndex <= @ElementCount begin select top 1 @UID_TaskToMatch = v.UID1 from @validTasks v where v.ElementIndex = @ElementIndex select top 1 @SecondsToAdd = case when @InMigration = 1 then 0 when mo.CountInDBQueue is null then 0 when mo.CountInDBQueue < 20000 then 0 else mo.CountInDBQueue / 1000 end + case when @InMigration = 1 then 0 else isnull(mo.RestoreDelay, 0) end , @UID_TaskAutomatedPredecessor = mo.UID_TaskAutomatedPredecessor , @UID_TaskAutomatedFollower = mo.UID_TaskAutomatedFollower , @PathLength = mo.PathLength from QBMDBQueueTaskMetric mo with (readpast) where mo.UID_Task = @UID_TaskToMatch delete @UIDDBQueueMerken insert into @UIDDBQueueMerken(UID_SingleGuid) select cu.UID_DialogDBQueue from QBMDBQueueCurrent cu with (readpast) where (cu.SlotNumber < 0 and cu.UID_Task = @UID_TaskToMatch ) and (dbo.QBM_FGIDBQueueCurrRestoreAble(cu.Generation , cu.StartedAt, @SecondsToAdd)= 1 or @IgnoreGeneration = 1 or cu.SlotNumber <= @RestoreToGeneration0 or @InMigration = 1 ) if @@ROWCOUNT = 0 begin goto zyklusende end if @UID_TaskAutomatedFollower > × 1, QBM-K-QBMConstraintEnable × 1, QBM-K-QBMConstraintDisable × 1, QBM-K-QBMConstraintEnable2 × 1, QBM-K-QBMConstraintDisable2 × 1

dbo.QBM_PMNTableInsert 42 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 42

DBQueue task evidence from callers: TSB-K-BaseTreeHasObject × 5, QER-K-BaseTreeHasObject × 4, ADS-K-BaseTreeHasObject × 1, LDP-K-BaseTreeHasObject × 1, QER-K-AllForOneHardware × 1, RPS-K-BaseTreeHasObject × 1

dbo.QBM_PMNTableOriginUpdate 37 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 37

DBQueue task evidence from callers: TSB-K-BaseTreeHasObject × 5, QER-K-BaseTreeHasObject × 4, ADS-K-BaseTreeHasObject × 1, LDP-K-BaseTreeHasObject × 1, RPS-K-BaseTreeHasObject × 1

dbo.QBM_PPrePropCheckSyntax 32 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 32

DBQueue task evidence from callers: QBM-K-MissingDisplayRightFill × 4, ATT-K-PrepropAttestationWizardParm × 3, QBM-K-CommonPrepropTable × 3, ATT-K-PrepropAttestationObject × 2, QBM-K-CommonPrepropColumn × 2, QBM-K-SplittedLookupFill × 2, QBM-K-IndexCreateGenerated × 2, QBM-K-CommonPrePropCustomizer × 2

dbo.QBM_PSQLCheckExecutable 32 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 32

DBQueue task evidence from callers: CPL-K-ComplianceSubRuleFillObject × 3, QBM-K-CommonMakeWatchtrigger × 3, CPL-K-ComplianceSubRuleFillPerson × 2, CPL-K-ComplianceCheckMakeProc × 2, CPL-K-ComplianceCheckForRule × 2, DPR-K-TriggerCreateMembership × 2, POL-K-QERPolicyFill × 2, POL-K-QERPolicyMakeProc × 2

dbo.QBM_PJobCreate_HOCallMethod 24 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 20, SQL_TRIGGER × 4

DBQueue task evidence from callers: QER-K-ShoppingRackPWOHelperPWO × 2, QER-K-ShoppingRackPWODecisionMaker × 2, ATT-K-AttestationMakeDecisionEX × 1, QBM-K-Commonrecalculate × 1, QER-K-PersonCheckDynUser × 1, QER-K-AllForOnePerson × 1, QER-K-PersonHasObject × 1, QER-K-ShoppingRackMemberDel × 1

dbo.DPR_PSlotResetWhileProj_L 21 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 21

DBQueue task evidence from callers: n/a

dbo.QBM_PSessionErrorClean 21 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 21

DBQueue task evidence from callers: QBM-K-CommonWaitForCompiler × 1, ) , ( × 1, QBM-K-TableReload × 1, QBM-K-TableReplace × 1, QBM-K-GUIDReplaceReady × 1, QBM-K-Commonrecalculate × 1, QBM-K-DeferredOperationExecute × 1, QBM-K-QBMConstraintEnable × 1

dbo.QBM_PWaitForSeconds 21 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 21

DBQueue task evidence from callers: select @ElementIndex = 1 while @ElementIndex <= @ElementCount begin select top 1 @UID_TaskToMatch = v.UID1 from @validTasks v where v.ElementIndex = @ElementIndex select top 1 @SecondsToAdd = case when @InMigration = 1 then 0 when mo.CountInDBQueue is null then 0 when mo.CountInDBQueue < 20000 then 0 else mo.CountInDBQueue / 1000 end + case when @InMigration = 1 then 0 else isnull(mo.RestoreDelay, 0) end , @UID_TaskAutomatedPredecessor = mo.UID_TaskAutomatedPredecessor , @UID_TaskAutomatedFollower = mo.UID_TaskAutomatedFollower , @PathLength = mo.PathLength from QBMDBQueueTaskMetric mo with (readpast) where mo.UID_Task = @UID_TaskToMatch delete @UIDDBQueueMerken insert into @UIDDBQueueMerken(UID_SingleGuid) select cu.UID_DialogDBQueue from QBMDBQueueCurrent cu with (readpast) where (cu.SlotNumber < 0 and cu.UID_Task = @UID_TaskToMatch ) and (dbo.QBM_FGIDBQueueCurrRestoreAble(cu.Generation , cu.StartedAt, @SecondsToAdd)= 1 or @IgnoreGeneration = 1 or cu.SlotNumber <= @RestoreToGeneration0 or @InMigration = 1 ) if @@ROWCOUNT = 0 begin goto zyklusende end if @UID_TaskAutomatedFollower > × 1, QBM-K-CommonWaitForCompiler × 1, QBM-K-BaseMigrationReady × 1, QBM-K-ScheduleStart × 1

dbo.QBM_PDBQueueCurrentResetNGen 18 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 18

DBQueue task evidence from callers: QBM-K-CommonMakeWatchtriggerS × 1, QER-K-QERRiskIndexCalculate × 1

dbo.QBM_PSQLCreate 16 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 16

DBQueue task evidence from callers: QER-K-DynamicGroupSingleBasic × 1, QER-K-DynamicGroupTest × 1

dbo.QER_PAssignmentCheckValid 16 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 16

DBQueue task evidence from callers: QER-K-AllChildrenOfOrg × 13, QER-K-OrgAutoChild × 13, TSB-K-BaseTreeHasObject × 5, QER-K-BaseTreeHasObject × 4, ADS-K-OrgHasADSGroup × 1, ADS-K-ADSAccountInADSGroup × 1, ADS-K-ADSContactInADSGroup × 1, ADS-K-BaseTreeHasObject × 1

dbo.QBM_PTransactionLevelCheck 15 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 15

DBQueue task evidence from callers: select @ElementIndex = 1 while @ElementIndex <= @ElementCount begin select top 1 @UID_TaskToMatch = v.UID1 from @validTasks v where v.ElementIndex = @ElementIndex select top 1 @SecondsToAdd = case when @InMigration = 1 then 0 when mo.CountInDBQueue is null then 0 when mo.CountInDBQueue < 20000 then 0 else mo.CountInDBQueue / 1000 end + case when @InMigration = 1 then 0 else isnull(mo.RestoreDelay, 0) end , @UID_TaskAutomatedPredecessor = mo.UID_TaskAutomatedPredecessor , @UID_TaskAutomatedFollower = mo.UID_TaskAutomatedFollower , @PathLength = mo.PathLength from QBMDBQueueTaskMetric mo with (readpast) where mo.UID_Task = @UID_TaskToMatch delete @UIDDBQueueMerken insert into @UIDDBQueueMerken(UID_SingleGuid) select cu.UID_DialogDBQueue from QBMDBQueueCurrent cu with (readpast) where (cu.SlotNumber < 0 and cu.UID_Task = @UID_TaskToMatch ) and (dbo.QBM_FGIDBQueueCurrRestoreAble(cu.Generation , cu.StartedAt, @SecondsToAdd)= 1 or @IgnoreGeneration = 1 or cu.SlotNumber <= @RestoreToGeneration0 or @InMigration = 1 ) if @@ROWCOUNT = 0 begin goto zyklusende end if @UID_TaskAutomatedFollower > × 1, ) , ( × 1, QBM-K-TableReload × 1, QBM-K-TableReplace × 1, QBM-K-GUIDReplaceReady × 1, QBM-K-Commonrecalculate × 1, QBM-K-DeferredOperationExecute × 1

dbo.QER_PMNTableAddViewProperties 15 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 15

DBQueue task evidence from callers: TSB-K-BaseTreeHasObject × 5, QER-K-BaseTreeHasObject × 4, ADS-K-BaseTreeHasObject × 1, LDP-K-BaseTreeHasObject × 1, RPS-K-BaseTreeHasObject × 1

dbo.QBM_PJobCreate_HOFireEvent 14 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 8, SQL_TRIGGER × 6

DBQueue task evidence from callers: ATT-K-HelperAttestationPolicy × 1, QER-K-DynamicGroupMakeTrigger × 1, QBM-K-CommonProcessChain × 1, QBM-K-DeferredOperationExecute × 1

dbo.QBM_PJobCreate_HOUpdate_B 14 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 13, SQL_STORED_PROCEDURE × 1

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 1, ADS-K-ADSAccountInADSGroup × 1, ADS-K-ADSContactInADSGroup × 1, ADS-K-ADSMachineInADSGroup × 1, LDP-K-LDAPAccountInLDAPGroup × 1, QER-K-PersonHasQERAssign × 1, QER-K-OrgHasQERAssign × 1, QER-K-PersonHasQERResource × 1

dbo.QBM_PJobCreate 13 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 13

DBQueue task evidence from callers: n/a

dbo.QER_PIsForITShopFlagCheck 13 callers

Resolved in inventory: yes · caller types: SQL_TRIGGER × 13

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 1, ADS-K-ADSAccountInADSGroup × 1, ADS-K-ADSContactInADSGroup × 1, ADS-K-ADSMachineInADSGroup × 1, LDP-K-LDAPAccountInLDAPGroup × 1, QER-K-PersonHasQERAssign × 1, QER-K-OrgHasQERAssign × 1, QER-K-PersonHasQERResource × 1

dbo.QER_PSlotResetOnInvalidRoot_L 13 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 13

DBQueue task evidence from callers: n/a

dbo.QBM_PJobCreate_HOFireEvent_L 11 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 6, SQL_TRIGGER × 3, SQL_SCALAR_FUNCTION × 2

DBQueue task evidence from callers: QER-K-OrgAutoChild × 1, QER-K-ShoppingRackMakeDecisionEX × 1, Zurücksetzen 3 × 1, QER-K-PersonHasObject × 1, QER-K-HelperHeadPerson × 1, QER-K-AllForOnePerson × 1, QER-K-HelperPersonOrg × 1

dbo.QBM_PDBQueueInsert_WaitForComp 10 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 10

DBQueue task evidence from callers: QBM-K-CommonPrepropTree × 4, QBM-K-CommonPrepropSheet × 3, QBM-K-CommonPrepropColumn × 2, QBM-K-CommonPrepropColumnFK × 2, QBM-K-CommonRebuildView × 2, QBM-K-CommonPrepropTreeResult × 2, QBM-K-CommonPrepropTableFK × 1, DashBoardDef × 1

dbo.QBM_PViewDrop 10 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 10

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 1, QBM-K-MakeConstraint × 1, QBM-K-CommonMakeRITrigger × 1, QBM-K-CommonMakeWatchtrigger × 1, QBM-K-SetRowLockOnly × 1, QBM-K-CommonRebuildView × 1

dbo.QBM_PExecuteSQLMulti 9 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 6, SQL_TRIGGER × 3

DBQueue task evidence from callers: QER-K-DynamicGroupMakeProc × 2, QER-K-DynamicGroupMakeTrigger × 2, QER-K-DynamicGroupTest × 1, RMS-K-ESetHasEntitlement × 1, RMS-K-ESetCollection × 1

dbo.QBM_PIndexDrop 9 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 6, SQL_TRIGGER × 3

DBQueue task evidence from callers: QBM-K-IndexCreateGenerated × 3, if @DifferentPathLengthExists = 0 begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID, Generation, PathLength) select max(q.UID_DialogDBQueue ) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(PathLength) as PathLength from #DialogDBQueue q group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end else begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID , Generation, PathLength) select max(q.UID_DialogDBQueue) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(isnull(mo.PathLength, q.PathLength)) as PathLength from #DialogDBQueue q left outer join QBMDBQueueTaskMetric mo on q.UID_Task = mo.UID_Task group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end if @DebugSwitch > 0 print × 1

dbo.QBM_PProcedureDrop 9 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 9

DBQueue task evidence from callers: n/a

dbo.as 8 callers

Resolved in inventory: no · caller types: SQL_STORED_PROCEDURE × 8

DBQueue task evidence from callers: ATT-K-AttestationCheckValid × 1, QER-K-ShoppingRackPWOHelperPWO × 1, QER-K-ShoppingRackCheckDecision × 1, CPL-K-ShoppingRackMakeDecisionOC × 1, CPL-K-ShoppingRackMakeDecisionOH × 1, QER-K-ShoppingRackMakeDecisionEX × 1

dbo.QBM_PJobCreate_HOTemplate_B 8 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 5, SQL_TRIGGER × 2, SQL_SCALAR_FUNCTION × 1

DBQueue task evidence from callers: ATT-K-HelperAttestationPolicy × 1, QER-K-DynamicGroupMakeTrigger × 1

dbo.QBM_PFunctionDrop 7 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 7

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 1, QBM-K-MakeConstraint × 1, QBM-K-CommonMakeRITrigger × 1, QBM-K-CommonMakeWatchtrigger × 1, QBM-K-SetRowLockOnly × 1, QBM-K-CommonRebuildView × 1

dbo.QBM_PJobCreate_HOFireEvent_B 7 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 7

DBQueue task evidence from callers: ATT-K-AttestationCheckValid × 1, QBM-K-CommonWaitForCompiler × 1

dbo.QBM_PTriggerDrop 7 callers

Resolved in inventory: yes · caller types: SQL_STORED_PROCEDURE × 7

DBQueue task evidence from callers: QBM-K-CommonReCalculate × 1, QBM-K-MakeConstraint × 1, QBM-K-CommonMakeRITrigger × 1, QBM-K-CommonMakeWatchtrigger × 1, QBM-K-SetRowLockOnly × 1, QBM-K-CommonRebuildView × 1, QER-K-DynamicGroupSingleBasic × 1, QER-K-DynamicGroupTest × 1

Top caller modules

Caller moduleTypeCallsCalled routinesDBQueue tasks
dbo.QBM_PDBQCS_SlotRunnerSQL_STORED_PROCEDURE9dbo.QBM_PTransactionLevelCheck, dbo.QBM_PJournal, dbo.slot, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionContextSet, dbo.QBM_PTempQueueEnd, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PWaitForSeconds
dbo.QBM_PModuleRemoveSQL_STORED_PROCEDURE9dbo.QBM_PDBQueueActivityDisable, dbo.QBM_PWatchDogPrepare, dbo.QBM_PFunctionDrop, dbo.QBM_PProcedureDrop, dbo.QBM_PViewDrop, dbo.QBM_PColumnDrop, dbo.QBM_PIndexDrop, dbo.QBM_PTypeDrop, dbo.QBM_PSessionErrorAdd
dbo.QBM_PTableReloadSQL_STORED_PROCEDURE9dbo.QBM_PFunctionDrop, dbo.QBM_PViewDrop, dbo.QBM_PTriggerDrop, dbo.QBM_PConstraintFKDrop, dbo.sp_rename, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJournal, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-CommonReCalculate, QBM-K-MakeConstraint, QBM-K-CommonMakeRITrigger, QBM-K-CommonMakeWatchtrigger, QBM-K-SetRowLockOnly, QBM-K-CommonRebuildView
dbo.QBM_PWorkDBQueueDeleteSQL_STORED_PROCEDURE9dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueAgentInfoSet, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PQBMDBQueueCurrentDelete, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionErrorClean, dbo.QBM_PDialogDBQueueDelete, dbo.QBM_PQBMDBQueuePondDelete, dbo.QBM_PWaitForSeconds
dbo.QBM_PWorkHistoryDeleteSQL_STORED_PROCEDURE9dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueAgentInfoSet, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PDeleteBulk, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionErrorClean, dbo.QBM_PJournalShrink, dbo.QBM_PLoginAuditShrink, dbo.QBM_PWaitForSeconds
dbo.QER_TUPersonWantsOrgSQL_TRIGGER9dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_SQLDel_L, dbo.QBM_PJobCreate_SQLDel_B, dbo.QER_PITShopOrderResetOneLevel, dbo.QBM_PJobCreate_HOCallMethod_L, dbo.QER_PITShopHelperFill_bulk, dbo.QER_PITShopPersonHasObjFill_b, dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PSessionErrorAddQER-K-ShoppingRackPWOHelperPWO, QER-K-ShoppingRackCheckWaiting, QER-K-ITShopRepairClosed, QER-K-ShoppingRackCheckDecision
dbo.QBM_PDBQCS_SlotExecSQL_STORED_PROCEDURE8dbo.QBM_PJournal, dbo.QBM_PSessionContextSet, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PSessionErrorClean, dbo.QBM_PDBQueueReplGenProcID, dbo.QBM_PDBQCS_SlotRunner, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQCS_CurrentMoveSlot
dbo.QBM_PTriggerWatchCreateSQL_STORED_PROCEDURE8dbo.QBM_PJournal, dbo.QBM_ZDialogSemaphorIncGlobal, dbo.QBM_PSQLCreate, dbo.sp_settriggerorder, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PTriggerDrop, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDebug
dbo.QBM_PWorkJobQueueDeleteSQL_STORED_PROCEDURE8dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueAgentInfoSet, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PJobQueueDelete, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionErrorClean, dbo.QBM_PJobQueueStatsShrink, dbo.QBM_PWaitForSeconds
dbo.QBM_PWorkScheduleSQL_STORED_PROCEDURE8dbo.QBM_PDBQueueAgentInfoSet, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PSessionContextSet, dbo.QBM_PScheduleCheck, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAdd, dbo.QBM_PJournal, dbo.QBM_PSessionErrorClean) , (, QBM-K-TableReload, QBM-K-TableReplace, QBM-K-GUIDReplaceReady, QBM-K-Commonrecalculate, QBM-K-DeferredOperationExecute
dbo.QBM_PDBQCS_CurrentRestoreSQL_STORED_PROCEDURE7dbo.QBM_PJournal, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PSessionErrorAdd, dbo.QBM_PWaitForSecondsselect @ElementIndex = 1 while @ElementIndex <= @ElementCount begin select top 1 @UID_TaskToMatch = v.UID1 from @validTasks v where v.ElementIndex = @ElementIndex select top 1 @SecondsToAdd = case when @InMigration = 1 then 0 when mo.CountInDBQueue is null then 0 when mo.CountInDBQueue < 20000 then 0 else mo.CountInDBQueue / 1000 end + case when @InMigration = 1 then 0 else isnull(mo.RestoreDelay, 0) end , @UID_TaskAutomatedPredecessor = mo.UID_TaskAutomatedPredecessor , @UID_TaskAutomatedFollower = mo.UID_TaskAutomatedFollower , @PathLength = mo.PathLength from QBMDBQueueTaskMetric mo with (readpast) where mo.UID_Task = @UID_TaskToMatch delete @UIDDBQueueMerken insert into @UIDDBQueueMerken(UID_SingleGuid) select cu.UID_DialogDBQueue from QBMDBQueueCurrent cu with (readpast) where (cu.SlotNumber < 0 and cu.UID_Task = @UID_TaskToMatch ) and (dbo.QBM_FGIDBQueueCurrRestoreAble(cu.Generation , cu.StartedAt, @SecondsToAdd)= 1 or @IgnoreGeneration = 1 or cu.SlotNumber <= @RestoreToGeneration0 or @InMigration = 1 ) if @@ROWCOUNT = 0 begin goto zyklusende end if @UID_TaskAutomatedFollower >
dbo.QBM_PIndexCreateGeneratedSQL_STORED_PROCEDURE7dbo.QBM_PIndexCreateGenerated_XO, dbo.QBM_PIndexCreateGenerated_XI, dbo.QBM_PIndexCreateGenerated_XR, dbo.QBM_PIndexCreateGenerated_XA, dbo.QBM_PIndexCreateGenerated_XX, dbo.QBM_PIndexDropRedundant, dbo.QBM_PSessionErrorAdd
dbo.QBM_PIndexRebuildSQL_STORED_PROCEDURE7dbo.QBM_PTableLockEscalationSet, dbo.QBM_PJournal, dbo.QBM_PGIDBServerIndexRebuildOpt, dbo.QBM_PSessionErrorAdd, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSetRowLockOnly, dbo.QBM_PDBQueueInsert_SingleQBM-K-UpdateStatistics
dbo.QBM_PJobQueueLoadSQL_STORED_PROCEDURE7dbo.QBM_PSessionContextSet, dbo.QBM_PJobCreate_HOFireEvent_B, dbo.QBM_PQBMServerHasJobService, dbo.sys, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAddQBM-K-CommonWaitForCompiler
dbo.QBM_PJobUpdateState_BulkSQL_STORED_PROCEDURE7dbo.QBM_PJournal, dbo.QBM_PWriteDialogJournal, dbo.QBM_PJobCreate_SendMail, dbo.QBM_PJobCreate_HOFireEvent, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonProcessChain
dbo.QBM_PRITriggerCreateSQL_STORED_PROCEDURE7dbo.QBM_PJournal, dbo.QBM_PFESimulationFill, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd, dbo.sp_settriggerorder, dbo.QBM_PTriggerDrop
dbo.QBM_PSQLCreateSQL_STORED_PROCEDURE7dbo.QBM_PJournal, dbo.QBM_PProcedureDrop, dbo.QBM_PTriggerDrop, dbo.QBM_PFunctionDrop, dbo.QBM_PViewDrop, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorAdd
dbo.QBM_PWorkMaintenanceSQL_STORED_PROCEDURE7dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueAgentInfoSet, dbo.QBM_PTransactionLevelCheck, dbo.SQL, dbo.QBM_PJournal, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd
dbo.QBM_ZConstraintEnableSQL_STORED_PROCEDURE7dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PJournal, dbo.QBM_PSessionErrorClean, dbo.QBM_PTriggerEnable, dbo.QBM_PConstraintEnable, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-QBMConstraintEnable, QBM-K-QBMConstraintDisable, QBM-K-QBMConstraintEnable2, QBM-K-QBMConstraintDisable2
dbo.QER_PDynamicGroupMakeProc_hlpSQL_STORED_PROCEDURE7dbo.QER_PDynamicGroupMakeProc_Drop, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd
dbo.QER_PITShopProductNodeCheckSQL_STORED_PROCEDURE7dbo.QBM_PJournal, dbo.QBM_PSessionContextSet, dbo.QER_PITShopOrderMove_bulk, dbo.QBM_PJobCreate_HOFireEvent_L, dbo.QER_PITShopProductNodeCreate_b, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQER-K-OrgAutoChild
dbo.QER_TUPersonSQL_TRIGGER7dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PJobCreate_HOCallMethod_L, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJournal, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PJobCreate_HODelete_L, dbo.QBM_PSessionErrorAddQBM-K-CommonReCalculate, QER-K-HelperHeadPerson, QER-K-PersonHasObject, QER-K-DynamicGroupSingleBasic, QER-K-AllForOnePerson, QER-K-HelperPersonOrg, QER-K-HelperHeadOrg, QER-K-ShoppingRackPWOHelperPWO
dbo.QER_ZPWODecisionRuleMakeProcSQL_STORED_PROCEDURE7dbo.QER_P30907EB9FB8232867B_proc, dbo.QBM_PProcedureDrop, dbo.QBM_PSQLCreate, dbo.QER_P30907EB9FB8232867B_func, dbo.QBM_PFunctionDrop, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueCurrentResetNGen
dbo.ADS_TUAdsGroupSQL_TRIGGER6dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonReCalculate, ADS-K-ADSAccountInADSGroup, ADS-K-ADSContactInADSGroup, ADS-K-ADSMachineInADSGroup
dbo.ADS_ZAccountInADSGroupSQL_STORED_PROCEDURE6dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PJournal, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.ADS_ZOrgHasADSGroupSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddADS-K-BaseTreeHasObject
dbo.CPL_PComplianceCheckMakeProc_hSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd
dbo.LDP_ZOrgHasLDAPGroupSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddLDP-K-BaseTreeHasObject
dbo.QBM_PColumnChangeDataTypeSQL_STORED_PROCEDURE6dbo.QBM_PTriggerDrop, dbo.QBM_PIndexDrop, dbo.QBM_PConstraintFKDrop, dbo.sp_rename, dbo.QBM_PColumnDrop, dbo.QBM_PSessionErrorAdd
dbo.QBM_PColumnCustomRemoveSQL_STORED_PROCEDURE6dbo.QBM_PIndexDrop, dbo.QBM_PJournal, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionErrorAdd, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PColumnDrop
dbo.QBM_PDeleteDeep_LSQL_STORED_PROCEDURE6dbo.QBM_PTriggerDisable, dbo.QBM_PSessionErrorAdd, dbo.QBM_PTriggerEnable, dbo.left, dbo.QBM_PTriggersInactiveForTable, dbo.QBM_PDBQueueInsert_BulkQER-K-OrgAutoChild, QER-K-AllForPersonInBaseTree
dbo.QBM_PXDateSubItemUpdateSQL_STORED_PROCEDURE6dbo.QBM_PJournal, dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QBM_PSessionErrorAdd
dbo.QBM_TIDialogTableSQL_TRIGGER6dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PGUIDReplaceCustomizerFill, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropTable, QBM-K-TableRevisionFill, QBM-K-MissingDisplayRightFill
dbo.QBM_ZPrePropTableSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_WaitForComp, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJournal, dbo.QBM_PJobCreate_SendMail, dbo.QBM_PSessionErrorAddTable, QBM-K-CommonPrepropTable, QBM-K-CommonPrepropColumn, QBM-K-CommonPrepropColumnFK, QBM-K-CommonPrepropTree, QBM-K-CommonPrepropTreeResult, QBM-K-CommonPrepropJobChain, QBM-K-CommonRebuildView
dbo.QER_PITShopOrderMove_bulkSQL_STORED_PROCEDURE6dbo.QBM_PSessionContextSet, dbo.QER_PGIQERWorkingMethod, dbo.QBM_PExecuteSQLMulti, dbo.QBM_PJobCreate_HOCallMethod_L, dbo.QER_PITShopHelperFill_bulk, dbo.QBM_PSessionErrorAdd
dbo.QER_PPersonDelete_GDPRSQL_STORED_PROCEDURE6dbo.QBM_PSessionContextSet, dbo.QBM_PJobCreate_HOCallMethod_L, dbo.QBM_PJobCreate_HODelete, dbo.QBM_PWaitForSeconds, dbo.QBM_PDeleteDeep, dbo.QBM_PSessionErrorAdd
dbo.QER_ZITShopOrderResetSQL_STORED_PROCEDURE6dbo.QBM_PSessionContextSet, dbo.QER_PGIQERWorkingMethod, dbo.QER_PITShopHelperFill_bulk, dbo.QER_PITShopPersonHasObjFill_b, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQER-K-ShoppingRackPWOHelperPWO, QER-K-ShoppingRackPersonHasObject
dbo.QER_ZOrgHasQERAssignSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddQER-K-BaseTreeHasObject
dbo.QER_ZOrgHasQERResourceSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddQER-K-BaseTreeHasObject
dbo.QER_ZOrgHasQERReuseSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddQER-K-BaseTreeHasObject
dbo.QER_ZOrgHasQERReuseUSSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddQER-K-BaseTreeHasObject
dbo.RPS_TURPSReportSQL_TRIGGER6dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PSessionErrorAddRPS-K-AllForOneRPSReport, RPS-K-PrepropRPSReport
dbo.RPS_ZOrgHasRPSReportSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddRPS-K-BaseTreeHasObject
dbo.TSB_ZOrgHasTSBAccountDefSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddTSB-K-BaseTreeHasObject
dbo.TSB_ZOrgHasUNSGroupBSQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddTSB-K-BaseTreeHasObject
dbo.TSB_ZOrgHasUNSGroupB1SQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddTSB-K-BaseTreeHasObject
dbo.TSB_ZOrgHasUNSGroupB2SQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddTSB-K-BaseTreeHasObject
dbo.TSB_ZOrgHasUNSGroupB3SQL_STORED_PROCEDURE6dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAddTSB-K-BaseTreeHasObject
dbo.ADS_ZADSMachineInADSGroupSQL_STORED_PROCEDURE5dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.ADS_ZContactInADSGroupSQL_STORED_PROCEDURE5dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.ATT_PAfterMigrationTasksSQL_STORED_PROCEDURE5dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOTemplate_B, dbo.QBM_PJobCreate_HOFireEvent, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddATT-K-HelperAttestationPolicy, QER-K-DynamicGroupMakeTrigger
dbo.ATT_PAttestationHelperFillSQL_STORED_PROCEDURE5dbo.as, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PJobCreate_HOFireEvent_B, dbo.QBM_PSessionErrorAddATT-K-AttestationCheckValid
dbo.ATT_TUPersonSQL_TRIGGER5dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PJobCreate_HOUpdate_L, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonReCalculate, ATT-K-AttestationHelper
dbo.ATT_ZAttHelperFillMakeProcSQL_STORED_PROCEDURE5dbo.QBM_PGICountTablesUsedByCode, dbo.QBM_PFunctionDrop, dbo.QBM_PSQLCreate, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd
dbo.LDP_TULDAPGroupSQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddLDP-K-LDAPAccountInLDAPGroup
dbo.LDP_ZAccountInLDAPGroupSQL_STORED_PROCEDURE5dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.LDP_ZLDPMachineInLDAPGroupSQL_STORED_PROCEDURE5dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.QBM_PBufferT_ProcAll_Delta_iSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PBufferT_ProcessInsert, dbo.QBM_PBufferT_ProcessUpdate, dbo.QBM_PSessionErrorAdd
dbo.QBM_PBufferT_ProcessTableSQL_STORED_PROCEDURE5dbo.QBM_PSessionErrorAdd, dbo.QBM_PTriggersInactiveForTable, dbo.QBM_PBufferT_ProcessUpdate, dbo.QBM_PJournal, dbo.QBM_PBufferT_ProcessInsert
dbo.QBM_PCustomSQLCompileSQL_STORED_PROCEDURE5dbo.QBM_PCustomSQLFill, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd, dbo.QBM_PJournal
dbo.QBM_PCustomSQLPropagateSQL_STORED_PROCEDURE5dbo.QBM_PCustomSQLPropagate_Cont, dbo.QBM_PViewBuild, dbo.QBM_PSQLCreate, dbo.QBM_PDatabasePrepareCheck1, dbo.QBM_PSessionErrorAdd
dbo.QBM_PDashBoardDefineSQL_STORED_PROCEDURE5dbo.as, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd, dbo.QBM_PProcedureDrop, dbo.QBM_PViewDrop
dbo.QBM_PDBQCS_SlotFillSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean
dbo.QBM_PDBQCS_SlotFill_RangeSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PTransactionLevelCheck, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean
dbo.QBM_PDBQueueCalculateDeltaSQL_STORED_PROCEDURE5dbo.QBM_PSessionContextSet, dbo.QBM_PJournal, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAdd
dbo.QBM_PDBQueueCompressSQL_STORED_PROCEDURE5dbo.QBM_PIndexDrop, dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAddif @DifferentPathLengthExists = 0 begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID, Generation, PathLength) select max(q.UID_DialogDBQueue ) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(PathLength) as PathLength from #DialogDBQueue q group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end else begin insert into DialogDBQueue (UID_DialogDBQueue, UID_Task, Object, SubObject, GenProcID , Generation, PathLength) select max(q.UID_DialogDBQueue) as UID_DialogDBQueue , q.UID_Task , q.Object , q.SubObject , q.GenProcID , max(q.Generation) as Generation , max(isnull(mo.PathLength, q.PathLength)) as PathLength from #DialogDBQueue q left outer join QBMDBQueueTaskMetric mo on q.UID_Task = mo.UID_Task group by q.UID_Task, q.Object, q.SubObject, q.GenProcID end if @DebugSwitch > 0 print
dbo.QBM_PDBQueueReplGenProcIDSQL_STORED_PROCEDURE5dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PSessionErrorAdd, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionErrorClean, dbo.QBM_PProcessCreate
dbo.QBM_PJobQueueInitSQL_STORED_PROCEDURE5dbo.QBM_PJobQueueInit_i, dbo.sys, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionErrorAdd, dbo.sp_releaseapplock
dbo.QBM_PJobQueueInit_iSQL_STORED_PROCEDURE5dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJobQueueSetSameServer, dbo.QBM_PQBMServerHasJobService, dbo.QBM_PSessionErrorAdd
dbo.QBM_PScheduleCheckSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-ScheduleStart
dbo.QBM_PScheduleStartJobSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PSessionContextSet, dbo.QBM_PProcessCreate, dbo.QBM_PJobCreate_HOFireEvent_B, dbo.QBM_PSessionErrorAdd
dbo.QBM_PSlotResetOnMissingItem_LSQL_STORED_PROCEDURE5dbo.QBM_PWaitForSeconds, dbo.QBM_PJournal, dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd
dbo.QBM_PTableMoveSQL_STORED_PROCEDURE5dbo.QBM_PWatchDogPrepare, dbo.QBM_PSingleUserRequest, dbo.QBM_PJournal, dbo.QBM_PTableReload, dbo.QBM_PSingleUserRelease
dbo.QBM_PTriggerEnableSQL_STORED_PROCEDURE5dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd, dbo.QBM_PJournal, dbo.QBM_PIndicatorChange
dbo.QBM_PViewBuildSQL_STORED_PROCEDURE5dbo.QBM_PViewBuildV, dbo.QBM_PViewBuildP, dbo.QBM_PViewBuildU, dbo.QBM_PViewBuildR, dbo.QBM_PSessionErrorAdd
dbo.QBM_PViewBuildP_internSQL_STORED_PROCEDURE5dbo.QBM_PViewDrop, dbo.QBM_PViewBuild_FromAddOn, dbo.QBM_PDialogColumnDelete, dbo.QBM_PDialogColumnInsert, dbo.QBM_PSessionErrorAdd
dbo.QBM_PViewBuildR_internSQL_STORED_PROCEDURE5dbo.QBM_PViewDrop, dbo.QBM_PViewBuild_FromAddOn, dbo.QBM_PDialogColumnDelete, dbo.QBM_PDialogColumnInsert, dbo.QBM_PSessionErrorAdd
dbo.QBM_PViewBuildU_internSQL_STORED_PROCEDURE5dbo.QBM_PViewDrop, dbo.QBM_PViewBuild_FromAddOn, dbo.QBM_PDialogColumnDelete, dbo.QBM_PDialogColumnInsert, dbo.QBM_PSessionErrorAdd
dbo.QBM_PViewBuildV_internSQL_STORED_PROCEDURE5dbo.QBM_PViewDrop, dbo.QBM_PSQLCreate, dbo.QBM_PDialogColumnDelete, dbo.QBM_PDialogColumnInsert, dbo.QBM_PSessionErrorAdd
dbo.QBM_TUDialogTableSQL_TRIGGER5dbo.QBM_PSQLCheckExecutable, dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PGUIDReplaceCustomizerFill, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropTable, QBM-K-CommonMakeWatchtrigger, QBM-K-MissingDisplayRightFill
dbo.QBM_ZConstraintDisableSQL_STORED_PROCEDURE5dbo.QBM_PTriggerDisable, dbo.QBM_PConstraintDisable, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueCurrentResetNGen
dbo.QBM_ZTriggerWatchCreateSQL_STORED_PROCEDURE5dbo.QBM_PTriggerWatchCreate, dbo.QBM_PTableLockEscalationSet, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueCurrentResetNGen, dbo.QBM_PDBQueueInsert_SingleQBM-K-CommonMakeWatchtriggerS
dbo.QER_PITShopHelperFill_bulkSQL_STORED_PROCEDURE5dbo.as, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionContextSet, dbo.QER_P04F128DC257D2B3C236MAIL_, dbo.QBM_PSessionErrorAddQER-K-ShoppingRackPWOHelperPWO, QER-K-ShoppingRackCheckDecision, CPL-K-ShoppingRackMakeDecisionOC, CPL-K-ShoppingRackMakeDecisionOH, QER-K-ShoppingRackMakeDecisionEX
dbo.QER_PITShopProductNodeMoveSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QER_PITShopProductNodeCreate, dbo.QER_PITShopOrderMove_bulk, dbo.QBM_PSessionErrorAdd
dbo.QER_TUDynamicGroupSQL_TRIGGER5dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PExecuteSQLMulti, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQER-K-DynamicGroupMakeProc, QER-K-DynamicGroupTest, QER-K-DynamicGroupMakeTrigger
dbo.QER_TUHelperHeadOrgSQL_TRIGGER5dbo.QBM_PJournal, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PSessionErrorAddQBM-K-CommonReCalculate, QER-K-ShoppingRackPWODecisionMaker
dbo.QER_TUQERAssignSQL_TRIGGER5dbo.QBM_PDBQueueInsert_Bulk, dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQER-K-PersonHasQERAssign, QER-K-OrgHasQERAssign
dbo.QER_TUQERResourceSQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQER-K-PersonHasQERResource, QER-K-OrgHasQERResource
dbo.QER_TUQERReuseSQL_TRIGGER5dbo.QBM_PDBQueueInsert_Bulk, dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQER-K-PersonHasQERReuse, QER-K-OrgHasQERReuse
dbo.QER_TUQERReuseUSSQL_TRIGGER5dbo.QBM_PDBQueueInsert_Bulk, dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQER-K-PersonHasQERReuseUS, QER-K-OrgHasQERReuseUS
dbo.QER_ZAllForPersonInBaseTreeSQL_STORED_PROCEDURE5dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOCallMethod, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQBM-K-Commonrecalculate, QER-K-ShoppingRackPWOHelperPWO, QER-K-PersonCheckDynUser, QER-K-AllForOnePerson, QER-K-PersonHasObject, QER-K-ShoppingRackMemberDel, QER-K-ShoppingRackPWODecisionMaker, QER-K-HelperHeadOrg
dbo.QER_ZHelperHardwareOrgSQL_STORED_PROCEDURE5dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableInsert, dbo.QBM_PMNTableDelete, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQER-K-AllForOneHardware
dbo.QER_ZITShopCheckDecisionSQL_STORED_PROCEDURE5dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PSessionContextSet, dbo.QBM_PJobCreate_HOFireEvent_L, dbo.QBM_PSessionErrorAddQER-K-ShoppingRackMakeDecisionEX, Zurücksetzen 3
dbo.QER_ZPersonHasQERResourceSQL_STORED_PROCEDURE5dbo.QBM_PJournal, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.QER_ZPWOHelperFillMakeProcSQL_STORED_PROCEDURE5dbo.QBM_PGICountTablesUsedByCode, dbo.QBM_PFunctionDrop, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueCurrentResetNGen
dbo.RMS_TUESetSQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddRMS-K-ESetCollection, RMS-K-OrgHasESet, RMS-K-PersonHasESet, RMS-K-WorkdeskHasESet
dbo.RMS_ZOrgHasESetSQL_STORED_PROCEDURE5dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PMNTableOriginUpdate, dbo.QER_PMNTableAddViewProperties, dbo.QBM_PMNTableInsert, dbo.QBM_PSessionErrorAdd
dbo.TSB_TUTSBAccountDefSQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddTSB-K-TSBAccountDefFlags, TSB-K-PersonHasTSBAccountDef, TSB-K-OrgHasTSBAccountDef
dbo.TSB_TUUNSGroupBSQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddTSB-K-UNSAccountBInUNSGroupB
dbo.TSB_TUUNSGroupB1SQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddTSB-K-UNSAccountBInUNSGroupB1
dbo.TSB_TUUNSGroupB2SQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddTSB-K-UNSAccountBInUNSGroupB2
dbo.TSB_TUUNSGroupB3SQL_TRIGGER5dbo.QER_PIsForITShopFlagCheck, dbo.QBM_PJobCreate_HOUpdate_B, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddTSB-K-UNSAccountBInUNSGroupB3
dbo.ADS_PAfterMigrationJobCreateSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HOTemplate_B, dbo.QBM_PJobCreate, dbo.SQL, dbo.QBM_PSessionErrorAdd
dbo.ADS_RAccountInADSGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.ADS_RADSMachineInADSGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.ADS_RContactInADSGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.ADS_ROrgHasADSGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.QER_PSlotResetOnInvalidRoot_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.ADS_ZGroupInADSGroupSQL_STORED_PROCEDURE4dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddADS-K-ADSGroupInADSGroup-Circ
dbo.ATT_RAttestationHelperFill_CfgSQL_STORED_PROCEDURE4dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PJournal, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAddATT-K-AttestationHelper
dbo.ATT_TUAttestationPolicySQL_TRIGGER4dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddATT-K-Attestation-RESET, ATT-K-Attestation-ABORT, ATT-K-HelperAttestationPolicy
dbo.ATT_ZAllForPersonInBaseTreeSQL_STORED_PROCEDURE4dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQueueInsert_Bulk, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PSessionErrorAddQBM-K-Commonrecalculate, ATT-K-AttestationHelper, ATT-K-AttestationHelper-Cfg
dbo.ATT_ZAttestationCheckValidSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionContextSetATT-K-AttestationMakeDecisionEX
dbo.ATT_ZAttestationMakeDecisionWCSQL_STORED_PROCEDURE4dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.QBM_PJournal, dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PSessionErrorAdd
dbo.ATT_ZAttestationReminderSQL_STORED_PROCEDURE4dbo.QBM_PSessionContextSet, dbo.QBM_PJobCreate_HOCallMethod, dbo.QBM_PJobCreate_HOFireEvent_B, dbo.QBM_PSessionErrorAdd
dbo.ATT_ZAttestationResetSQL_STORED_PROCEDURE4dbo.QER_PGIQERWorkingMethod, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddATT-K-AttestationHelper
dbo.CPL_ZAllForPersonInBaseTreeSQL_STORED_PROCEDURE4dbo.QER_PITShopHelperFillAll, dbo.QER_PITShopHelperFill_Recalc, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQER-K-ShoppingRackPWODecisionMaker
dbo.CPL_ZComplianceCheckMakeProcSQL_STORED_PROCEDURE4dbo.CPL_PComplianceCheckMakeProc_h, dbo.QBM_PDBQueueInsert_Single, dbo.CPL_PComplianceCheckMakeProc_D, dbo.QBM_PSessionErrorAddCPL-K-ComplianceCheckForRule
dbo.CPL_ZSubRuleFillObjectSQL_STORED_PROCEDURE4dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PSessionErrorAdd
dbo.LDP_PAfterMigrationJobCreateSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HOTemplate_B, dbo.QBM_PJobCreate, dbo.SQL, dbo.QBM_PSessionErrorAdd
dbo.LDP_RAccountInLDAPGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.LDP_RLDPMachineInLDAPGroupSQL_STORED_PROCEDURE4dbo.QBM_PDBQCS_CurrentMoveSlot, dbo.DPR_PSlotResetWhileProj_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.LDP_ROrgHasLDAPGroupSQL_STORED_PROCEDURE4dbo.QBM_PSlotResetOnMissingItem_L, dbo.QER_PSlotResetOnInvalidRoot_L, dbo.QBM_PSlotResetWhileJobRun_L, dbo.QBM_PSessionErrorAdd
dbo.LDP_ZGroupInLDAPGroupSQL_STORED_PROCEDURE4dbo.QBM_PDBQueueCalculateDelta, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddLDP-K-LDAPGroupInLDAPGroup-Circ
dbo.POL_TUQERPolicySQL_TRIGGER4dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PJobCreate_HODelete_L, dbo.QBM_PSessionErrorAddPOL-K-QERPolicyMakeProc, POL-K-QERPolicyFill
dbo.POL_ZQERPolicyFillSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HODelete_L, dbo.QBM_PMNTableInsertOwnPK, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionContextSet
dbo.QBM_PColumnDropSQL_STORED_PROCEDURE4dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.sp_unbindefault, dbo.QBM_PIndexDrop, dbo.QBM_PSessionErrorAdd
dbo.QBM_PConstraintDisableSQL_STORED_PROCEDURE4dbo.QBM_PIndicatorChange, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd
dbo.QBM_PConstraintEnableSQL_STORED_PROCEDURE4dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorAdd, dbo.QBM_PJournal, dbo.QBM_PIndicatorChange
dbo.QBM_PConstraintFKDropSQL_STORED_PROCEDURE4dbo.QBM_PJournal, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd
dbo.QBM_PDatabasePrepareSQL_STORED_PROCEDURE4dbo.QBM_PDialogDatabaseInitialInfo, dbo.QBM_PDatabasePrepareCheck1, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd
dbo.QBM_PDatabasePrepareCheck1SQL_STORED_PROCEDURE4dbo.QBM_PColumnSchemaDataTypeCorr, dbo.QBM_PDialogTablePKNameCorrect, dbo.QBM_PTableRevisionFill, dbo.QBM_PSessionErrorAdd
dbo.QBM_PDBQCS_CurrentMoveSlotSQL_STORED_PROCEDURE4dbo.QBM_PSessionErrorAdd, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionErrorClean, dbo.QBM_PJournal
dbo.QBM_PDBQueueInsert_BulkSQL_STORED_PROCEDURE4dbo.QBM_PSessionErrorAdd, dbo.QBM_PJournal, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Int
dbo.QBM_PDBQueueInsert_IntSQL_STORED_PROCEDURE4dbo.QBM_PSessionContextSet, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueInsert_Singleif @UID_Task in (, QBM-K-BaseMigrationReady, QBM-K-CommonReCalculate, QBM-K-XMarkedForDeletionPush, QBM-K-XDateSubItemUpdate, QBM-K-XDateSubItemUpdateFU, QBM-K-CommonTaskStart
dbo.QBM_PExecuteSQLWithRetry_LLPSQL_STORED_PROCEDURE4dbo.QBM_PSessionErrorAdd, dbo.QBM_PWaitForSeconds, dbo.QBM_PSessionErrorClean, dbo.QBM_PJournal
dbo.QBM_PIndexEnableSQL_STORED_PROCEDURE4dbo.QBM_PGIDBServerIndexRebuildOpt, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSetRowLockOnly, dbo.QBM_PSessionErrorAdd
dbo.QBM_PJobUnfreezeSQL_STORED_PROCEDURE4dbo.QBM_PJobUpdateState, dbo.QBM_PJobQueueSetSameServer, dbo.QBM_PSessionErrorAdd, dbo.QBM_PWriteDialogJournal
dbo.QBM_PMakeConstraintSQL_STORED_PROCEDURE4dbo.QBM_PConstraintFKDrop, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorClean, dbo.QBM_PSessionErrorAdd
dbo.QBM_PMigrationNotReadyForCompSQL_STORED_PROCEDURE4dbo.QBM_PWaitForSeconds, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAdd, dbo.QBM_PSessionContextSetQBM-K-CommonWaitForCompiler, QBM-K-BaseMigrationReady
dbo.QBM_PMNTableDeleteSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HODelete_L, dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorAdd
dbo.QBM_PMNTableInsertSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HOFireEvent_L, dbo.QBM_PSessionContextSet, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PSessionErrorAdd
dbo.QBM_PMNTableInsertOwnPKSQL_STORED_PROCEDURE4dbo.QBM_PJobCreate_HOFireEvent_L, dbo.QBM_PSessionContextSet, dbo.QBM_PSessionErrorAdd, dbo.QBM_PExecuteSQLWithRetry_LLP
dbo.QBM_PProcessGroupCreateSQL_STORED_PROCEDURE4dbo.QBM_PDialogProcessShrink_fill, dbo.QBM_PProcessGroupCreate_help, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd
dbo.QBM_PTriggerDisableSQL_STORED_PROCEDURE4dbo.QBM_PIndicatorChange, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PJournal, dbo.QBM_PSessionErrorAdd
dbo.QBM_PViewBuild_FromAddOnSQL_STORED_PROCEDURE4dbo.QBM_PViewDrop, dbo.QBM_PJournal, dbo.QBM_PSQLCreate, dbo.QBM_PSessionErrorAdd
dbo.QBM_TDDialogTableSQL_TRIGGER4dbo.QBM_PGUIDReplaceCustomizerFill, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-TableRevisionFill, QBM-K-MissingDisplayRightFill
dbo.QBM_TIDialogDashBoardDefSQL_TRIGGER4dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonDashboardDef, QBM-K-CommonPrepropDashboardDef
dbo.QBM_TIDialogGroupSQL_TRIGGER4dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-CommonGroupNumber, QBM-K-CommonGroupCollection, QBM-K-CommonPrepropGroup, QBM-K-CommonReCalculate, QBM-K-CommonGroupPattern, QBM-K-CommonRecalculate, QBM-K-DialogUserInGroup
dbo.QBM_TIDialogObjectSQL_TRIGGER4dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PSQLCheckExecutable, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropObject
dbo.QBM_TUDialogConfigParmSQL_TRIGGER4dbo.QBM_PHistoryColumnSetDefault, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonConfigParm, QBM-K-PrepropGenerateFunction, QBM-K-CommonReCalculate
dbo.QBM_TUDialogDashBoardDefSQL_TRIGGER4dbo.QBM_PSQLCheckExecutable, dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropDashboardDef, QBM-K-CommonDashboardDef
dbo.QBM_TUDialogObjectSQL_TRIGGER4dbo.QBM_PSQLCheckExecutable, dbo.QBM_PPrePropCheckSyntax, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropObject
dbo.QBM_ZBufferTProcessDeleteSQL_STORED_PROCEDURE4dbo.QBM_PJournal, dbo.QBM_PDBQCS_CurrentRestore, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-BufferTProcessModulePU, QBM-K-BufferTProcessModule, QBM-K-BufferTProcessTablePU, QBM-K-BufferTProcessTable, QBM-K-BufferTProcessDelete, QBM-K-FillModelFinished
dbo.QBM_ZColumnCheckBlobExternalSQL_STORED_PROCEDURE4dbo.QBM_PJournal, dbo.QBM_PColumnCheckBlobExternal, dbo.QBM_PJobCreate_Mnt, dbo.QBM_PSessionErrorAdd
dbo.QBM_ZDashBoardContentCalculateSQL_STORED_PROCEDURE4dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionContextSet, dbo.QBM_PSessionErrorAdd, dbo.QBM_PJobCreate_SQLDelQBM-K-CommonDashboardDef
dbo.QBM_ZForeignKeyRepairSQL_STORED_PROCEDURE4dbo.QBM_PForeignKeyWrongReport, dbo.QBM_PJournal, dbo.QBM_PForeignKeyWrongRepair, dbo.QBM_PSessionErrorAdd
dbo.QBM_ZIndexCreateGeneratedSQL_STORED_PROCEDURE4dbo.QBM_PTableLockEscalationSet, dbo.QBM_PIndexCreateGenerated, dbo.QBM_PSessionErrorAdd, dbo.QBM_PDBQueueCurrentResetNGen
dbo.QBM_ZPrePropColumnSQL_STORED_PROCEDURE4dbo.QBM_PDBQueueInsert_WaitForComp, dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddQBM-K-CommonPrepropColumn, QBM-K-CommonPrepropColumnFK, QBM-K-CommonPrepropTableFK, QBM-K-CommonRebuildView
dbo.QBM_ZPrePropDashBoardDefSQL_STORED_PROCEDURE4dbo.QBM_PSessionContextSet, dbo.QBM_PDBQueueInsert_WaitForComp, dbo.QBM_PDBQueueInsert_Bulk, dbo.QBM_PSessionErrorAddDashBoardDef, QBM-K-CommonPrepropTree
dbo.QBM_ZPrepropGenerateFunctionSQL_STORED_PROCEDURE4dbo.QBM_PPrePropCheckExpression, dbo.QBM_PExecuteSQLWithRetry_LLP, dbo.QBM_PDBQueueInsert_Single, dbo.QBM_PSessionErrorAddQBM-K-PrepropAll