I can only debug a query once, after that I get this error and have to restart Management Studio.

Unable to start T-SQL Debugging. Could not connect to computer '(local)'. The requested name is valid, but no data of the requested type was found.

Version: 10.50.1797.0

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

In the past, I have found I can only debug reliably if I connect the query window to the database using the actual machine name instead of ".".

link|improve this answer
Looks like this works. The debugger also launches a lot faster. – Stijn Feb 23 at 8:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.