Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update performance - VFP vs SQLServer
Message
From
22/07/2002 17:52:56
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00681374
Message ID:
00681379
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform