Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't debug t-sql statement - could not connect to computer '.'

When I was about to debug a T-SQL select statement, an error dialog popped up:

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.

How can I start debugging?

like image 356
matrixit Avatar asked Aug 19 '13 09:08

matrixit


1 Answers

You must connect to Management Studio with a server name rather than . or (local).

localhost also works.

like image 62
Babak Mahmoudabadi Avatar answered Sep 19 '22 12:09

Babak Mahmoudabadi