日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
sqlserver端口的更改方法

sql server端口如果出現(xiàn)問題,會(huì)直接影響sql server的登錄,下面就教您sql server端口的更改方法,供您參考,讓您不再為sql server端口問題而頭疼。

創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供閬中網(wǎng)站建設(shè)、閬中做網(wǎng)站、閬中網(wǎng)站設(shè)計(jì)、閬中網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)與制作、閬中企業(yè)網(wǎng)站模板建站服務(wù),10年閬中做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。

今天遇到一個(gè)問題,sql server無法登陸,到Services里看,服務(wù)沒有起來。但是在啟動(dòng)Service時(shí)遇到問題說無法啟動(dòng)。去Administrative Tools->Event Viewer中查看了一下,發(fā)現(xiàn)如下錯(cuò)誤(該錯(cuò)誤在SQL Server日志中也可以查看到,目錄在C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log):

Server TCP provider failed to listen on [ 'any' 1433]. Tcp port is already in use.

TDSSNIClient initialization failed with error 0x2740, status code 0xa. Reason: Unable to initialize the TCP/IP listener. Only one usage of each socket address (protocol/network address/port) is normally permitted.

知道可以用netstat -ano命令查看系統(tǒng)sql server端口的使用情況。檢查后沒有發(fā)現(xiàn)1433端口在使用。

所以直接改了SQL Server的TCP/IP端口。更改辦法如下:

In SQL Server Configuration Manager, expand SQL Server 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 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.
更改后終于可以訪問了。

【編輯推薦】

sql server日志文件過大的解決辦法

sql server外鍵建立的寫法

教您sql server外鍵的設(shè)置和刪除

sqlserver分頁存儲(chǔ)過程實(shí)例

SQL SERVER分區(qū)視圖


當(dāng)前名稱:sqlserver端口的更改方法
本文來源:http://www.5511xx.com/article/cdsjjog.html