all groups > sql server full text search > july 2003 >
You're in the

sql server full text search

group:

full text indexing


full text indexing Kelly
7/2/2003 9:35:56 AM
sql server full text search:
I have a database that has one column that I've given full-
text indexing so that I can do searches and what not.

The only problem is that every time data is added to the
index, it doesn't automatically become fully indexed and
consequently can't be fixed.

I know i'm doing something wrong, but am clueless as to
what. . .

Thanks a bundle,
full text indexing Hilary Cotter
7/2/2003 12:52:14 PM
if you are using SQL 7, add a timestamp column to your
table and then use incremental populations. Schedule the
incremental population to run hourly or so.

If you are using SQL 2000 you can use change tracking with
update index in background.

[quoted text, click to view]
AddThis Social Bookmark Button