DBQueue clue router

Start with the clue you have, then jump to the right source-derived explorer. This page routes static evidence; it is not live queue telemetry.

11clue kindsrouting categories
88example cluesdeep links
13route facetsexplorer map
12recipesworkflow guides
640caller modulessource-derived

Task marker

Looks like `QBM-K-*`, `QER-K-*`, `TSB-K-*`, etc.

Open primary explorer Recipe: Start from a concrete DBQueue task marker

Examples

Caller SQL module

Looks like `dbo.QER_TUBaseTree`, `dbo.QBM_ZPrePropTable`, trigger/procedure names, or module URLs.

Open primary explorer Recipe: Start from a SQL module

Examples

Configuration parameter path

Contains backslash-separated config paths such as `QER\ITShop\…` or `Common\ProcessState`.

Open primary explorer Recipe: Start from a config reference

Examples

DML target/pattern

Looks like `INSERT into`, `UPDATE not`, `DELETE PersonWantsOrg`, or another write clue.

Open primary explorer Recipe: Start from a DML target pattern

Examples

Read reference/table clue

Looks like table/read markers such as `inserted`, `deleted`, `QBMDBQueueCurrent`, `PersonWantsOrg`, or `BaseTree`.

Open primary explorer Recipe: Start from a read reference

Examples

SQL parameter

Starts with `@`, e.g. `@GenProcID`, `@DBQueueElements_01`, `@SlotNumber`, `@XUser`.

Open primary explorer Recipe: Start from a SQL parameter name

Examples

Task family/prefix

Looks like a task namespace prefix such as `QBM`, `QER`, `TSB`, `ADS`, `LDP`, `ATT`, `RMS`, `CPL`, or `RPS`.

Open primary explorer Recipe: Compare route behavior by task family

Examples