How do I increase the timeout period for my stored procedure call (see error)?

后端 未结 6 1076
时光取名叫无心
时光取名叫无心 2021-02-14 13:01
 Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during t         


        
6条回答
  •  猫巷女王i
    2021-02-14 13:33

    the used query wasn't optimized for the amount of data. In our case we have purged unused data, but an better option should be optimizing the query or to have a look at the housekeeping. After the action we didn't receive the error anymore. Ofcourse it depends on the situation in which you receive this error and if this solution will help you out.

提交回复
热议问题