BUG: Correlated Subquery Using EXISTS and UNION Can Cause an Access Violation

ID: Q184495


The information in this article applies to:
  • Microsoft SQL Server version 6.5


SYMPTOMS

A correlated subquery that uses the EXISTS and UNION clauses may fail with an access violation (AV).


WORKAROUND

To work around this problem, restructure the query so that the EXISTS and the UNION clause is avoided. You may want to explore the use of joins or multiple queries.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words: join crash gpf gp fault

Keywords : SSrvTran_SQL kbbug6.50
Version : winnt:6.5
Platform : winnt
Issue type : kbbug


Last Reviewed: December 14, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.