The information in this article applies to:
BUG #: 55626 (SQLBUG_70) SYMPTOMSWhen you include @@IDENTITY in the WHERE clause of a SELECT statement, the Query Optimizer chooses to perform a table scan rather than using the appropriate index. CAUSE@@IDENTITY is not being recognized as a run-time constant. WORKAROUNDDeclare a variable, set it equal to @@IDENTITY, and then use the variable in the SELECT statement. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: December 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |