Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some question's
Message
De
17/06/2002 08:56:43
 
 
À
16/06/2002 15:51:40
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Divers
Thread ID:
00669032
Message ID:
00669166
Vues:
11
>1) In large Tables, whitch is the performance difference using SQL-Stored Procedures,
>passing just the procedure's name + parameters using SQLEXEC(), from sending a query
>Statement + parameters to a remote server using pass through.

It is a commonly accepted best practice to use stored procedure for all data access and manipulation.

>Should the responce time increase if the SQL Server Statement is more complex ? If yes how much more time it would take. ( just an idea of time increase )

There's no direct answer to this. The simpliest queries may require a tablescan while a very complex looking query might be solvable via a covering index.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform