DBQueue walkthroughs
Concrete, source-derived navigation examples from a clue to the right explorer, recipe, and evidence cross-check. These walkthroughs are not live queue telemetry.
11walkthroughsconcrete examples
11clue kindsrouter categories
88example cluesdeep links
13route facetsexplorers
83complete profilesevidence coverage
Follow a SQL parameter into route context
Starting clue: @GenProcID · 570 modules · 205 tasks · 12 families
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Starts with `@`, e.g. `@GenProcID`, `@DBQueueElements_01`, `@SlotNumber`, `@XUser`.
db/dbqueue-clue-router.html#clue-sql-parameter - Open the concrete route
Use the pre-linked example for @GenProcID.
db/dbqueue-parameter-routes.html#parameter-genprocid - Use the primary explorer
Parameter routes gives the route-level view for this clue family.
db/dbqueue-parameter-routes.html - Follow the workflow recipe
Use this when a parameter such as @GenProcID or @DBQueueElements_01 is the clue and you need route context.
db/dbqueue-recipes.html#recipe-from-parameter - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Compare callers for a QBM_PDBQueueInsert* routine
Starting clue: QBM_PDBQueueInsert_Bulk · 494 modules · 187 tasks
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like `QBM_PDBQueueInsert_Bulk`, `_Single`, `_WaitForComp`, or case variants.
db/dbqueue-clue-router.html#clue-insert-routine - Open the concrete route
Use the pre-linked example for QBM_PDBQueueInsert_Bulk.
db/dbqueue-insert-routines.html#routine-qbm-pdbqueueinsert-bulk - Use the primary explorer
Insert routines gives the route-level view for this clue family.
db/dbqueue-insert-routines.html - Follow the workflow recipe
Use this when the clue is an insert routine name and you need to compare callers, task markers, and route families.
db/dbqueue-recipes.html#recipe-from-insert-routine - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Trace a DBQueue task marker to callers
Starting clue: QBM-K-ScriptAssemblyReset · 64 modules · 3 routines
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like `QBM-K-*`, `QER-K-*`, `TSB-K-*`, etc.
db/dbqueue-clue-router.html#clue-task-marker - Open the concrete route
Use the pre-linked example for QBM-K-ScriptAssemblyReset.
db/dbqueue-task-routes.html#task-qbm-k-scriptassemblyreset - Use the primary explorer
Task routes gives the route-level view for this clue family.
db/dbqueue-task-routes.html - Follow the workflow recipe
Use this when you have a marker such as QBM-K-ScriptAssemblyReset or QER-K-OrgAutoChild and need insert routines plus caller modules.
db/dbqueue-recipes.html#recipe-from-task-marker - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Profile one SQL caller module
Starting clue: dbo.QER_TUBaseTree · 15 tasks · 2 families · 2 routines
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like `dbo.QER_TUBaseTree`, `dbo.QBM_ZPrePropTable`, trigger/procedure names, or module URLs.
db/dbqueue-clue-router.html#clue-caller-module - Open the concrete route
Use the pre-linked example for dbo.QER_TUBaseTree.
db/dbqueue-module-routes.html#module-qer-tubasetree - Use the primary explorer
Module routes gives the route-level view for this clue family.
db/dbqueue-module-routes.html - Follow the workflow recipe
Use this when you know a caller module name such as QER_TUBaseTree and need all DBQueue signals for that module.
db/dbqueue-recipes.html#recipe-from-module - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Route from a config-path clue
Starting clue: QER\ComplianceCheck\IncludeTSBPersonUsesAccount · 28 modules · 11 tasks · 3 families
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Contains backslash-separated config paths such as `QER\ITShop\…` or `Common\ProcessState`.
db/dbqueue-clue-router.html#clue-config-ref - Open the concrete route
Use the pre-linked example for QER\ComplianceCheck\IncludeTSBPersonUsesAccount.
db/dbqueue-config-routes.html#config-qer-compliancecheck-includetsbpersonusesaccount - Use the primary explorer
Config routes gives the route-level view for this clue family.
db/dbqueue-config-routes.html - Follow the workflow recipe
Use this when a config path appears in DBQueue caller source and you need route/task/module context.
db/dbqueue-recipes.html#recipe-from-config - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Route from a write/DML clue
Starting clue: INSERT into · 545 modules · 214 tasks · 12 families
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like `INSERT into`, `UPDATE not`, `DELETE PersonWantsOrg`, or another write clue.
db/dbqueue-clue-router.html#clue-dml-target - Open the concrete route
Use the pre-linked example for INSERT into.
db/dbqueue-dml-routes.html#dml-insert-into - Use the primary explorer
DML routes gives the route-level view for this clue family.
db/dbqueue-dml-routes.html - Follow the workflow recipe
Use this when a write pattern such as INSERT, UPDATE, DELETE, or a table-like DML target is the clue.
db/dbqueue-recipes.html#recipe-from-dml - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Route from a read/table clue
Starting clue: inserted · 369 modules · 167 tasks · 12 families
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like table/read markers such as `inserted`, `deleted`, `QBMDBQueueCurrent`, `PersonWantsOrg`, or `BaseTree`.
db/dbqueue-clue-router.html#clue-read-ref - Open the concrete route
Use the pre-linked example for inserted.
db/dbqueue-read-routes.html#read-inserted - Use the primary explorer
Read routes gives the route-level view for this clue family.
db/dbqueue-read-routes.html - Follow the workflow recipe
Use this when a table/read marker such as QBMDBQueueCurrent, inserted, deleted, or PersonWantsOrg appears in source evidence.
db/dbqueue-recipes.html#recipe-from-read-ref - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Compare one task family prefix
Starting clue: QBM · 408 modules · 89 tasks · 5 routines
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Looks like a task namespace prefix such as `QBM`, `QER`, `TSB`, `ADS`, `LDP`, `ATT`, `RMS`, `CPL`, or `RPS`.
db/dbqueue-clue-router.html#clue-family-prefix - Open the concrete route
Use the pre-linked example for QBM.
db/dbqueue-family-routes.html#family-qbm - Use the primary explorer
Family routes gives the route-level view for this clue family.
db/dbqueue-family-routes.html - Follow the workflow recipe
Use this to compare QBM, QER, TSB, ADS, LDP, ATT, and other task-prefix families.
db/dbqueue-recipes.html#recipe-compare-family - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Start with a high-signal hotspot
Starting clue: mixed insert routines · 46 modules
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Use when the clue is mixed-routine, multi-family, high task fan-out, route fan-out, or config-heavy behavior.
db/dbqueue-clue-router.html#clue-hotspot-signal - Open the concrete route
Use the pre-linked example for mixed insert routines.
db/dbqueue-signals.html - Use the primary explorer
Signal report gives the route-level view for this clue family.
db/dbqueue-signals.html - Follow the workflow recipe
Use this when you need likely high-impact modules or cross-family/routine areas first.
db/dbqueue-recipes.html#recipe-triage-hotspots - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Audit missing evidence before concluding behavior
Starting clue: complete profiles · 83 modules
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Use when you need to know whether missing task/config/DML/read/parameter evidence is a corpus gap before concluding behavior.
db/dbqueue-clue-router.html#clue-evidence-gap - Open the concrete route
Use the pre-linked example for complete profiles.
db/dbqueue-evidence.html - Use the primary explorer
Evidence coverage gives the route-level view for this clue family.
db/dbqueue-evidence.html - Follow the workflow recipe
Use this when a module or route appears to lack a task/config/DML/read/parameter dimension and you need to distinguish corpus coverage from runtime behavior.
db/dbqueue-recipes.html#recipe-audit-gaps - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html
Start when the clue is broad or unknown
Starting clue: DBQueue route facets · 13 facets
Open exact routePrimary explorerRecipeSearch this clue
- Recognize the clue type
Use when the clue is only “DBQueue”, “ChangeLimit”, or an unfamiliar token.
db/dbqueue-clue-router.html#clue-unknown-clue - Open the concrete route
Use the pre-linked example for DBQueue route facets.
db/dbqueue-route-facets.html - Use the primary explorer
Open Unknown or broad DBQueue clue primary explorer.
db/dbqueue-route-facets.html - Follow the workflow recipe
Use this when the symptom only says “DBQueue” or “ChangeLimit” and you do not yet know whether the clue is a task marker, routine, module, config, DML target, read ref, or parameter.
db/dbqueue-recipes.html#recipe-start-broad - Cross-check evidence coverage
Treat absent task/config/DML/read/parameter dimensions as coverage prompts, not proof of runtime behavior.
db/dbqueue-evidence.html