The information in this article applies to:
BUG# 12809 (6.00) SYMPTOMS
The time a query takes to produce output can be too long when using join(s)
between two or more tables and a GROUP BY ALL. The scan count and
physical IO count are extremely high. The tables involved in the join have
lots of duplicate data in the column involved and does not have any
indexes.
WORKAROUNDReduce the duplicates and create appropriate index(s) to reduce the amount of time to produce the output. STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
Version 6.0. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbusage SSrvProg kbbug6.00 |
Last Reviewed: March 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |