Hi all,
I have a web application which (until a few weeks ago) was running fine.
Now, periodically, a stored procedure will stop responding and timeout when called via the web application. The stored procedure varies (eg. so far this problem has happened twice and it has been a different stored proc each time) and if the stored procedure is executed in the query analyzer it executes without a problem and within a second.
Looking at what is happening via SQL Profiler I can see the Stored Proc starting but it never completes (atleast not with in the timeout period).
Last time this happened we spent a number of hours trying to locate the problem but eventually it just vanished.
Looking at the activity logs and sp_who etc we can see that there are no locks on the database. Looking at Task Manager there is no load on the web server or on the database server. Memory usage is fine (eg. there is plenty to spare).
If anyone has any idea what could be happening I'll love your input.
Cheers,
Shaun
I have a web application which (until a few weeks ago) was running fine.
Now, periodically, a stored procedure will stop responding and timeout when called via the web application. The stored procedure varies (eg. so far this problem has happened twice and it has been a different stored proc each time) and if the stored procedure is executed in the query analyzer it executes without a problem and within a second.
Looking at what is happening via SQL Profiler I can see the Stored Proc starting but it never completes (atleast not with in the timeout period).
Last time this happened we spent a number of hours trying to locate the problem but eventually it just vanished.
Looking at the activity logs and sp_who etc we can see that there are no locks on the database. Looking at Task Manager there is no load on the web server or on the database server. Memory usage is fine (eg. there is plenty to spare).
If anyone has any idea what could be happening I'll love your input.
Cheers,
Shaun
Comment