how tack if a stored procedure is being called
Jack SamApr 10 2013 — edited Apr 11 2013Is there any way to track if a stored procedure is being called and by whom?
is there any table/view that I can look up?
Or I can create a trigger in case stored procedure is executed, insert rows in a statistics table?
Or I change the stored procedure code to do such insert to collect the trace?
Thanks