SQL server timeout

前端 未结 4 731
离开以前
离开以前 2021-01-24 12:12

my application is developed on classic asp, but also uses asp.net as I am migrating the application on .Net. Its using SQL server as database and hosted on Windows server 2003.<

4条回答
  •  佛祖请我去吃肉
    2021-01-24 12:59

    First, you need to talk to your DBA... they can check the number of open connections, table locks, slow-running queries, etc.

    My gut reaction is that you aren't closing your connections somewhere, or your connection pool is too low.

提交回复
热议问题