Tracing T-SQL
AO0148
Posts: 2
Hello,
Is there a post that already exists that can tell me how to configure SQL Dependency Tracker (SDT) so that I can see (and map) the T-SQL dependencies that are defined in stored procedures?
An example
sprocSubordinateA, sprocSubordinateB, and sprocSubordinateC gather data using tSQL that is eventually fed up to sprocBoss.
sprocBoss then formats and displays the data.
Is there a post that already exists that can tell me how to configure SQL Dependency Tracker (SDT) so that I can see (and map) the T-SQL dependencies that are defined in stored procedures?
An example
sprocSubordinateA, sprocSubordinateB, and sprocSubordinateC gather data using tSQL that is eventually fed up to sprocBoss.
sprocBoss then formats and displays the data.