freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

計(jì)算機(jī)外文資料翻譯--如何解決sqlserver2000中的連接問題(完整版)

2025-07-10 17:19上一頁面

下一頁面
  

【正文】 l and the named pipes protocol. 3. Click the Alias tab, and then verify the aliases that are configured for the instance of SQL Server. 4. Verify the properties of the aliases to make sure that the server name or IP address and the protocol are configured correctly. You can create a new alias to test the connectivity by using the server name, the IP address, or even by using a different protocol. Note Earlier versions of Microsoft Data Access Components (MDAC) have a different user interface for Client Network Utility. Therefore, if you do not see the 大連交通大學(xué) 2020屆本科生畢業(yè)設(shè)計(jì)(論文)外文翻譯 4 options that are listed in this article, install a later version of MDAC on the puter that is running the client application. Verify that the instance of SQL Server is listening correctly To verify that the instance of SQL Server is listening on named pipes, TCP/IP, or another protocol that you are using at the client application, open the current SQL Server error log file. The SQL Server error log file may contain entries that are similar to the following: 20201106 09:49: server SQL server listening on TCP, Shared Memory, Named Pipes. 20201106 09:49: server SQL server listening on :1433, :1433. If you analyze the entries in the SQL Server error log file, you can verify that the instance of SQL Server is listening on the correct IP address and on the correct port. By default, a default instance of SQL Server listens on the port 1433. You can also use Server Network Utility to verify the protocol settings for SQL Server and to change the properties in SQL Server, including the protocols that can connect to SQL Server and the ports that can be used. For more information about using Server Network Utility, see the SQL Server Network Utility topic in SQL Server Books Online. Sometimes, SQL Server 2020 may not bind to port 1433 or any other specified port. This problem may occur if the port is being used by another application or if you are trying to connect by using an IP address that is not correct. Therefore, the TCP/IP connections to SQL Server may not be successful and you may receive the following error message in the SQL Server error log file: 20201114 15:49: server SuperSocket Info: Bind failed on TCP port 1433. If you cannot connect to the instance of SQL Server by using a TCP/IP connection, try to use the named pipes protocol or the Shared Memory protocol. Run the following mand at a mand prompt to obtain information about the ports that are in use: NETSTAT –an You can also use the Portqry mandline utility to obtain more information about the ports that are in use. Note For named instances of SQL Server, SQL Server dynamically determines the port and listens on the determined port. Therefore, when you start the named instance of SQL Server, SQL Server tries to listen on the port that was previously being used. 大連交通大學(xué) 2020屆本科生畢業(yè)設(shè)計(jì)(論文)外文翻譯 5 If SQL Server cannot bind to that port, the named instance may dynamically bind to a different port. In that situation, make sure that the client application is also set to determine the port dynamically. Alternatively, you can also specify a static port for the named instance to bind to and to listen on by using Client Network Utility. Troubleshoot MDAC Issues Connectivity problems may also occur because of problems with MDAC. For example, a software installation may overwrite some of the MDAC files or change the permissions that you must have to access the MDAC files. You can run the MDAC Component Checker to verify the MDAC installation on your puter. Note If you are connecting to a named instance of SQL Server, make sure that you are running MDAC or later on your puter. Earlier versions of MDAC do not recognize named instances of SQL Server. Therefore, connections to named instances may not be successful. You can use the utility to verify connections through the SQL Server ODBC driver. You can also test connectivity to the instance of SQL Server by using a .udl file. Troubleshoot firewall issues If firewall exists between the client puter and the puter that is running SQL Server, make sure that the ports that are required to municate through the firewall are open. If you use the TCP/IP protocol to connect to the instance of SQL Server, make sure that you can use the Tel program to connect to the port where SQL Server is listening. To use the Tel program, run the following mand at a mand prompt: Tel IP Address Port Number If the Tel program is not successful and you receive an error message, resolve the error and then try to connect again. Note Because of issues that were caused by the Slammer virus, the User Datagram Protocol (UDP) port 1434 may be blocked on your firewall. Troubleshoot authentication and security issues Connections to SQL Server may not be successful because of authentication failures. If the authentication fails, you may receive one of the following error messages: 大連交通大學(xué) 2020屆本科生畢業(yè)設(shè)計(jì)(論文)外文翻譯 6 Login failed for user 39。username39。 舉例來說,如果你 想要使一個(gè)客戶申請能夠與通過 TCP/IP的一個(gè) SQL Server的特定例證溝通 , 客戶 TCP/IP套接字網(wǎng)絡(luò)控件庫 () 一定配置成在客戶計(jì)算機(jī)上對(duì)伺候器連接。因此,讓一個(gè)客戶端對(duì)一部服務(wù)器計(jì)算機(jī)連接,客戶端一定使用一個(gè)客戶端網(wǎng)絡(luò)庫,該網(wǎng)絡(luò)庫匹配與 SQL Server 實(shí)例正在使用的服務(wù)器網(wǎng)絡(luò)庫之一。 4. 在命令提示符下,運(yùn)行下列命令(此處的 IP address 就是你在步驟 3 中記錄的 IP 地址): ping –a IP address 確認(rèn)指令跟正確的服務(wù)器名字解決。 b. 指向 “Microsoft SQL Server”,然后單擊 “客戶端網(wǎng)絡(luò)實(shí)用程序 ”。 注意 :在 Microsoft 數(shù)據(jù)存取部件 (MDAC) 的早期版本中,客戶端網(wǎng)絡(luò)實(shí)用程序的用戶界面是不同的。如果端口正被其他應(yīng)用程序使用,或者如果你正在嘗試使用一個(gè)錯(cuò)誤的 IP 地址進(jìn)行連接,就可能會(huì)出現(xiàn)此問題。例如,安裝一個(gè)軟件可能會(huì)覆蓋一些 MDAC 文件或更改權(quán)限,而你需要這些權(quán)限才能訪問 MDAC 文件。要使用 Tel 程序,在命令提示符下運(yùn)行下列命令: Tel IP Address Port Number 如果 Tel 程序沒有成功,并且你接收到錯(cuò)誤信息,請解決此錯(cuò)誤然后嘗試再次連接。null39。username39。 2. 嘗試使用其他 Windows 帳戶或 SQL Server 登錄帳戶連接到 SQL Server 實(shí)例。有時(shí), Web 服務(wù)器和 JDBC 驅(qū)動(dòng)程序也會(huì)嘗試連接到 SQL Server 實(shí)例。指定的應(yīng)用程序可能自動(dòng)地連接到使用唯一可用連接的 SQL Server 實(shí)例,從而安裝不成功。 測試連接到 SQL Server 實(shí)例的不同方法 當(dāng)你連接到 SQL Server 實(shí)例時(shí),如果遇
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1