Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Index order
Message
De
27/02/2006 12:14:24
 
 
À
27/02/2006 10:05:19
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01099434
Message ID:
01099534
Vues:
15
>I have a SQL Server table that has 7 indexes defined. When I do a simple select
>statement from the query analyzer without using ORDER BY the results of the query come back in the order of the 4th index defined. Is there a way to define
>an index as primary in SQL server either with a command or using the enterprise manager ?
>
>Thanks For Your Help !
>Stephen J. Hunt
>Admit Computer Services Inc.

Set the index as CLUSTERED and add ORDER BY to declare the order,
but it is not said that this is a good choice.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform