Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated

后端 未结 20 2413
臣服心动
臣服心动 2020-11-22 10:23

I have many users on my web site (20000-60000 per day), which is a download site for mobile files. I have remote access to my server (windows server 2008-R2).
I\'ve

20条回答
  •  一个人的身影
    2020-11-22 10:46

    Also you need to check if individual record is not getting updated in the logic because with update trigger in the place causes time out error too.

    So, the solution is to make sure you perform bulk update after the loop/cursor instead of one record at a time in the loop.

提交回复
热议问题