all groups > sql server full text search > january 2006 >
You're in the

sql server full text search

group:

Find fulltext index is exist are not



Find fulltext index is exist are not murali.ipr NO[at]SPAM gmail.com
1/17/2006 9:19:48 PM
sql server full text search: Hi,
How to find full text index is exist in the table or not ?
like that how to find normal index is exist in the table or not ?

Thanks in adv.
---> Murali <----
Re: Find fulltext index is exist are not Hilary Cotter
1/18/2006 3:58:50 PM
get the name(s) of your catalog(s) from

select name from sysfulltextcatalogs

and then do this

sp_help_fulltext_tables 'CatalogName'

--
Hilary Cotter
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]

Re: Find fulltext index is exist are not murali.ipr NO[at]SPAM gmail.com
1/21/2006 12:23:19 AM
Thankyou Hilry Cotter
AddThis Social Bookmark Button