SQL Server Time Outs within the application

  • I have a situation where our application has sql timeouts set to 120 seconds. SQL Time Outs occur everyday. There is an error log that furnishes the SQL that Timed Out. I run the SQL in SSMS and in most cases the SQL run within the 120 seconds so I'm wonder what the difference lies. Maybe the appliaction settings for SQL within the Application is different than what I'm running in SSMS. I've also checked to see if there is locking/blocking/deadlocks and I very rarely see this. Almost all of the queries are queries that reference Views.

    Any suggestions would be greatly appreciated.

     

  • Maybe the application settings for SQL within the Application is different than what I'm running in SSMS

    That was my first thought. You should check this.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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