September 2010
Intermediate to advanced
1704 pages
111h 8m
English
After you create full-text catalogs and indexes that you can query, you have to maintain them. The catalogs and indexes maintain themselves, but you need to focus on backing up and restoring them as well as tuning your search solution for optimal performance. In SQL Server 2008, the full-text catalogs get fragmented from time to time, especially if you are using the Automatic (Track Changes Automatically) setting. You can check the level of fragmentation by using the following command:
![]()
If you notice that your tables are highly fragemented you will optimize your full-text indexes. Here is the command you would use ...
Read now
Unlock full access