views:

1462

answers:

2

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.

+2  A: 

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

Here is screenshot with parameter values:

nihique
that doesn't show the parameter values.
mrblah
How can I filter show it only shows the events where a sql query is passed to it?
mrblah
No, it shows parameters for sure!
nihique
I have added screenshot to show you that it is possible to see actual parameter values...
nihique
+1  A: 

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

Albert

related questions