Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text searching
Message
De
25/05/2006 14:45:55
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Text searching
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01124991
Message ID:
01124991
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform