Hi,
i have a large database and manuy fields I am searching through contain large chunks of text. Searching for specific words or set of words in these fields slows down my response time considerably despite the fact that all these fields are already indexed in my database. I also scheduled an incremental index on them but the query still takes too long.
Mu question is: can i use Microsoft Indexing Services in combination with the SQL server in order to create catalogs from the database fields which I am using in my queries?
And if yes how woudl I do that? from the SQL console?
Thank you in advance.
Tibi
i have a large database and manuy fields I am searching through contain large chunks of text. Searching for specific words or set of words in these fields slows down my response time considerably despite the fact that all these fields are already indexed in my database. I also scheduled an incremental index on them but the query still takes too long.
Mu question is: can i use Microsoft Indexing Services in combination with the SQL server in order to create catalogs from the database fields which I am using in my queries?
And if yes how woudl I do that? from the SQL console?
Thank you in advance.
Tibi