SQL Server 2008 Express 是否允许远程连接?
我尝试过远程连接 SQL。我设置了端口 1433,然后重新启动了服务,并且没有激活 Windows 防火墙。但是,我只能使用本地连接,无法远程连接。
我读到 SQL Server 2005 Express 不允许远程连接,但是 2008 呢?它允许远程连接吗?
I have tried to remotely connect to SQL. I put in port 1433, I restarted the service, and I don't have Windows' firewall active. However, I can only use local connection, I can't remotely connect.
I read that SQL Server 2005 Express doesn't allow remote connection, but what about 2008? Does it allow remote connections?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将服务器设置为接受 tcp/ip 连接。
这是通过SQL Server 配置管理器完成的。
启动管理器,导航到您的服务器节点并在其上启用
TCP/IP
连接。You need to setup the server to accept tcp/ip connections.
This is done through the SQL Server Configuration Manager.
Start the manager, navigate to your server node and enable
TCP/IP
connections on it.