Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing a SQL Insert statement
Message
De
22/03/2006 10:56:40
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
22/03/2006 10:49:24
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
01106642
Message ID:
01106665
Vues:
23
>The processing would be done on the server instead of on the client. Not sure it will help you that much as it looks like the Insert statement is pretty basic, but it is something to try.

Ever waited on the subway? I believe it's better to balance the performance between the client and the server than to just put everything on the server.

In this case the data originated with the client. Having it flow to the server via a stored procedure or via an insert statement should be equivalent, right? In either case, the processing is done on the server. It either executes the SP or it executes the insert statement.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform