无法连接网络上远程电脑上的sql数据库
我在网络上的电脑上安装了Windows应用程序,并连接到其他电脑上的sql数据库我的连接字符串很好,但出现错误,我无法连接到数据库
I had windows application installed on pc on network and connect to sql database on other pc I had my connection string well but error apeared that I cannot connect to database
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如这些人已经说过的,这很可能是防火墙或其他网络问题,但如果您已经检查了所有内容,那么以下内容可能会有所帮助。
1)打开SQL Server配置管理器
2) 查看左侧的树并展开 SQL Server 网络配置
3) 突出显示您正在寻找的 SQL Server(我有 SQL Express 和 SQL Server)
4) 在右侧,您将看到已安装协议的列表以及它们是否已启用。
从那里启用您想要使用的协议。
As the guys have already said, this is highly likely to be a firewall or other networking issue, but if you have checked that all through then the following might help.
1) Open up SQL Server Configuration Manager
2) Look in the tree on the left and expand SQL Server Network Configuration
3) Highlight the SQL Server you are looking for (I have SQL Express And SQL Server)
4) On the Right Hand side you will see a list of installed protocols and whether or not they are enabled.
From there enable the protocol you are looking to use.