FIX: Parallel Query Results Cause an Access Violation in CQList::Append (286171)
The information in this article applies to:
This article was previously published under Q286171
BUG #: 58242 (SQLBUG_70)
SYMPTOMS
A query that results in a parallel plan generates an access violation in
CQList::Append due to a timing condition between threads involved in the
execution of the query.
WORKAROUND
To work around the problem:
- Disable parallelism either for this specific query by using the OPTION (MAXDOP 1) clause.
-or-
- Disable parallelism on the server by setting the max degree of parallelism configuration option to 1.
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 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.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB286171 |
---|
|