无法使用 SQL Server 管理控制台连接到远程 SQL 数据库(错误 53) [英] Cannot connect to remote SQL Database with SQL Server Management Console (Error 53)

查看:44
本文介绍了无法使用 SQL Server 管理控制台连接到远程 SQL 数据库(错误 53)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在防火墙上打开了端口 1433,但每次尝试使用 SQL Server 管理控制台连接到远程 SQL 数据库时,我都会收到(Microsoft SQL Server,错误:53)

I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL Server, Error: 53)

推荐答案

https://social.technet.microsoft.com/wiki/contents/articles/2102.how-to-troubleshoot-connecting-to-the-sql-server-database-engine.aspx

http://blog.sqlauthority.com/2009/05/21/sql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error/

http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx

为 SQL Server Express 2012 启用远程连接

简答

  • 检查防火墙
  • 检查服务是否正在运行
  • 检查 TCP/IP 是否已启用
  • 检查 SQL Server 属性允许远程连接"
  • 检查 SQL Server 是否在受限子网上

如果没有解决就运行这些

Then Run these if Those Do not Resolve

  • 右键单击 TCP/IP 并选择属性.
  • 验证在 IP2 下,IP 地址是否设置为本地子网上的计算机 IP 地址.
  • 向下滚动到 IPAll.
  • 确保 TCP 动态端口为空.
  • 确保 TCP 端口设置为 1433.
  • 如果您有命名实例,则必须启用 SQL Server Browser 服务
  • 浏览器服务在端口 UDP 1434 上运行,这必须允许通过您的防火墙

如果问题仍未解决,请向 Mary Pass 致敬

Hail Mary Pass if this is Still not Resolved

  • 转到客户端计算机,并运行 cliconfg.exe 如果命名管道首先列出,则将其降级,并升级 TCP/IP.
  • 检查防火墙是否阻止了命名管道端口,通常是 445

这篇关于无法使用 SQL Server 管理控制台连接到远程 SQL 数据库(错误 53)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆