Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(3054)
Message
 
 
À
05/02/2001 13:16:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00472565
Message ID:
00472572
Vues:
26
>I have the following situation. I have a table subscriber with a field called c_region_id and an index is built on it. When I perform a query for c_region_id = "WDC" I get only partial optimization when I run Sys(3054,11). Any ideas as to what I could be doing wrong.

If you have SET DELETED ON, you need to add an index on DELETED() to get full optimization. If you SET DELETED OFF you can get full optimization with an index only on c_region_id.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform