The information in this article applies to:
SYMPTOMSYou may experience impaired performance when you process queries involving joins on tables with no defined indexes. This problem has been identified on SQL Server 6.5 only with Service Pack 2 and Service Pack 3 (and intermediate builds between them). In one scenario, a query involving a non- indexed join took approximately 840 minutes to execute on SQL Server 6.5 Service Pack 2, but only one minute on the release version of SQL Server 6.5. You may experience the degraded performance whether you use an ad-hoc query or execute it within a stored procedure. CAUSEThe Optimizer skips the Reformatting step for large tables with no indexes defined. Earlier versions of SQL Server benefit significantly with the Reformatting step included. WORKAROUNDTo work around this problem, define indexes on the tables. STATUSMicrosoft has confirmed this to be a problem in Microsoft 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. MORE INFORMATION
For more information, see the following article in the Microsoft Knowledge
Base:
Q110352 : INF: Optimizing Microsoft SQL Server Performance Additional query words: golden sp sp2 sp3
Keywords : kbtool kbusage SSrvTran_SQL kbbug6.50 |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |