Troubleshooting: SQL Server連線錯誤解決方法列表
1. Connection Forcibly Closed
This error may occur when connecting to SQL Server using TCP/IP.
Error message:A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Related cause and solution:
(1). SynAttackProtect
SQL Server Database Engine running on Windows Server 2003 Service Pack 1 and later, Windows may drop connections if the requests arrive faster than SQL Server can service them. This is a security feature of Windows Server 2003 Service Pack 1 and later, which implements a finite queue for incoming TCP connection requests.
(2) windows SNP feature, include TCP Chimney Offload, RSS and TCPA
http://kitesky.itpub.net/post/909/512660
How to fix
(1). Edit registry
(2). Command
netsh int tcp show globalshows the offload setting in the OS.
netsh int tcp set global chimney=enabledenables the offload.
2. Transport-level Error When Querying DatabaseErrorMessage:A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
Related cause and solution:The error is being caused by a timeout exception for long running queries. In previous versions of Visual Studio .NET, the exception was properly represented as a exception with a timeout description.
Set the commandtimeout property of the command object to an appropriate value. Use a value of zero to wait without an exception being thrown.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/66009/viewspace-1045199/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【常見的SQL Server連線失敗錯誤以及解決方法】SQLServer
- SQL Server 連線常見錯誤及其處理方法SQLServer
- 寬頻連線錯誤691解決方法
- 寬頻連線錯誤解決方法總彙
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- SQL SERVER Msg 7357錯誤解決SQLServer
- 無法開啟到SQL Server的連線 (Microsoft SQL Server, 錯誤:53) .SQLServerROS
- 寬頻連線錯誤678 寬頻連線錯誤691錯誤的解決辦法
- 寬頻連線錯誤解決方法大集合
- 資料庫連線錯誤的原因及解決方法資料庫
- SQL Server 錯誤程式碼:17058 。解決方案SQLServer
- 連線oracle錯誤解決辦法Oracle
- 解決無法連線SQL Server資料庫的方法BWSQLServer資料庫
- SQL Server 2005 不允許遠端連線解決方法SQLServer
- SQL Server連線中三個常見的錯誤分析SQLServer
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- “使用者sa登入失敗,該使用者與可信sql server連線無關聯”錯誤解決方法SQLServer
- SQL Server與伺服器連線時出錯的解決方案SQSQLServer伺服器
- BlueHost SSH連線常見錯誤和解決方法
- SQL Server連線SQL Server、SQL Server連線ORACLE 連結伺服器SQLServerOracle伺服器
- Win7寬頻連線錯誤678如何解決?Win7系統寬頻連線錯誤678的解決方法Win7
- 錯誤720寬頻連線解決辦法 寬頻連線錯誤程式碼720怎麼解決
- Mysql出現連線錯誤解決辦法MySql
- 安裝SQL Server 2005所遇錯誤及解決方法記錄SQLServer
- SQLyog連線MySQL8.0報2058錯誤的完美解決方法MySql
- 寬頻連線錯誤678怎麼辦? 寬頻連線錯誤678故障解決辦法
- 連線SQL ServerSQLServer
- sql server資料庫附加錯誤的解決過程SQLServer資料庫
- PL/SQL:ORA-04063錯誤解決方法SQL
- VPN連線800錯誤的解決辦法(轉)
- MySQL連線錯誤(10048)的解決方案MySql
- 連線MySQL出現2013錯誤解決MySql
- 急 !!SQL SERVER錯誤SQLServer
- SQL Deverlop連線SQL ServerSQLdevServer
- 解決navicat遠端連線資料庫報2059錯誤的方法資料庫
- SQL SERVER 自連線、外連線SQLServer
- SQL SERVER Msg 7391解決方法SQLServer
- .NET連線SQL ServerSQLServer