- 人工智能
配置Windows防火墙以允许SQL Server访问
时间:2010-12-5 17:23:32 作者:IT科技 来源:人工智能 查看: 评论:0
内容摘要:复制netshfirewallsetportopeningprotocol=TCPport=1433name=SQLPortmode=ENABLEscope=SUBNETprofile=CURRENT

配置
复制netsh firewall set portopening protocol = TCP port = 1433 name = SQLPort mode = ENABLE scope = SUBNET profile = CURRENT 1.