Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long running query
Message
De
03/04/2004 04:08:11
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00891920
Message ID:
00891973
Vues:
18
What return this ?
SELECT COUNT(*)
FROM icitrf
WHERE (dtrs BETWEEN '02/01/04' AND '03/26/04') 
AND (cwhouse BETWEEN 'WAL0000' AND 'WAL9999')
Who is Clustered index ?

try to define a single index for
(best choice is correlate with data distribution) :
dtrs,cwhouse,citemno
or
cwhouse,dtrs,citemno
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform