vote up 0 vote down star

Duplicate of: Does sql profiler show you the paramater values that were passed in? (Asked by same user.)

Hi,

I need a sql profiler that will show all the sql (raw sql or sproc) that are called to a database, along with the parameters passed into the queries.

I don't mind a commercial product if it has a trial.

flag

42% accept rate

2 Answers

vote up 2 vote down

Here is open source project I am using with SQL Server 2008 with great success: SqlExpressProfiler

Here is screenshot with parameter values:

link|flag
that doesn't show the parameter values. – mrblah Mar 14 at 16:01
How can I filter show it only shows the events where a sql query is passed to it? – mrblah Mar 14 at 16:03
No, it shows parameters for sure! – nihique Mar 15 at 13:00
I have added screenshot to show you that it is possible to see actual parameter values... – nihique Mar 15 at 13:06
vote up 1 vote down

You can checl xSQL Profiler at http://www.xsqlsoftware.com/Product/xSQL_Profiler.aspx It's free for SQL Express.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.