The information in this article applies to:
BUG #: 56775 (SQLBUG_70) SYMPTOMS
When executing a query with a WHERE clause that references a date column that has a clustered index and any other column having a non-clustered index, SQL Server may choose an inefficient clustered index resulting in excessive response time to the user.
The optimizer will choose clustered index on column1 even though use of non-clustered index on column2 gives better performance that is, less CPU time and logical reads.
WORKAROUNDForce the non-clustered index using a table hint. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbbug7.00 kbSQLServ700bug |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |