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

后端 未结 8 1173
离开以前
离开以前 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:16

    First and foremost - Check the actual query being ran. I use SQL Server Profiler as I setup through my program and check that all my queries are using correct joins and referencing keys when I can.

提交回复
热议问题