How to find leaking db connection pool handle?

前端 未结 3 424
走了就别回头了
走了就别回头了 2020-12-24 08:37

I\'m seeing the dreaded \"The timeout period elapsed prior to obtaining a connection from the pool\" error.

I\'ve searched the code for any unclosed db connections,

3条回答
  •  独厮守ぢ
    2020-12-24 08:58

    i've used this

    http://www.simple-talk.com/sql/performance/how-to-identify-slow-running-queries-with-sql-profiler/

    to find long running stored procedures before, i can then work back and find the method that called the SP.

    dont know if that'll help

提交回复
热议问题