Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How to check a fulltext index?

Author  Topic 

MuppetCoder
Starting Member

6 Posts

Posted - 2004-05-13 : 04:41:38
Is there any way to check that a fulltext index is enabled before doing a query against it?

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2004-05-14 : 09:26:29
Check for sp_help_fulltext_tables in BOL...

------------------------
I think, therefore I am
Go to Top of Page

MuppetCoder
Starting Member

6 Posts

Posted - 2004-05-24 : 12:26:12
That does not work - that also requires fulltext indexing to be enabled!!!
Go to Top of Page
   

- Advertisement -