Groups | Blog | Home
all groups > sql server full text search > march 2006 >

sql server full text search : Full-Text Index Table choice grayed out


dw
3/7/2006 8:58:02 AM
Hi. I'm connecting to a database on SQL Server 2000 SP3 on which I'm the
dbo. However, when I right-click any of the tables, it has the "Full-Text
Index Table" item grayed out. Is this only available to members of the SA
group on the server? Thanks.

KEY
3/7/2006 9:44:59 AM
Yes it is enabled. Ran the stored procedure:

select fulltextserviceproperty('isFulltextInstalled')

The result was "1" which means that it is properly installed. According to
this article,
http://support.microsoft.com/default.aspx?scid=kb;en-us;270671&Product=sql2k
, if using client tools it will be greyed out. Anyone know if this is still
the case?




[quoted text, click to view]
Russell Fields
3/7/2006 11:51:21 AM
Is your database full-text enabled? - RLF

[quoted text, click to view]

Hilary Cotter
3/7/2006 9:27:10 PM
http://www.indexserverfaq.com/TableNotEnabled.htm

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button