Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text searching
Message
From
25/05/2006 14:45:55
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Text searching
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01124991
Message ID:
01124991
Views:
43
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.

Thanks,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform