Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update performance - VFP vs SQLServer
Message
De
22/07/2002 17:52:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00681374
Message ID:
00681379
Vues:
17
Thomas,

I tried an index on ccustno - 30 seconds exactly, with or without.

CREATE PROCEDURE dbo.updateacme AS
update sostrs set nreserved = 0 where ccustno='ACME'
GO

33 seconds

Index in sostrs is clustered on cuid


>
>David;
>
>What happens if your index for SQL Server is on CCustno? How about using a stored procedure?
>
>Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform