Sql Server 设置监听多个端口的方法
1、打开 Sql Server Configuration manager,选择 Sql Server 网络配置,双节右侧 【TCP/IP】
2、弹出的TCP/IP属性,切换 IP地址tab页,选择ipall 下面tcp动态端口 ,输入监听的端口,如1433,133
3、重启Sql Server 服务器
现在用客户端登录一下试试
已经可以两个端口登录数据库了
Sql Server 设置监听多个端口的方法
1、打开 Sql Server Configuration manager,选择 Sql Server 网络配置,双节右侧 【TCP/IP】
2、弹出的TCP/IP属性,切换 IP地址tab页,选择ipall 下面tcp动态端口 ,输入监听的端口,如1433,133
3、重启Sql Server 服务器
现在用客户端登录一下试试
已经可以两个端口登录数据库了