English 中文(简体)
服务器管理演播室:与远程链接有关的问题
原标题:SQL Server Management Studio: issues with remote connections

I need to use Microsoft SQL Server Management Studio (SSMS) to connect to a remote server for my work. I have never used SSMS before and I did not install it myself as I do not have admin rights on my work computer. I have been given a Server Name and told to choose Database Engine as Server Type and Windows authentication in the Connect to Server window. I have asked for firewall authorisation and I have been added among the users authorised to use the remote server.

但 我迄今未能建立联系,因为每次我开放SSMS并使用与服务器接口的连接,我总是会遇到同样的错误:

在建立与SQ服务器的链接时,出现了与网络有关的或针对具体情况的错误。 服务器没有发现或无法使用。 证明试样名称正确,并配置服务器,以便远程连接。 (供应商:TCP提供商,错误:0 - 远程计算机拒绝网络连接) (Microsoftker服务器,Error:1225)。 ->

I double checked multiple times that the server name is correct and that I have firewall authorisation and that I am an authorised user for the remote server. It makes me think that my version of SSMS is not enabled for remote access. I checked possible solutions all over Google but with no success. One suggestion is to right-click on the server name and in the Server Properties allow the remote connection. However i do not have any server instance in the Object Explorer window so nothing on which I could right-click on.

是否有任何建议?

事先感谢你

问题回答

对于研究同一问题的其他人,我也能够通过删除以下登记处钥匙来解决这个问题:

ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftMSSQLServerClientConnectTo

我刚刚改称“联通通”,然后开始工作。 不知道原因。

我确信存在许多潜在问题,但如果这帮助任何人,我就说,我可以“当地人”,但不能用地标(我的机名)。

我从登记册中删除了我的机名,从而确定了这一点:

ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftMSSQLServerClientConnect To

希望至少有助于一人。





相关问题
Inserting 1000s of rows to SQL table using SSMS

I have a sql script with insert statements to insert 1000s of rows (12000 approx.). When i try running the script in SSMS, it throws Out of memory exception after a while. "An error occurred while ...

SQL Server 2005 Caching

It s my understanding that SQL Server 2005 does some sort of result or index caching. I m currently profiling complex select statements which take several seconds to several minutes to complete. My ...

SQL Sever Management Studio for SQL Server 2000

We use mostly SQL Server 2005 but have a few SQL Server 2000 servers laying around. Is there a SQL Server Management Studio like application for SQL Server 2000? Thank you.

Is there any way to extend the editor in SSMS? [closed]

Can the SQL Server Management Studio text editor be extended? If it s possible, what kind of work & tools are involved? I find myself frequently jumping to other editors for certain kinds of text ...

热门标签