Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I improve the speed of calling a remote proc

Status
Not open for further replies.

cmdematos

IS-IT--Management
Mar 7, 2001
29
US
I have two SQL Servers and one needs to run a command on the other, how do I improve the performance of the remote procedure call? There seems to be a connection overhead of at least three seconds for each remote procedure or sql statement...
 
I assume the other server is established as a Linked Server. Is this other server on your network/in your domain? Could you perhaps structure your statements as a single stored procedure call rather than several individual statements? Robert Bradley
teaser.jpg

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top