Skip to main content

Questions tagged [extended-events]

SQL Server Extended Events (Extended Events) is a general event-handling system for server systems.

0 votes
1 answer
69 views

I want to do this, but there doesn't seem to be a supported way to do it. What is a version that would work? CREATE EVENT SESSION [MySession] ON DATABASE ADD EVENT sqlserver.sql_statement_completed( ...
Mark Freeman's user avatar
  • 2,295
0 votes
1 answer
47 views

according to this acticle: https://www.sqlshack.com/query-trace-column-values/ try to setup XE session which captures query_trace_column_values but it's does not work anymore on Microsoft SQL Server ...
solovyevuv's user avatar
0 votes
1 answer
93 views

I'm going round in circles trying to work out how to collect the object_name in extended events, I can use it to filter like in the session definition below CREATE EVENT SESSION [xetest] ON SERVER ...
Stephen Morris - Mo64's user avatar
2 votes
1 answer
153 views

Start up the auto_stats Extended Event, filter out some noise, and prepare yourself to monitor it. CREATE EVENT SESSION [AutoStatsTest] ON SERVER ADD EVENT sqlserver.auto_stats( WHERE ([duration]&...
J. Mini's user avatar
  • 1,322
3 votes
1 answer
188 views

In the docs it says we can share index scans (Advanced Scanning). Now here they used wait stats and statistics and i did not find an extended events session that could directly identify it. The ...
Suleyman Essa's user avatar
0 votes
0 answers
59 views

I need some advice to convert the XEL file to XML. I am executing a PowerShell script in Azure Automation runbook in Azure portal to store the XEL file from BLOB storage to my local machine, ...
user3276487's user avatar
2 votes
1 answer
247 views

The lock_acquired and lock_released events have the resource_0, resource_1, resource_2 properties and their content and meaning depends on the resource_type, but their meaning is not always clear to ...
Alessandro Mortola's user avatar
3 votes
1 answer
143 views

Following is the setup in wizard - where global fields to capture are listed, But why not appearing for selection in Watch Live Data? Is there anything to be done in addition? Adding script of the ...
Meera K's user avatar
  • 81

15 30 50 per page
1
2 3 4 5
16