The wait operation timed out. ASP

后端 未结 5 2048
不思量自难忘°
不思量自难忘° 2020-12-29 07:40

I created an internal website for our company. It run smoothly for several months and then I made a major update due to user suggestion. When I run in live, it run normally.

5条回答
  •  忘掉有多难
    2020-12-29 08:09

    I fixed this error by finding the exact procedure in event viewer where timeout was happening.

    Connected to the same Database in SSMS and ran:

    exec sp_recompile 'Procedure name'
    

    It showed the below message:

    Object 'Procedure name' was successfully marked for recompilation.

提交回复
热议问题