Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full text indexing
Message
From
24/03/2003 08:29:22
 
 
To
24/03/2003 02:06:43
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00769132
Message ID:
00769188
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform