The information in this article applies to:
BUG #: 55001 (SQLBUG_70) SYMPTOMSA query that contains a correlated subquery with an OR EXISTS clause may perform slowly. WORKAROUNDYou can rewrite the query and include a redundant clause in the subquery as shown in the following code example:
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 7.0. This problem has been corrected in U.S. Service Pack 1
for Microsoft SQL Server version 7.0. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
MORE INFORMATIONThe following sample code demonstrates the problem:
The SHOWPLAN output for this query shows the optimizer is picking a hash match join strategy.
Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |