当前位置:   article > 正文

SQL Server无法以local 登陆问题的解决方法provider: Named Pipes Provider, error: 40 - Could not open a connection_the server is connected from local

the server is connected from local

错误信息的内容如下:

TITLE: Connect to Server
------------------------------


Cannot connect to (local).


------------------------------
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)


解决办法:

1、在防火墙规则中将sqlservr.exe添加到允许的规则中。确保1433端口可用

2、在SQL Server Configuration Manager 工具中将ip 访问开启,把所有动态端口TCP Dynamic Ports置空,在指定端口中填写你指定的端口如:1433

3、重启实例



参考:http://blogs.msdn.com/b/sqlexpress/archive/2005/05/05/415084.aspx

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小惠珠哦/article/detail/752285
推荐阅读
相关标签
  

闽ICP备14008679号