A checklist for fixing .NET applications to SQL Server timeout problems and improve execution time

后端 未结 8 1319
离开以前
离开以前 2021-02-02 00:44

A checklist for improving execution time between .NET code and SQL Server. Anything from the basic to weird solutions is appreciated.

Code:

Chan

8条回答
  •  Happy的楠姐
    2021-02-02 01:19

    A few quick ones...

    • Check Processor use of server to see if it's just too busy
    • Look for blocking/locking going on with the Activity monitor
    • Network issues/performance

提交回复
热议问题