asp.net sql server错误:Timeout expired. The timeout period elapsed prior to completion of the operatio

今天碰到一个很妖的问题,asp.net站点一直好好的,可是最近几天运行不稳定。现在连登陆页面都报下面错误:

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


经过调查,这种错误无非就是数据获取超时,可能的原因如下:

1. sql脚本效率低,执行速度慢

2. sql脚本出错了,比如死锁等


但是之前站点一直运行良好的啊,如果出现上面原因,那老早就暴露出来了。

最后调查原因:

数据库日志太大,都有几十G了,严重影响了sql server的执行速度。

你可能感兴趣的:(asp.net sql server错误:Timeout expired. The timeout period elapsed prior to completion of the operatio)