You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-operations-studio/sql-server-profiler-extension.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,15 @@ manager: craigg
16
16
---
17
17
# SQL Server Profiler Extension
18
18
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.
20
20
21
21
**Common SQL Profiler use-cases:**
22
22
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.
32
28
33
29
34
30
## Install the SQL Server Profiler extension
@@ -51,7 +47,7 @@ The SQL Server Profiler extension provides a simple SQL Server tracing solution
51
47
52
48
## Next Steps
53
49
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).
0 commit comments