在SQL Server 配置管理器中,展开SQL Server 2005的网络配置,然后点击服务器实例如:MSSQLSERVER 的协议。
在右窗格中,双击TCP/IP协议。
在TCP/IP属性对话框中,单击IP地址选项卡。
在TCP端口框中的IPAll节,输入一个可用的端口号。对于本教程中,我们将使用1500。
单击确定以关闭该对话框,然后单击确定的警告说,必须重新启动服务。
在左窗格中,单击SQL Server 2005的服务。
在右窗格中,右键单击SQL Server实例如:SQL Server (MSSQLSERVER),然后单击重新启动。当数据库引擎重新启动时,它将侦听端口1500 。
--------------------------------------------------------------------------------
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.
相关文章
- 修改linux的ssh默认端口号22的方法
- 电脑修改默认远程端口3389的方法(☆亲测)
- sql server management studio连接实例 更改 默认端口
- SQL Server 默认实例和命名实例的区别(包含默认端口的区别)!
- sql server 存储过程的(包含事务)方法里面,采用游标循环,批量删除(修改)数据
- oracle 以及 sql server mysql 空值默认值修改 - 荣锋亮
- sql server2005内存过高释放方法
- 修改SQL Server默认的数据库文件保存路径
- SQL Server 修改数据库文件默认路径
- SQL Server 无法修改字段的自增长(标识增量)的解决方法