如何修改Sql Server 2005 的默认端口
时间:2008-03-05 10:19来源: 作者: 点击:次
In SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration , and then click on the server instance you want to configure. In the right pane, double-click TCP/IP . In the TCP/IP Properties dialog box, click the IP Addresses tab
- In SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration, and then click on the server instance you want to configure.
- In the right pane, double-click TCP/IP.
- In the TCP/IP Properties dialog box, click the IP Addresses tab.
- In the TCP Port box of the IPAll section, type an available port number. For this tutorial, we will use 1500.
- Click OK to close the dialog box, and click OK to the warning that the service must be restarted.
- In the left pane, click SQL Server 2005 Services.
- In the right pane, right-click the instance of SQL Server, and then click Restart. When the Database Engine restarts, it will listen on port 1500.
------分隔线----------------------------