Hello,
Periodically we have a web page timeout when running a query, but when we run the same query from query analyzer the query comes back in a few seconds. (I might add that query analyzer will take a very long time to finish sometimes, which just means that our database is crunching too much at the time). I thought maybe the web page is somehow hanging onto to a bad query plan so I did sp_recompile on the stored proc but that didn't help.
fyi, our web servers are load balanced (I think we have about 5).
any ideas?
Thanks in advance
Periodically we have a web page timeout when running a query, but when we run the same query from query analyzer the query comes back in a few seconds. (I might add that query analyzer will take a very long time to finish sometimes, which just means that our database is crunching too much at the time). I thought maybe the web page is somehow hanging onto to a bad query plan so I did sp_recompile on the stored proc but that didn't help.
fyi, our web servers are load balanced (I think we have about 5).
any ideas?
Thanks in advance