Managing SQL Server database full-text indexes
When XML documents are stored in an XML column, SQL Server automatically updates the full-text catalog to include text from the new documents. If documents are frequently added and changes are frequently made to existing documents, you should periodically optimize your full-text catalog to maintain optimal performance.
Tip:
Depending on the quantity of text that has been indexed, the optimize operation may take a while to complete. Perform this operation during off-peak hours when fewer people are using the XML column.
Steps:
- In SQL Server Management Studio's Object Explorer, click the plus sign (+) next to the appropriate SQL Server, then click the plus sign next to Databases.
- Click the plus sign next to the database, click the plus sign next to Storage, then click the plus sign next to Full-Text Catalogs.
- Right-click the appropriate full-text catalog and click Properties.
- Under Catalog action, click Optimize catalog.
- Click OK.
8/19/2013