- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 123字
- 2021-07-08 09:39:09
SQL Server Profiler
SQL Server Profiler is a tool that allows you to inspect what commands are being executed on your SQL Server database. If you have the management tools installed, then you should already have it on your machine. This is how you can access it:
- If you are using Microsoft SQL Server, then SQL Server Profiler can be accessed from the Tools menu of SQL Server Management Studio (SSMS):

- Load SQL Server Profiler and connect to the database that you are using. Name your trace and select the Tuning profile template:

- Click on Run and you should see that the trace has begun. You are now ready to run your code against the database to see what queries it's actually executing:

推薦閱讀
- Moodle Administration Essentials
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Troubleshooting PostgreSQL
- Python機器學習編程與實戰
- Python Data Analysis Cookbook
- Mastering Docker
- Troubleshooting Citrix XenApp?
- 從零開始學Android開發
- 計算機應用基礎(第二版)
- WCF技術剖析(卷1)
- Shopify Application Development
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Android嵌入式系統程序開發(基于Cortex-A8)
- 從“1”開始3D編程
- VMware vSphere 5.5 Cookbook