Re: run Profiler on a specific SP/Query/Function
- From: "Greg Linwood" <g_linwood@xxxxxxxxxxx>
- Date: Mon, 17 Apr 2006 10:52:14 +1000
Hi Kevin
If you only want to see external invocations of the stored proc, you can use
the RPC:Starting/Completed & TSQL:BatchStarting / BatchCompleted events with
the same filter. This approach won't suffer the blank Text column issue
you're describing but you only see "external" invocations of the stored
proc.
If you want to see "internal" invocations of the stored proc (eg, where it's
called from within another stored proc), the above approach won't work.
Regards,
Greg Linwood
SQL Server MVP
"kevin" <kwilliams_AINT_NO_FOOL_@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:5AECB9AE-A618-4A34-887E-30A0EB9A259A@xxxxxxxxxxxxxxxx
using SQL SERVER 2K is it possible to filter Profiler to look at a
specific sp.
currently, I am filtering by databasename and loginname and this is pretty
good. I tried to enter % usp_mysp % in the Text but profiler kept
returning
rows with the Text column blank. The sp I am looking for has not begun
executing, so I know that this type of filter is not working.
--
kevin...
.
- Follow-Ups:
- Re: run Profiler on a specific SP/Query/Function
- From: Michael Hotek
- Re: run Profiler on a specific SP/Query/Function
- Prev by Date: Re: Exception trying to import data from Excel .
- Next by Date: Re: run Profiler on a specific SP/Query/Function
- Previous by thread: Re: run Profiler on a specific SP/Query/Function
- Next by thread: Re: run Profiler on a specific SP/Query/Function
- Index(es):
Relevant Pages
|
Loading