Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

doing a "full text" search with MS SQL Server

0 views
Skip to first unread message

Chip Matthes

unread,
May 30, 1996, 3:00:00 AM5/30/96
to

Has anybody used an inverted index to search data kept in SQL Server?
I need to be able to do a full-text search of some varchar and
text columns. With varchar, I can use "select * from xxx where
yyy is like '%zzz%'" but that is VERY slow since it can't use
an index and must do an entire table scan. I'd like to use
an inverted index and wondered if there was a Microsoft or
third-party product that would index and retrieve this data.

--Chip


0 new messages