BUG: UPDATE Statement with SELECT DISTINCT Subquery with Parallelism Enabled May Cause Access Violation (263695)
The information in this article applies to:
- Microsoft SQL Server 7.0 Service Pack 2
This article was previously published under Q263695
BUG #: 57948 (SQLBUG_70)
SYMPTOMS
When you run an UPDATE statement with a SELECT DISTINCT subquery, which involves a merge join, an access violation (AV) may occur.
This only happens on a multi-processor computer that has the Max Degree of Parallelism set to 0 (ON).
WORKAROUND
Set the Max Degree of Parallelism option to 1 (OFF) to prevent the access violation.
You can set this value either at the:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbBug kbpending KB263695 |
---|
|