October 2003
Intermediate to advanced
1072 pages
24h 21m
English
Setting up full-text indexes is not a one-step process. With increased flexibility often comes increased complexity. Assuming the Microsoft Search service is started, the process required to set up a specific table column so that it can be searched with full-text search syntax such as the CONTAINS predicate and the FREETEXTTABLE rowset function includes six steps.
1. | Full-text indexing must be enabled in the host database. |
2. | Full-text catalogs must be created for the database. |
3. | Full-text indexing must then be enabled for the host table and associated with a full-text catalog. |
4. | The column is then added to the table's full-text index. |
5. | This full-text index is then activated. |
6. | The full-text catalog must then be ... |
Read now
Unlock full access