Skip to content

Commit 4b57df5

Browse files
20220329 1152
1 parent cdd50b9 commit 4b57df5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/relational-databases/extended-events/extended-events.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ author: LitKnd
1414
ms.author: kendralittle
1515
ms.custom:
1616
- intro-overview
17-
ms.date: "03/25/2022"
17+
ms.date: 03/29/2022
1818
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
1919
---
2020

2121
# Extended events overview
2222

2323
[!INCLUDE [SQL Server Azure SQL Database SQL Managed instance](../../includes/applies-to-version/sql-asdbmi.md)]
2424

25-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] The Extended Events architecture enables users to collect as much or as little data as is necessary to troubleshoot or identify a performance problem. Extended Events is configurable, and scales very well as most endpoint are asynchronous, with less impact on the monitored SQL resources.
25+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] The Extended Events architecture enables users to collect as much or as little data as is necessary to troubleshoot or identify a performance problem. Extended Events is configurable, and scales very well as most targets are asynchronous, with less impact on the monitored SQL resources.
2626

2727
Extended Events replace the deprecated [SQL Trace](../../relational-databases/sql-trace/sql-trace.md) and SQL Server Profiler features.
2828

@@ -127,11 +127,10 @@ SELECT
127127
- [Extended Events Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/extended-events-catalog-views-transact-sql.md)
128128
- [Data-tier Applications](../../relational-databases/data-tier-applications/data-tier-applications.md)
129129
- [DAC Support For SQL Server Objects and Versions](/previous-versions/sql/sql-server-2012/ee210549(v=sql.110))
130+
- [Deploy a Data-tier Application](../../relational-databases/data-tier-applications/deploy-a-data-tier-application.md)
131+
- [Monitor Data-tier Applications](../../relational-databases/data-tier-applications/monitor-data-tier-applications.md)
130132

131133
## Next Steps
132134

133-
- [Deploy a Data-tier Application](../../relational-databases/data-tier-applications/deploy-a-data-tier-application.md)
134-
- [Monitor Data-tier Applications](../../relational-databases/data-tier-applications/monitor-data-tier-applications.md)
135135
- [XELite: Cross-platform library to read XEvents from XEL files or live SQL streams](https://www.nuget.org/packages/Microsoft.SqlServer.XEvent.XELite/), released May 2019.
136-
- [Read-SQLXEvent PowerShell cmdlet](https://www.powershellgallery.com/packages/SqlServer.XEvent), released June 2019.
137-
- [SQL Mysteries: Causality tracking vs Event Sequence for XEvent Sessions (blog published April 1, 2019)](https://bobsql.com/sql-mysteries-causality-tracking-vs-event-sequence-for-xevent-sessions/)
136+
- [Read-SQLXEvent PowerShell cmdlet](https://www.powershellgallery.com/packages/SqlServer.XEvent), released June 2019.

0 commit comments

Comments
 (0)