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

Click here to load this message in the networking platform