sqlprofiler - Se SQL statetement beeing run within a procedure with SQL Server Profiler -
this not directly programming question ask anyway because it's related debugging.
i wonder if it's possible see sql statements being executed within procedure in microsoft sql server profiler?
for see procedures being called due complicated procedures causing tricky bug somewhere see sql statement being executed. nice if has tip on this.
yes possible.
add sp:stmtstarting and/or sp:stmtcompleted events tracing.
Comments
Post a Comment