Hi All,
Issue - A full-text search key must be a unique, non-nullable, single-column index which is not offline, is not defined on a non-deterministic or imprecise nonpersisted computed column, does not have a filter, and has maximum size of 900 bytes. Choose another index for the full-text key.
Resolution - After KEY INDEX, you need to specify the name of the index not the column. To find the name of the index on the column ID, type sp_help DomainName
and there will be a list of indexes on that table. The pk will be named something like PK_xxxxx
No comments:
Post a Comment