如何更改SQL服务器默认端口
您能告诉我如何更改 SQL Server 的默认端口吗?
谢谢你,
Can you please let me know that how can we change the default port of SQL Server.
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 SQL Server 的默认实例正在侦听端口 1433 以外的端口,则必须定义服务器别名或使用客户端网络实用程序更改全局默认端口。但是,您还可以使 SQL Server 的默认实例侦听多个静态端口。有关详细信息,请参阅此链接。
If a default instance of SQL Server is listening on a port other than port 1433, you must either define a server alias name or change the global default port by using the Client Network Utility. However, you can also make the default instance of SQL Server listen on multiple static ports. For more info, see this link.