Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我准备调试一个 T-SQL 的 select 语句时,弹出了一个错误对话框:
无法启动 T-SQL 调试。无法连接到计算机'.'。这通常是主机名解析期间的临时错误,意味着本地服务器没有收到来自权威服务器的响应。
如何开始调试?
您必须使用服务器名称而不是.或连接到 Management Studio (local)。
.
(local)
localhost也有效。
localhost