T-SQL Debugger does not show parameters

  • hi,

    In my installation of SQL Server the T-SQL Debugger runs but does not show the value of local and global parameters in their respective windows. These windows appear blank. I checked all the settings and I tried all possible changes but to no avail. This is irrespective of whether I log on to local account or WINNT account.

    Regds

     

     

  • This was removed by the editor as SPAM

  • It may be that your login(s) do not have the correct permissions to use the debugger.  Books-on-line doesn't say what the permissions need to be but I'm thinking that you have to have DBO or SA permissions (or maybe SecurityAdmin).

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • The situation you're describing will happen if the following is not true (from BooksOnLine)

    In a client/server environment, the client workstation running the debugger must be a member of the same domain as the computer running the corresponding instance of SQL Server.

    Mattie

  • install the latest service pack sp3.

Viewing 5 posts - 1 through 4 (of 4 total)

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