Help troubleshooting SqlException: Timeout expired on connection, in a non-load situation

前端 未结 4 1477
清酒与你
清酒与你 2020-12-02 09:33

I have a server hosting a website of mine that has almost zero-traffic.
A few people (< 20) enter the site every day, and a few RSS readers are subscribed to some fee

4条回答
  •  無奈伤痛
    2020-12-02 09:48

    It smells a cronned thing that runs at the same time. As RBarryYoung says.. some nightly backup or it could be something else Do you have root access to the server? Can you see the crontabs?

    Could it be some full text indexing plugin on top of the SQL server that runs its reindexing procedures close to the time you are experiencing the issues?

提交回复
热议问题