March 19, 2005 at 1:08 am
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
March 22, 2005 at 8:00 am
This was removed by the editor as SPAM
March 22, 2005 at 11:15 pm
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
Change is inevitable... Change for the better is not.
March 23, 2005 at 8:15 am
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
March 29, 2005 at 12:55 am
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