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

sql server full text search

group:

Finding all current indexes in database?


Finding all current indexes in database? David Tait
9/22/2006 12:00:00 AM
sql server full text search:
Is it possible to list all of the current Full Text Indexes on a given
database by using a command or statement through the query analyzer?

My problem is that i setup a full text index for a database 1 year ago
and have since forgotten its name and from what i can tell my
sql/vb.net doesnt make any reference to this index directly. Could a
work around be to just create a new index?

Thanks
David
Re: Finding all current indexes in database? Hilary Cotter
9/22/2006 9:30:57 PM
try sp_help_fulltext_tables

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

Re: Finding all current indexes in database? David Tait
9/23/2006 4:41:45 PM
Thanks, it worked perfectly!

On 2006-09-23 02:30:57 +0100, "Hilary Cotter" <hilary.cotter@gmail.com> said:

[quoted text, click to view]

AddThis Social Bookmark Button