Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text searching
Message
 
 
To
25/05/2006 14:45:55
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01124991
Message ID:
01124995
Views:
8
Any search on a text field will result in the table scan unless Full-Text search is used with appropriate conditions.

>Is there any performance concerns when issuing the following query on a text field in a SQL Server table?
>
>SELECT * FROM mytable where myfield LIKE '%mykeyword%'
>or
>SELECT * FROM mytable where myfield LIKE '%key1%' or myfield LIKE '%key2%'
>
>I would like to give my users keyword search lookups and I am trying to find the best possible solution.
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform