Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Full text indexing
Message
De
24/03/2003 08:29:22
 
 
À
24/03/2003 02:06:43
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00769132
Message ID:
00769188
Vues:
20
This message has been marked as the solution to the initial question of the thread.
Yes and no. Full-text indexing does provide the functionality that you're looking for but your query is wrong. Full-text indexing requires that you query use CONTAINS, CONTAINSTABLE, FREETEXT, orFREETEXTTABLE.

Also, Full-Text indexes are NOT dynamically maintained. You will have to schedule a job to update them.

-Mike

>Assuming a table is properly defined to benefit of the full text indexing, does this mean that we just simply to continue to use queries like:
>
>
>select * from News where NotesA LIKE '%DATA%'
>
>
>which will continue to work but the process time will be immediate as oppose to not having set the table to benefit of full text indexing?
>
>Basically, from the query side, having or not a table to be optimized for that, would the way to query remain the same?
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform