How to: Launch the Full-Text Indexing Wizard (SQL Server Management Studio)
New: 17 July 2006
You can create a full-text index by using either the Transact-SQL CREATE FULLTEXT INDEX statement or the Full-Text Indexing wizard in Management Studio.
To start the Full-Text Indexing wizard
In Object Explorer, right-click the table on which you want to create a full-text index, and then select Full-Text index.
Select Define Full-Text Index.
See Also
Tasks
How to: Enable a Database for Full-Text Indexing (SQL Server Management Studio)
How to: Enable a Table for Full-Text Indexing (SQL Server Management Studio)
Concepts
Getting Started with Full-Text Search