【发布时间】:2009-11-20 13:33:18
【问题描述】:
我遇到了生产服务器的问题。我一次只能从一个程序连接到服务器。例如,当我从 SQL Management Studio 连接时,没有其他人可以连接,反之亦然,使用不同的用户。就像服务器处于单用户模式,只是它处于多用户模式。
有什么想法吗?
连接时收到此错误消息:
TITLE: Connect to Server
Cannot connect to myserver\ myserver.
ADDITIONAL INFORMATION:
A network-related or instance-specific error occurred while establishing
a connection to SQL Server. The server was not found or was not accessible.
Verify that the instance name is correct and that SQL Server is configured
to allow remote connections. (provider: SQL Network Interfaces,
error: 26 - Error Locating Server/Instance Specified)
(Microsoft SQL Server, Error: -1)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
【问题讨论】:
标签: sql-server sql-server-2005 connection