How To Enable SQL Full Text Indexing
FullText Indexing" is grayed out it means that fulltext indexing is not enabled. Step 1 Enable Full Text Indexing for the TheDatabase database This query will tell if FTS is enabled: SELECT DATABASEPROPERTY('TheDatabase','IsFulltextEnabled') If you get a one, FTS is already enabled ... Other labels:
sql, server, 2005, text, indexing