Time Out & Long Run Processes

  • Hi,

    We are experiencing issue with one of our Production Servers. Whenever we run some tests on application query response times the production server timed out repeatedly. Whenever there is a heavy load on the server, we continue to have these issues (since the combination of all databases onto a single cluster). It is not a single query or stored procedure, on busy production days we notice time out and long running processes on multiple applications. The same queries and stored procedures which time out the connection from the application always run fine and fast through Sql Server management studio. so it is not a query construction issue.

    Could you please help me, as it is creating us much problems.

  • Try going here:

    http://www.sqlskills.com/BLOGS/PAUL/post/Wait-statistics-or-please-tell-me-where-it-hurts.aspx

    It is a post by Paul Randal about wait stats. It also includes a query you can run on your server to see where the worst of the pain is. This won't fix anything but might point you in the right direction.

    Kenneth

    Kenneth FisherI was once offered a wizards hat but it got in the way of my dunce cap.--------------------------------------------------------------------------------For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/[/url]Link to my Blog Post --> www.SQLStudies.com[/url]

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply