Unable to start T-SQL Debugging. Could not connect to computer '.'. This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
I'm using Management Studio 2008 with Sql Server 2008 Express. I can execute queries, but I cannot debug them. I am a member of the systemadmin role, and my server is using "local system" as the account. I am on a domain here at work.
I have seen http://social.msdn.microsoft.com/forums/en-US/sqlnetfx/thread/3590e35b-bb2d-45cd-be85-7698b7045be8/, but I am not doing any remote debugging. I tried running the server under my user name, but still no luck. I also have my firewall disabled (even though I did enable it and open up the correct ports just-in-case).
It use to work before I uninstalled and re-installed SQLEXPRESS. What could be the issue? I've searched everywhere, and so far everything says I should do what I've already tried. I did have a password change, but changing it several times has not had any effect.
--------------------------------------------------------------------------------------------
When I try to debug queries on the main 2005 sql server, I get: Cannot execute script. Additional Information: Unable to start the Transact-SQL Debugger. The Transact-SQL Debugger does not support SQL Server 2005 or earlier versions of SQL Server. (SQLEditors).
Moot issue, as I know the reason why this doesn't work. But queries once-again execute here, but cannot be debugged.