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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.