all groups > sql server full text search > may 2005 >
You're in the

sql server full text search

group:

Programatically determine if column supports full-text searching


Programatically determine if column supports full-text searching DbNetLink
5/27/2005 12:00:00 AM
sql server full text search:
Hi,

Is there a way to programmatically determine (perhaps by interrogating the
system catalogs) if a column supports full-text searching.

In my application I want to use "CONTAINS" where support is available but
deprecate to "LIKE" where it is not.

TIA

Robin

Re: Programatically determine if column supports full-text searching Hilary Cotter
5/28/2005 7:19:23 AM
call sp_help_fulltext_columns

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

AddThis Social Bookmark Button