My client has an app that calls a db stored proc (A), which includes calls to other stored procs (B and C). Stored proc C creates records, and I need to see the SQL calls the database receives to create those records, but when I run SQL profiler, I only see the original call to Proc A. Is this an inherent limitation of the Profiler utility (a proc called by a proc is not visible via a trace,) or did the original developer "hide" the visibility of that proc with a setting I need to uncover.
Please help!
2007-01-17
11:41:42
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design