您當(dāng)前所在位置:
首頁 →
數(shù)據(jù)庫 →
MSSQL →
Sql Server 2005 默認(rèn)端口修改方法_sql2005端口修改
Sql Server 2005 默認(rèn)端口修改方法_sql2005端口修改
時(shí)間:2015-06-28 00:00:00
來源:IT貓撲網(wǎng)
作者:網(wǎng)管聯(lián)盟
我要評(píng)論(0)
- 在SQL Server 配置管理器中,展開SQL Server 2005的網(wǎng)絡(luò)配置,然后點(diǎn)擊服務(wù)器實(shí)例如:MSSQLSERVER 的協(xié)議。
在右窗格中,雙擊TCP/IP協(xié)議。
在TCP/IP屬性對(duì)話框中,單擊IP地址選項(xiàng)卡。
在TCP端口框中的IPAll節(jié),輸入一個(gè)可用的端口號(hào)。對(duì)于本教程中,我們將使用1500。
單擊確定以關(guān)閉該對(duì)話框,然后單擊確定的警告說,必須重新啟動(dòng)服務(wù)。
在左窗格中,單擊SQL Server 2005的服務(wù)。
在右窗格中,右鍵單擊SQL Server實(shí)例如:SQL Server (MSSQLSERVER),然后單擊重新啟動(dòng)。當(dāng)數(shù)據(jù)庫引擎重新啟動(dòng)時(shí),它將偵聽端口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.關(guān)鍵詞標(biāo)簽:sql2005
相關(guān)閱讀
熱門文章
淺談JSP JDBC來連接SQL Server 2005的方法
SqlServer2005對(duì)現(xiàn)有數(shù)據(jù)進(jìn)行分區(qū)具體步驟
sql server系統(tǒng)表損壞的解決方法
MS-SQL2005服務(wù)器登錄名、角色、數(shù)據(jù)庫用戶、角色、架構(gòu)的關(guān)系
人氣排行
配置和注冊(cè)O(shè)DBC數(shù)據(jù)源-odbc數(shù)據(jù)源配置教程
如何遠(yuǎn)程備份(還原)SQL2000數(shù)據(jù)庫
SQL2000數(shù)據(jù)庫遠(yuǎn)程導(dǎo)入(導(dǎo)出)數(shù)據(jù)
SQL2000和SQL2005數(shù)據(jù)庫服務(wù)端口查看或修改
修改Sql Server唯一約束教程
SQL Server 2005降級(jí)到2000的正確操作步驟
sql server系統(tǒng)表損壞的解決方法
淺談JSP JDBC來連接SQL Server 2005的方法