Community

SQL Server Profiler and Parameterized Statements

Since upgrading to SQL Server 2000, I have encountered a problem in SQL Profiler: I am unable to capture parameterized Transact-SQL statements. Instead of the parameter @p1, I want the actual value used in the query execution. How can I place the substitution without referencing other lines in the t

Read More - Register for Free Membership