- 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:

推薦閱讀
- Extending Jenkins
- Google Flutter Mobile Development Quick Start Guide
- Maven Build Customization
- Python for Secret Agents:Volume II
- 跟“龍哥”學(xué)C語言編程
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Java Web程序設(shè)計任務(wù)教程
- JavaScript入門經(jīng)典
- C語言程序設(shè)計
- Java Web應(yīng)用開發(fā)給力起飛
- Python物理建模初學(xué)者指南(第2版)
- JavaScript Concurrency
- JavaScript Mobile Application Development
- 大話程序員:從入門到優(yōu)秀全攻略