Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLExpress 2008 performance
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01416770
Message ID:
01416837
Vues:
75
>It returns the results in less than a second.

It doesn't. Management studio displays the result as soon as the first few dozens records are available. If you look closely, you see that the query is still executing, even though Management studio already displays a result. VFP waits for the query to be complete (or for a larger number of records) before it returns. If you execute the query asynchronously in VFP, you should get a result much quicker, too. VFP would keep loading in the background.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform