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