Profiler question

  • Hi there,

    Running profiler to analyze performance issues I encounter a very longrunning query:

    SELECT COUNT(*) FROM tablename

    WHERE C1 = @P1

    AND C2 = @P2

    AND c3 = @P3

    AND c4 LIKE @P4

    Is there any way to display the variables used here in profiler?

    Greetz,
    Hans Brouwer

  • They're not visible in the textdata column?

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply