首页 > 数据库技术 > 详细

SSMS 远程连接SERVER 设置 - Unable to connect to SQL Server instance remotely

时间:2017-09-06 18:57:04      阅读:474      评论:0      收藏:0      [点我收藏+]

问题描述:

       新装了一台SERVER,在SERVER本地打开SSMS链接sever,一且正常。但是用我自己local去链接的时候出现以下错误。

       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.

解决方案:

      1. 在打开SERVER端 sql server configuration manger. 如果打开失败,按照这个步骤(http://www.cnblogs.com/Jesse-Li/p/7473195.html)操作。

      2. 找到: SQL Server Network Configuration 查看端口号, 一般都是1433

      3. Enable TCP/IP.

      4. 开发防火墙把这个端口号(1433)开放。(http://jingyan.baidu.com/article/f96699bbadafca894f3c1b7a.html)

SSMS 远程连接SERVER 设置 - Unable to connect to SQL Server instance remotely

原文:http://www.cnblogs.com/Jesse-Li/p/7486214.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!