Re: Capturing stored procedures parameters
- From: "Brian Lawton" <brian.k.lawton@xxxxxxxxxxxxxxxx>
- Date: Mon, 15 Aug 2005 20:13:30 -0400
This can easily be done using SQL Profiler. Just establish a new trace
using one of the SQLProfilerTSQL_xxxx templates. If you are only looking to
trace a single procedure, then you should probably play with the filter
criteria to eliminate some of the background noise otherwise you'll need to
wade through all of the TSQL commands being executed.
--
--Brian
(Please reply to the newsgroups only.)
"Daniel Corrêa" <daniel.correa@xxxxxxxxxxxxxxx> wrote in message
news:esZKlWeoFHA.1948@xxxxxxxxxxxxxxxxxxxxxxx
> Is it possible to capture, via trace or other means, the value of the
> parameters passed to a stored procedure? There is a stored procedure in
> the SharePoint database I want to monitor, but I don't want to change it.
> I want to know when it's called and what parameters were passed to it.
>
> Thank you in advance,
> Daniel
>
.
- References:
- Capturing stored procedures parameters
- From: Daniel Corrêa
- Capturing stored procedures parameters
- Prev by Date: Re: SQL Profiler / SQL trace missing data?
- Next by Date: Re: Sql Server Manager
- Previous by thread: Capturing stored procedures parameters
- Next by thread: SQL Profiler / SQL trace missing data?
- Index(es):
Relevant Pages
|