I have 2 SQL servers running in different physical servers. In SQLserver-A, there is a stored procedure that reads a table from SQLserver-B. The stored procedure runs ok when running the stored procedure using Query Analyzer, When the stored procedure is invoked from a web page, the stored procedure times out. The web page is an asp which calls a vb.net dll which calls the stored procedure on SQLServer-A. What could be causing the sp to fail?
Start Free Trial