Hello.
I use full text index on my DB.
I use the incremental population as I need to index, on the spot, every new record in specific table and right after that I use a query to search the new inserted record.
Sometimes it seems like the population is not complete or not done at all...
How can I operate the incremental population from VB ?
I know the "sp_fulltext_catalog" but how do I use it and Is there any sign that the index is done ?
Thanks.