Skip to content

Commit 8ec97ac

Browse files
author
stevestein
committed
edit list format
1 parent 5db3356 commit 8ec97ac

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

docs/sql-operations-studio/sql-server-profiler-extension.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,15 @@ manager: craigg
1616
---
1717
# SQL Server Profiler Extension
1818

19-
The SQL Server Profiler extension provides a simple SQL Server tracing solution similar to SSMS Profiler except built using XEvents. SSMS Profiler is very easy to use and has good default values for the most common tracing configurations. The UX is optimized for browsing through events and viewing the associated T-SQL text. The SQL Server Profiler for SQL Operations Studio also assumes good default values for collecting T-SQL execution activities with an easy to use UX.
19+
The SQL Server Profiler extension provides a simple SQL Server tracing solution similar to SQL Server Management Studio (SSMS) Profiler except built using XEvents. SQL Server Profiler is very easy to use and has good default values for the most common tracing configurations. The UX is optimized for browsing through events and viewing the associated Transact-SQL (T-SQL) text. The SQL Server Profiler for SQL Operations Studio also assumes good default values for collecting T-SQL execution activities with an easy to use UX.
2020

2121
**Common SQL Profiler use-cases:**
2222

23-
-Stepping through problem queries to find the cause of the problem.
24-
25-
-Finding and diagnosing slow-running queries.
26-
27-
-Capturing the series of Transact-SQL statements that lead to a problem.
28-
29-
-Monitoring the performance of SQL Server to tune workloads.
30-
31-
-Correlating performance counters to diagnose problems.
23+
- Stepping through problem queries to find the cause of the problem.
24+
- Finding and diagnosing slow-running queries.
25+
- Capturing the series of Transact-SQL statements that lead to a problem.
26+
- Monitoring the performance of SQL Server to tune workloads.
27+
- Correlating performance counters to diagnose problems.
3228

3329

3430
## Install the SQL Server Profiler extension
@@ -51,7 +47,7 @@ The SQL Server Profiler extension provides a simple SQL Server tracing solution
5147

5248
## Next Steps
5349

54-
To learn more about Profiler and extended events, [check our documentation.](https://docs.microsoft.com/sql/relational-databases/extended-events/extended-events?view=sql-server-2017)
50+
To learn more about Profiler and extended events, see [Extended Events](https://docs.microsoft.com/sql/relational-databases/extended-events/extended-events).
5551

5652

5753

0 commit comments

Comments
 (0)