How to: Rebuild a Full-Text Catalog (SQL Server Management Studio)
SQL Server 2008
This topic shows how to rebuild one or all full-text catalogs by using SQL Server Management Studio.
Note |
|---|
For information about how to rebuild all full-text catalogs in a database, see How to: Rebuild All Full-Text Catalogs of a Database (SQL Server Management Studio). |
To rebuild a full-text catalog
In Object Explorer, expand the server, expand Databases, and then expand the database that contains the full-text catalog that you want to rebuild.
Expand Storage, and then expand Full Text Catalogs.
Right-click the name of the full-text catalog that you want to rebuild, and select Rebuild.
To the question Do you want to delete the full-text catalog and rebuild it?, click OK.
In the Rebuild Full-Text Catalog dialog box, click Close.

Note