Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing a SQL Insert statement
Message
From
22/03/2006 10:56:40
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
22/03/2006 10:49:24
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
01106642
Message ID:
01106665
Views:
24
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform