Cannot Connect to Plesk v12 SQL Server Remotely from SQL Server Management Studio

孤街浪徒 提交于 2019-12-13 04:38:34

问题


I am difficult to understand why the mssql.anggalisdiyanto.net domain is can be accessed and i can login successfully from ASP.NET Enterprise Manager via browser, but not from SQL Server Management Studio. It is error like in below figure :

Help me, thanks in advance.


回答1:


What is MSSQL instance name you are using?

If you don't specify instance name and connect like "server.com" than default instance name is used "MSSQLSERVER", but instance name of your MSSQL server may be "MSSQLSERVER2012" or "SQLEXPRESS" and in this case you should connect like "server.com\MSSQLSERVER2012" or "server.com\SQLEXPRESS"

You can check instance name in "SQL server configuration manager":

In case instance name is OK, check that remote network connections are "Enabled" for specified IP addresses(but pay attention to security threats):

Security Note

When you allow remote connections to MS SQL server it means that SQL server will be open for password brute force attacks, Denied of Service(DoS) attacks, any kinds of exploit attacks.

All this kinds of attacks may slowdown whole your server.



来源:https://stackoverflow.com/questions/31443185/cannot-connect-to-plesk-v12-sql-server-remotely-from-sql-server-management-studi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!