SQL Server 2008 和 Windows 防火墙问题

发布于 2024-10-22 05:10:46 字数 169 浏览 1 评论 0原文

我正在尝试连接到 Server 2008 上的 SQL 2008 Express 实例,但 Windows 防火墙出现问题。如果防火墙关闭,我就没有问题。

错误提供者是 SQL 网络接口。我已经按照网上的许多说明打开了 TCP 1433 和 UDP 1434,但无济于事。

有什么想法吗?谢谢

I'm trying to connect to a SQL 2008 Express instance on Server 2008 but am having problems with Windows Firewall. If the firewall is off, I have no issues.

The error provider is SQL Network Interfaces. I've opened TCP 1433 and UDP 1434 as per many instructions on the ney but to no avail.

Any ideas? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初熏 2024-10-29 05:10:46

I think you need to open more ports than just 1433 and 1434. The full list is documented on MSDN. IIS may only need 1433 and 1434 because all it will need is just access to the database engine, but SQL Management studio may need more ports open since it will want to talk to all sorts of other SQL services (e.g. for sql server agent, configuring alerts, logs, settings etc)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文