How to benchmark a SQL Server Query?

后端 未结 3 635
迷失自我
迷失自我 2021-02-15 16:33

I\'d like to know the standard way to benchmark a SQL Sever Query, preferably I\'d like to know about the tools that come with SQL Server rather than 3rd Party tools.

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-15 17:01

    Use SQL Profiler.

    For .NET applications, filter that Application name by '.NET%' and you'll omit other extraneous queries.

提交回复
热议问题