The information in this article applies to:
BUG #: 49772 (SQLBUG_70) SUMMARYSYMPTOMSThe SQL Server 7.0 Books Online documents that Full Text Indexing will only work on a table with an unique index on one column. This means that it will not work on a table that has an unique index on multiple columns. WORKAROUNDFor tables that do not currently have a single column unique index, add an IDENTITY column with a UNIQUE index or constraint to the table. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: col cols
Keywords : kbbug7.00 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |