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

后端 未结 8 1176
离开以前
离开以前 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条回答
  •  独厮守ぢ
    2021-02-02 01:28

    Run Profiler to measure the execution time of your queries.
    Check application logging for any deadlocks.

提交回复
热议问题