版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、b2 中文譯文如何解決 sql server 2000 中的連接問題chris tull, microsoft help and support這一篇文章能幫助你解決微軟 sql 伺候器 2000 的連接性問題。這一篇文章包含你能拿幫助解決你的連接性問題的通常連接性問題和步驟的描述。sql server的例證和客戶端申請之間的溝通的 sql server 2000 支持一些方法。如果你的客戶申請和sql server的例證在相同的計算機上住, microsoft windows 處理之間的溝通 (ipc) 成份(像是當?shù)氐拿芑蛘弑环窒淼挠洃浻涗洠┯脕頊贤ā?然而, 當客戶端申請和sql s
2、erver的例證在不同的計算機,網(wǎng)絡(luò)ipc(像是tcp/ip上住的時候或者命名管道)用來溝通。sql sever 2000 使用網(wǎng)絡(luò)控件庫(一個dll)與一個特別的網(wǎng)絡(luò)記錄溝通。 一雙相配網(wǎng)絡(luò)控件庫一定在客戶計算機和服務(wù)器計算機上是活躍的支援你想要使用的網(wǎng)絡(luò)記錄。 舉例來說,如果你想要使一個客戶申請能夠與通過tcp/ip的一個 sql server的特定例證溝通, 客戶tcp/ip套接字網(wǎng)絡(luò)控件庫 (dbnetlib.dll) 一定配置成在客戶計算機上對伺候器連接。 同樣地, 服務(wù)器tcp/ip套接字網(wǎng)絡(luò)控件庫 (ssnetlib.dll) 一定在伺候器計算機上聽。 在這一個情節(jié)中, tcp/
3、ip協(xié)議堆棧一定是裝置在客戶計算機和服務(wù)器計算機。在你安裝sql server 2000 之后,你能配置客戶端網(wǎng)絡(luò)的特性使用客戶端網(wǎng)絡(luò)公用程序的網(wǎng)絡(luò)庫屬性。你能配置服務(wù)器網(wǎng)絡(luò)的特性使用服務(wù)器網(wǎng)絡(luò)公用程序(svrnetcn.exe)的網(wǎng)絡(luò)控件庫屬性。在安裝 sql server 安裝程序中的服務(wù)器工具期間,服務(wù)器的網(wǎng)絡(luò)庫也被同時安裝了。然而,一些服務(wù)器的網(wǎng)絡(luò)庫可能不是激活的。如此,sql server 2000 啟用并偵聽 tcp/ip、命名管道和共享內(nèi)存。因此,讓一個客戶端對一部服務(wù)器計算機連接,客戶端一定使用一個客戶端網(wǎng)絡(luò)庫,該網(wǎng)絡(luò)庫匹配與sql server實例正在使用的服務(wù)器網(wǎng)絡(luò)庫之一。
4、對于關(guān)于sql server通訊部件和網(wǎng)絡(luò)庫的其它信息,請參見“sql server 在線參考書”中的下列主題: 通信部件客戶端和服務(wù)器網(wǎng)絡(luò)庫管理客戶端解決連接問題在 sql server 2000 中大多數(shù)連接問題你可能會注意到的都是由 tcp/ip 的問題或 windows 身份認證的問題引起,或者兩者共同組合引起。重要說明:你開始解決 sql server 2000 的連接問題之前,確定mssqlserver 服務(wù)已在運行 sql server 的計算機上啟動。驗證 dns 設(shè)置域名系統(tǒng) (dns)的名稱解析過程被用于解決ip對sql server實例名稱。如果名稱解析程序不正確地工作,
5、sql服務(wù)器的實例不是可到達的,你可能接受到一條或多條下列錯誤信息:sql server does not exist or access deniedgeneral network errorcannot generate sspi context為了要確認名稱解析程序是解析正確的服務(wù)器,你能使用服務(wù)器的服務(wù)器名字和ip地址ping服務(wù)器。為此,請遵從如下步驟操作:1.單擊“開始”,然后單擊“運行”。2.在“運行”對話框中,在“打開”框中鍵入 cmd,然后單擊“確定”。3.在命令提示符下,運行下列命令:ping 記錄返回的 ip 地址。4.在命令提示符下,運行下列命令(此處的 ip addr
6、ess 就是你在步驟 3 中記錄的 ip 地址):ping a 確認指令跟正確的服務(wù)器名字解決。如果任一指定指令不成功、超時或者沒有返回正確的數(shù)值在兩個指定的命令,那么dns查找未能正常工作,或者因為其它的網(wǎng)絡(luò)問題引發(fā)問題。要查看當前dns設(shè)定,在命令提示符下運行下列命令:ipconfig /all要解決此問題,可以在客戶端計算機上的 %systemroot%system32driversetchosts 文件中為服務(wù)器添加一個條目。要解決此問題,還可以使用命名管道網(wǎng)絡(luò)庫連接到服務(wù)器。啟用的協(xié)議和別名的驗證如果客戶端計算機上的別名錯誤設(shè)置,可能會引起連接問題。你可以查看別名使用客戶端網(wǎng)絡(luò)實用程
7、序。為此,請按以下步驟操作: 1.啟動客戶端網(wǎng)絡(luò)實用程序。如果 sql server 客戶端工具被安裝在正在運行客戶端應(yīng)用程序的計算機上,請啟動客戶端網(wǎng)絡(luò)實用程序按照以下步驟: a. 單擊“開始”,然后指向“程序”。b. 指向“microsoft sql server”,然后單擊“客戶端網(wǎng)絡(luò)實用程序”。如果 sql server 客戶端工具沒有安裝在客戶端計算機上,請按照以下步驟啟動客戶端網(wǎng)絡(luò)實用程序: a. 單擊“開始”,然后單擊“運行”。b. 在“運行”對話框中,在“打開”框中鍵入 cliconfg,然后單擊“確定”。2.在“sql server 客戶端網(wǎng)絡(luò)實用程序”窗口中,單擊“常規(guī)”標
8、簽,然后啟用你要使用的所有協(xié)議。注意:你必須啟用 tcp/ip 協(xié)議和命名管道協(xié)議至少。3.單擊“別名”標簽,然后驗證為 sql server 實例所配置的別名。4.驗證別名的屬性,確認服務(wù)器名或 ip 地址和協(xié)議的配置是正確的。你可以測試連接性能創(chuàng)建一個新的別名,通過使用服務(wù)器名、ip 地址或者其他協(xié)議。 注意:在 microsoft 數(shù)據(jù)存取部件 (mdac) 的早期版本中,客戶端網(wǎng)絡(luò)實用程序的用戶界面是不同的。因此,如果你沒有看到選項在本文中列出的,請在正在運行客戶端應(yīng)用程序的計算機上安裝mdac 的新版本。驗證 sql server 實例正在正確地偵聽要驗證 sql server 實例
9、正在正確地偵聽命名管道、tcp/ip 或你在客戶端應(yīng)用程序中使用的其他協(xié)議,請打開當前的 sql server錯誤紀錄文件。sql server 錯誤日志文件可能包括與以下類似的條目:2003-11-06 09:49:36.17 server sql server listening on tcp, shared memory, named pipes. 2003-11-06 09:49:36.17 server sql server listening on 192.168.1.5:1433, 127.0.0.1:1433. 通過分析 sql server 錯誤日志文件中的條目,可以驗證 s
10、ql server 實例是否正在偵聽正確的 ip 地址和端口。在默認情況下,一個 sql server 實例默認偵聽端口 1433。你還可以驗證 sql server 的協(xié)議設(shè)置并更改 sql server 中的屬性使用服務(wù)器網(wǎng)絡(luò)實用程序,包括可以連接到 sql server 和可以使用的端口的協(xié)議。關(guān)于使用服務(wù)器網(wǎng)絡(luò)實用程序的更多信息,請參見 sql server 在線參考書中的“sql server 網(wǎng)絡(luò)實用程序”專題。 有時候,sql server 2000 可能不會綁定于端口 1433 或任何其他指定的端口。如果端口正被其他應(yīng)用程序使用,或者如果你正在嘗試使用一個錯誤的 ip 地址進行
11、連接,就可能會出現(xiàn)此問題。因此,tcp/ip 到 sql server 的連接可能不成功,在 sql server 錯誤日志中你會收到下列錯誤信息: 2001-11-14 15:49:14.12 server supersocket info:bind failed on tcp port 1433.如果通過 tcp/ip 連接你不能連接到 sql server 實例,請嘗試使用命名管道協(xié)議或共享內(nèi)存協(xié)議。運行下面的命令在命令提示符下,以獲取信息關(guān)于正在使用的端口:netstat -an注意:對于 sql server 命名實例,sql server 動態(tài)地決定端口并偵聽決定的端口。因此,當你
12、啟動 sql server 命名實例時,sql server 將設(shè)法偵聽之前使用的端口。如果 sql server 不能綁定到該端口,命名實例可能會動態(tài)地綁定到另一個端口。在這種情況下,請確認客戶端應(yīng)用程序也被設(shè)置為動態(tài)地決定端口。作為選擇,你還可以為命名實例指定一個靜態(tài)端口,通過客戶端網(wǎng)絡(luò)實用程序?qū)ζ溥M行綁定和偵聽。解決 mdac 問題mdac 的問題也可能會引起連接問題。例如,安裝一個軟件可能會覆蓋一些 mdac 文件或更改權(quán)限,而你需要這些權(quán)限才能訪問 mdac 文件。你可以運行 mdac 部件檢查器來驗證 mdac 在計算機上的安裝。注意:如果你正連接到 sql server 的一個命
13、名實例,請確認計算機上運行的是 mdac 2.6 或更新的版本。mdac 的早期版本不識別 sql server 的命名實例。因此,可能無法連接到命名實例。你可以使用 odbcping.exe 實用程序來驗證通過 sql server odbc 驅(qū)動程序的連接。解決防火墻問題如果防火墻存在于客戶端計算機和正在運行 sql server 的計算機之間,請確認通過防火墻進行通信時所需的端口已打開。如果你使用 tcp/ip 協(xié)議連接 sql server 實例,請確認能夠用 telnet 程序連接到 sql server 正在偵聽的端口。要使用 telnet 程序,在命令提示符下運行下列命令:tel
14、net 如果 telnet 程序沒有成功,并且你接收到錯誤信息,請解決此錯誤然后嘗試再次連接。注意:因為由 slammer 病毒引起的問題,在你的防火墻上,用戶數(shù)據(jù)報協(xié)議 (udp) 端口 1434 可能被阻擋。解決身份驗證和安全問題由于身份認證失敗,可能無法連接到 sql server。如果身份認證失敗,你可能收到下列錯誤信息之一:login failed for user login failed for user ntauthorityanonymous logonlogin failed for user null如果你接受一個錯誤信息因為身份認證失敗和錯誤信息不提到一個特定的sql
15、server 登錄名,請使用 windows 身份認證解決該問題。由于 windows 身份認證的問題,你可能會收到下列錯誤信息: cannot generate sspi context下列問題可能會引起身份認證和安全問題: ntlm 身份認證或 kerberos 身份認證出現(xiàn)問題。由于連接問題,無法聯(lián)系域控制器。域之間的信任關(guān)系出現(xiàn)問題。有關(guān)可能原因的更多信息,請參見計算機上的事件日志。要解決 windows 身份認證的連接問題,你可以使用 sql server 身份認證連接到 sql server 實例。 有關(guān)如何診斷和解決“cannot generate sspi context” 如
16、果在使用 sql server 身份認證時連接沒有成功,你會收到下列錯誤信息: login failed for user .not associated with a trusted connection若要解決此問題,請按照以下步驟操作。警告:不恰當?shù)氖褂谩白员砭庉嬈鳌笨赡軐?dǎo)致嚴重問題,可能需要重新安裝操作系統(tǒng)。microsoft 不能保證你可以解決因“注冊表編輯器”使用不當而導(dǎo)致的問題。使用“注冊表編輯器”的風(fēng)險需要你承擔。 1.請確認 sql server 實例配置為使用 windows 身份認證和 sql server 身份認證。為此,請確認在正在運行 sql server 的計算
17、機上存在下列注冊表項。對于默認的 sql server 實例: hkey_local_machinesoftwaremicrosoftmssqlservermssqlserverloginmode對于 sql server 的命名實例: hkey_local_machinesoftwaremicrosoftmicrosoft sql servermssqlserverloginmode請確認已設(shè)置下列注冊表項的值:身份認證類型值僅限于 windows 身份認證1混合模式(sql server 身份認證和 windows 身份認證)2注意:如果你對注冊表進行了任何更改,必須關(guān)閉并重新啟動 sql
18、 server 實例使更改生效。2.嘗試使用其他 windows 帳戶或 sql server 登錄帳戶連接到 sql server 實例。這樣能夠幫助確定是否是由于某個特殊的登錄帳戶的問題而造成連接失敗。例如,登錄帳戶的密碼可能已被更改。3.嘗試使用其他協(xié)議連接到 sql server 實例。例如,使用 tcp/ip 協(xié)議進行 windows 身份認證的連接可能會失敗,但是使用命名管道協(xié)議進行 windows 身份認證的連接就可能會成功。如果你正在使用證書,當嘗試連接到 sql server 實例時,可能會收到一條安全錯誤信息關(guān)于安全套接字層 (ssl)的。 解決 tcp/ip 套接字上的壓
19、力問題當你為 sql server 使用 odbc 驅(qū)動程序、microsoft ole db provider for sql server 或 system.data.sqlclient 管理提供程序時,可以使用恰當?shù)膽?yīng)用程序設(shè)計界面 (api) 來禁用連接。在禁用連接、并且應(yīng)用程序時常打開和關(guān)閉連接時,壓力在對基本 sql server 網(wǎng)絡(luò)庫可能會增加。有時,web 服務(wù)器和 jdbc 驅(qū)動程序也會嘗試連接到 sql server 實例。因此,對 sql server 連接需求的增加可能會超過 sql server 的處理能力。這可能會給 tcp/ip 套接字帶來壓力,你還可能在 sq
20、l server 錯誤記錄文件中收到下列錯誤信息: 2003-08-07 20:46:21.11 server error:17832, severity:20, state:6 2003-08-07 20:46:21.11 server connection opened but invalid login packet(s) sent.connection closed.注意:如果運行 sql server 2000 sp3 或 sql server 2000 sp3a,則不會注意到對 tcp/ip 套接字的壓力,這是由于添加了對登陸數(shù)據(jù)包數(shù)量的限制。在使用第三方驅(qū)動程序連接到 sql s
21、erver 實例時,發(fā)生錯誤 17832。要解決該問題,請與第三方供應(yīng)商聯(lián)系,并獲取經(jīng)測試證明能夠用于 sql server 2000 sp3 和 sql server 2000 sp3a 的驅(qū)動程序。查看 sql server 實例是否以單用戶模式啟動如果嘗試連接的 sql server 實例是以單用戶模式啟動的,只能建立一個到 sql server 的連接。如果運行軟件的計算機自動連接到 sql server,該軟件可以輕松地使用唯一的連接。例如,下面的軟件可以自動連接到 sql server 實例: sql server 代理程序第三方備份軟件第三方監(jiān)測軟件第三方病毒軟件microsof
22、t internet 信息服務(wù) (iis)sql server 企業(yè)管理器嘗試連接到 sql server 實例的客戶端應(yīng)用程序收到下列錯誤信息: sql server does not exist or access denied當安裝過程以單用戶模式啟動 sql server 實例時,這一個錯誤一般發(fā)生在 sql 群集安裝和服務(wù)軟件包安裝期間。指定的應(yīng)用程序可能自動地連接到使用唯一可用連接的 sql server 實例,從而安裝不成功。要確定 sql server 實例是否已經(jīng)以單用戶模式啟動,請檢查 sql server 錯誤日志文件中是否具有一個與以下各項類似的條目: 2003-07-
23、31 11:26:43.79 spid3 warning * 2003-07-31 11:26:43.80 spid3 sql server started in single user mode.updates allowed to system catalogs.驗證到 sql server 的命名管道連接如果你無法使用命名管道連接到 sql server 實例,請確認 sql server 實例配置為接受命名管道連接。解決在恢復(fù)過程中連接超時的問題在每次啟動一個 sql server 實例時,sql server 將恢復(fù)各個數(shù)據(jù)庫。在此恢復(fù)過程中,sql server 回滾未提交的事務(wù)。
24、當停止 sql server 實例時,sql server 還將前滾已提交的事務(wù)和沒有寫入硬盤的更改。當恢復(fù)過程完成時,sql server 將在 sql server 錯誤日志文件中寫入下列信息: recovery complete在恢復(fù)過程中,sql server 可能不會接受連接。在此時間內(nèi)嘗試連接到 sql server 的客戶端可能會收到一條與以下類似的錯誤信息: timeout expiredsql server 代理服務(wù)可能無法啟動,這是因為它要等待 sql server 恢復(fù)數(shù)據(jù)庫。因此,當你在 sql server 錯誤日志文件中收到下面的信息時,連接不再會因為超時錯誤而失敗
25、: recovery complete如果恢復(fù)過程花費的時間很長,你也許還要排除恢復(fù)過程的故障。測試連接到 sql server 實例的不同方法當你連接到 sql server 實例時,如果遇到了連接問題,可以使用下面的一種或多種方法來解決連接問題。 使用sql server 身份認證和 windows 身份認證測試到 sql server 實例的連接。從其他數(shù)據(jù)源(例如 odbc dsn、.udl 文件、sql 查詢分析器、sql server 企業(yè)管理器,isql 實用程序或 osql 實用程序)測試到 sql server 實例的連接。使用其他協(xié)議測試到 sql server 實例的連接
26、。你可以為使用該協(xié)議的 sql server 實例創(chuàng)建一個新的別名,從而指定不同的協(xié)議。還可以通過在 sql server 實例名稱的開始處添加 tcp:、 np:、 lpc:、或 rpc: 來指定你的連接字符串中的協(xié)議。例如,如果 tcp/ip 連接失敗,則命名管道連接成功。使用其他登錄帳戶測試連接,這樣可以幫助你確定該問題是否與某個特定的登錄帳戶有關(guān)。在 %systemroot%system32driversetchosts 文件中添加一個與正在運行 sql server 實例的計算機的 ip 地址相應(yīng)的條目。嘗試從運行 sql server 的計算機和客戶端連接到 sql server
27、實例。如果你正從運行 sql server 的計算機進行連接,可以指定“.”或“(本地)”(不帶引號)取代服務(wù)器名稱,然后連接。嘗試使用 ip 地址而不是服務(wù)器名稱連接到 sql server 實例。嘗試指定 sql server 實例正在偵聽的特定端口。有兩種方法:創(chuàng)建一個別名或?qū)⒁粋€端口號添加到連接字符串(例如 myservermyinstance,1433)。附錄b 外文資料與中文譯文b1 外文資料how to troubleshoot connectivity issues in sql server 2000chris tull, microsoft help and support
28、this article can help you to resolve connectivity problems with microsoft sql server 2000. this article contains descriptions of common connectivity problems and the steps that you can take to help resolve your connectivity problems. sql server 2000 supports several methods of communication between
29、the instance of sql server and the client applications. if your client application and the instance of sql server reside on the same computer, microsoft windows interprocess communication (ipc) components, such as local named pipes or the shared memory protocol, are used to communicate. however, whe
30、n the client application and the instance of sql server reside on different computers, a network ipc, such as tcp/ip or named pipes, is used to communicate.sql server 2000 uses net-library, a dll, to communicate with a particular network protocol. a matching pair of net-libraries must be active on t
31、he client computer and the server computer to support the network protocol that you want to use. for example, if you want to enable a client application to communicate with a specific instance of sql server across tcp/ip, the client tcp/ip sockets net-library (dbnetlib.dll) must be configured to con
32、nect to the server on the client computer. likewise, the server tcp/ip sockets net-library (ssnetlib.dll) must listen on the server computer. in this scenario, the tcp/ip protocol stack must be installed on both the client computer and the server computer.after you install sql server 2000, you can c
33、onfigure the properties of the client net-libraries by using client network utility. you can configure the properties of the server net-libraries by using server network utility (svrnetcn.exe). the server net-libraries are installed during the installation of the server tools in sql server setup. ho
34、wever, some of the server net-libraries may not be active. by default, sql server 2000 enables and listens on tcp/ip, named pipes, and shared memory. therefore, for a client to connect to a server computer, the client must connect by using a client net-library that matches one of the server net-libr
35、aries that is currently being used by the instance of sql server.for additional information about sql server communication components and net-libraries, see the following topics in sql server books online: communication componentsclient and server net-librariesmanaging clientstroubleshoot connectivi
36、ty issuesmost of the connectivity issues that you may notice in sql server 2000 occur because of problems with tcp/ip, windows authentication, or a combination of tcp/ip and windows authentication. important before you start to troubleshoot connectivity issues in sql server 2000, make sure that the
37、mssqlserver service is started on the computer that is running sql server.verify your dns settingsthe name resolution process in domain name system (dns) is used to resolve the ip address to the name of the instance of sql server. if the name resolution process does not work correctly, the instance
38、of sql server is not reachable, and you may receive one or more of the following error messages: sql server does not exist or access deniedgeneral network errorcannot generate sspi contextto verify that the name resolution process is resolving the correct server, you can ping the server by using the
39、 server name and the ip address of the server. to do so, follow these steps: 1.click start, and then click run.2.in the run dialog box, type cmd in the open box, and then click ok.3.at the command prompt, run the following command:ping note the ip address that is returned.4.at the command prompt, ru
40、n the following command (where ip address is the ip address that you noted in step 3):ping a verify that the command resolves to the correct server name. if either of the specified commands are not successful, time out, or do not return the correct values, the dns lookup is not working correctly or
41、the problem occurs because of other networking or routing issues. to see your current dns settings, run the following command at a command prompt:ipconfig /allto work around this problem, add an entry for the server to the %systemroot%system32driversetchosts file on the client computer. you can also
42、 work around the problem by connecting to the server by using the named pipes net-library.verify the enabled protocols and aliasesconnectivity problems may occur if the alias on the client computer is set incorrectly. you can view the aliases by using client network utility. to do so, follow these s
43、teps: 1.start client network utility. if the sql server client tools are installed on the computer that is running the client application, follow these steps to start client network utility: a. click start, and then point to programs.b. point to microsoft sql server, and then click client network ut
44、ility.if the sql server client tools are not installed on the client computer, follow these steps to start client network utility: a. click start, and then click run.b. in the run dialog box, type cliconfg in the open box, and then click ok.2.in the sql server client network utility window, click th
45、e general tab, and then enable all the protocols that you want to use.note you must at least enable the tcp/ip protocol 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 s
46、ure 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
47、interface for client network utility. therefore, if you do not see the options that are listed in this article, install a later version of mdac on the computer that is running the client application.verify that the instance of sql server is listening correctlyto verify that the instance of sql serve
48、r 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:2003-11-06 09:49:36.17 server sql server listening on tcp, shared m
49、emory, named pipes. 2003-11-06 09:49:36.17 server sql server listening on 192.168.1.5:1433, 127.0.0.1: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
50、 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
51、 server network utility, see the sql server network utility topic in sql server books online. sometimes, sql server 2000 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 addre
52、ss 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: 2001-11-14 15:49:14.12 server supersocket info: bind failed on tcp port 1433.if you cannot connect to the instance of sql se
53、rver by using a tcp/ip connection, try to use the named pipes protocol or the shared memory protocol. run the following command at a command prompt to obtain information about the ports that are in use:netstat anyou can also use the portqry command-line utility to obtain more information about the p
54、orts 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. if sql server cannot bind to
55、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
56、 utility.troubleshoot mdac issuesconnectivity 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 m
57、dac installation on your computer.note if you are connecting to a named instance of sql server, make sure that you are running mdac 2.6 or later on your computer. 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 odbcping.exe 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 issuesif firewall exists between the client computer
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 玉溪師范學(xué)院《數(shù)據(jù)結(jié)構(gòu)與算法》2021-2022學(xué)年期末試卷
- 玉溪師范學(xué)院《模擬電子技術(shù)實驗》2021-2022學(xué)年期末試卷
- 道路運輸企業(yè)主要負責(zé)人理論考試題及答案-知識題庫
- 國際金融實務(wù)教案
- 第一新聲-2024年中國CRM市場研究報告
- 2024年玻璃石材家具項目成效分析報告
- 2024屆河北省石家莊市晉州一中第一次高中畢業(yè)生復(fù)習(xí)統(tǒng)一檢測試題數(shù)學(xué)試題
- 2024屆廣西壯族自治區(qū)桂林市人教A版高中數(shù)學(xué)試題高三二輪函數(shù)的圖象與性質(zhì)測試
- 2024屆廣西欽州市第三中學(xué)高三數(shù)學(xué)試題3月25日第4周測試題
- 采購合同履約檢查方案
- 體育概論全部課件
- 《整式的加減》第2課時示范課教學(xué)設(shè)計【數(shù)學(xué)七年級上冊北師大】
- 個人簡歷制作指導(dǎo)培訓(xùn)課件
- 千年菩提路解說詞
- 小學(xué)科學(xué)校本課程教材
- 煤礦隱蔽致災(zāi)因素普查課件
- 通用版高中化學(xué)二輪復(fù)習(xí)專題課件原子結(jié)構(gòu)
- 國開電大 Matlab語言及其應(yīng)用 實驗任務(wù)Simulink系統(tǒng) 建模與仿真實驗報告
- 《金融學(xué)(第三版)》第12章 現(xiàn)代貨幣的創(chuàng)造機制
- 2023屆高考作文模擬寫作-“引體向上”與“低姿匍匐”課件
- 呼出氣一氧化氮測定-課件
評論
0/150
提交評論