The information in this article applies to:
BUG #: 37972 (SQLBUG_70) SYMPTOMSWhen you execute a query with statistics time on, you will see the statistics printed in the results window twice. CAUSE
Auto-parameterization is a new feature in SQL Server 7.0. Using parameters
or parameter markers in Transact-SQL statements increases the ability of
the relational engine to match new SQL statements with existing, unused
execution plans. If an SQL statement is executed without parameters, SQL
Server 7.0 parameterizes the statement internally to increase the
possibility of matching it against an existing execution plan.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbbug7.00 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |