Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 install TSQL debugger interface

Author  Topic 

alimcpill
Starting Member

1 Post

Posted - 2006-01-19 : 07:00:55
noob question, hopefully easy:
I want to debug a stored procedure from query analyzer, I have followed the instructions from the frequently given answers sticky post, but I get the following problem:

When I right click a stored proc in object browser and select debug I get the dialog to pre-initialize the input parameters but then when I click OK to actually step in I get the following message:

"The debugger interface is not installed. Please re-run setup, select 'add components to your existing installation' and make sure you select 'Development tools' \ 'Debugger interface'."

My question is, what setup do I need to rerun? Does this need to be run on the server, or my local machine? I have no control over what components are installed so I need to either contact my DBA or desktop support, and I would like to know what I need to ask them!

hopefully someone can help
cheers
Al
   

- Advertisement -