Article ID: 259021 - Last Review: March 14, 2006 - Revision: 2.1 FIX: Parallel Hash Join with Empty Result Set Incorrectly Flows Error Back on Client ConnectionThis article was previously published under Q259021
BUG #: 57757 (SQLBUG_70)
On This PageSYMPTOMS
If you run a SQL Server Data Manipulation Language (DML) statement from a DB-Library based application against a Microsoft SQL Server 7.0 server, the error handler for the application may incorrectly fire and only report the following error message:
DB-LIBRARY Error 10007, Severity 5: General SQL Server error: Check messages from the SQL Server. CAUSE
If a parallel hash join produces an empty result set, internal exception 3602 is used to coordinate the shutdown of worker threads that were created to process the parallel hash plan. The internal 3602 exception is an internal control exception that is used to direct processing flow inside SQL Server and is expected behavior in this case. However, the fact that it is causing an error to be sent back on the client connection, which in turn causes the DB-Library error handler to fire is not expected behavior. WORKAROUND
Here are two ways you can work around this problem:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799
(http://support.microsoft.com/kb/274799/
)
INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
MORE INFORMATION
This problem is not experienced by ODBC or OLE DB clients.
REFERENCESSQL Server 7.0 Books Online; topics: "Show advanced options"; "max degree of parallelism system configuration settings"; "MAXDOP"
| Article Translations
|
Back to the top
