The information in this article applies to:
BUG #: 16819 (SQLBUG_6.5) SYMPTOMSIf you perform a SELECT INTO statement using an "index = <index name>" optimizer hint where <index name> is not a valid index name, an unusable destination table will be created. This destination table cannot be dropped by using a DROP TABLE statement. WORKAROUNDTo resolve this problem, install SQL Server 6.5 Service Pack 3 or later. STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
MORE INFORMATION
The SELECT INTO statement mentioned above will return the following error:
Subsequent SELECT INTO statements fail because the table exists in the database's system catalogs. A search of the sysobjects table will show the table name with a sysstat = 195. Attempting to drop the table with a DROP TABLE <table name> statement returns the following message:
A DBCC CHECKTABLE('<table name>') statement returns the following message:
Additional query words: command sp sp1 sp2 sp3
Keywords : kbusage SSrvTran_SQL kbbug6.50 kbfix6.50.sp3 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |