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/relational-databases/extended-events/selects-and-joins-from-system-views-for-extended-events-in-sql-server.md
+71-94Lines changed: 71 additions & 94 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,28 +414,23 @@ SELECT --C.1
414
414
415
415
Here is the list of packages.
416
416
417
-
418
-
```
419
-
/*** (The unique p.guid values are not shown.)
420
-
Package Package-Description
421
-
------- -------------------
422
-
filestream Extended events for SQL Server FILESTREAM and FileTable
423
-
package0 Default package. Contains all standard types, maps, compare operators, actions and targets
424
-
qds Extended events for Query Store
425
-
SecAudit Security Audit Events
426
-
sqlclr Extended events for SQL CLR
427
-
sqlos Extended events for SQL Operating System
428
-
SQLSatellite Extended events for SQL Satellite
429
-
sqlserver Extended events for Microsoft SQL Server
430
-
sqlserver Extended events for Microsoft SQL Server
431
-
sqlserver Extended events for Microsoft SQL Server
432
-
sqlsni Extended events for Microsoft SQL Server
433
-
ucs Extended events for Unified Communications Stack
434
-
XtpCompile Extended events for the XTP Compile
435
-
XtpEngine Extended events for the XTP Engine
436
-
XtpRuntime Extended events for the XTP Runtime
437
-
***/
438
-
```
417
+
| Package |Package-Description|
418
+
|---|---|
419
+
|filestream| Extended events for SQL Server FILESTREAM and FileTable |
420
+
|package0 | Default package. Contains all standard types, maps, compare operators, actions and targets |
421
+
|qds | Extended events for Query Store |
422
+
|SecAudit | Security Audit Events |
423
+
|sqlclr | Extended events for SQL CLR |
424
+
|sqlos | Extended events for SQL Operating System |
425
+
|SQLSatellite | Extended events for SQL Satellite |
426
+
|sqlserver | Extended events for Microsoft SQL Server |
427
+
|sqlserver | Extended events for Microsoft SQL Server |
428
+
|sqlserver | Extended events for Microsoft SQL Server |
429
+
|sqlsni | Extended events for Microsoft SQL Server |
430
+
|ucs | Extended events for Unified Communications Stack |
431
+
|XtpCompile | Extended events for the XTP Compile |
432
+
|XtpEngine | Extended events for the XTP Engine |
433
+
|XtpRuntime | Extended events for the XTP Runtime |
439
434
440
435
441
436
*Definitions of the preceding initialisms:*
@@ -472,23 +467,16 @@ SELECT --C.2
472
467
473
468
Here is the count of objects per object type. There are about 1915 objects.
To whet your appetite, next is an arbitrary sampling of the objects returned by the preceding SELECT.
529
517
530
518
531
-
```
532
-
/***
533
-
Type-of-Item Package Item Item-Description
534
-
------------ ------- ---- ----------------
535
-
action package0 callstack Collect the current call stack
536
-
action package0 debug_break Break the process in the default debugger
537
-
action sqlos task_time Collect current task execution time
538
-
action sqlserver sql_text Collect SQL text
539
-
event qds query_store_aprc_regression Fired when Query Store detects regression in query plan performance
540
-
event SQLSatellite connection_accept Occurs when a new connection is accepted. This event serves to log all connection attempts.
541
-
event XtpCompile cgen Occurs at start of C code generation.
542
-
map qds aprc_state Query Store Automatic Plan Regression Correction state
543
-
message package0 histogram_event_required A value is required for the parameter 'filtering_event_name' when source type is 0.
544
-
pred_compare package0 equal_ansi_string Equality operator between two ANSI string values
545
-
pred_compare sqlserver equal_i_sql_ansi_string Equality operator between two SQL ANSI string values
546
-
pred_source sqlos task_execution_time Get current task execution time
547
-
pred_source sqlserver client_app_name Get the current client application name
548
-
target package0 etw_classic_sync_target Event Tracing for Windows (ETW) Synchronous Target
549
-
target package0 event_counter Use the event_counter target to count the number of occurrences of each event in the event session.
550
-
target package0 event_file Use the event_file target to save the event data to an XEL file, which can be archived and used for later analysis and review. You can merge multiple XEL files to view the combined data from separate event sessions.
551
-
target package0 histogram Use the histogram target to aggregate event data based on a specific event data field or action associated with the event. The histogram allows you to analyze distribution of the event data over the period of the event session.
552
-
target package0 pair_matching Pairing target
553
-
target package0 ring_buffer Asynchronous ring buffer target.
554
-
type package0 xml Well formed XML fragment
555
-
***/
556
-
```
557
-
558
-
519
+
|Type-of-Item| Package| Item| Item-Description|
520
+
|---|---|---|---|
521
+
|action| package0 | callstack |Collect the current call stack|
522
+
|action | package0 | debug_break |Break the process in the default debugger|
523
+
|action | sqlos | task_time |Collect current task execution time|
|event | qds | query_store_aprc_regression | Fired when Query Store detects regression in query plan performance|
526
+
|event | SQLSatellite | connection_accept | Occurs when a new connection is accepted. This event serves to log all connection attempts.|
527
+
|event | XtpCompile | cgen |Occurs at start of C code generation.|
528
+
|map | qds | aprc_state |Query Store Automatic Plan Regression Correction state|
529
+
|message | package0 | histogram_event_required |A value is required for the parameter 'filtering_event_name' when source type is 0.|
530
+
|pred_compare | package0 | equal_ansi_string |Equality operator between two ANSI string values|
531
+
|pred_compare | sqlserver | equal_i_sql_ansi_string |Equality operator between two SQL ANSI string values|
532
+
|pred_source | sqlos | task_execution_time |Get current task execution time|
533
+
|pred_source | sqlserver | client_app_name |Get the current client application name|
534
+
|target | package0 | etw_classic_sync_target |Event Tracing for Windows (ETW) Synchronous Target|
535
+
|target | package0 | event_counter |Use the event_counter target to count the number of occurrences of each event in the event session.|
536
+
|target | package0 | event_file |Use the event_file target to save the event data to an XEL file, which can be archived and used for later analysis and review. You can merge multiple XEL files to view the combined data from separate event sessions.|
537
+
|target | package0 | histogram |Use the histogram target to aggregate event data based on a specific event data field or action associated with the event. The histogram allows you to analyze distribution of the event data over the period of the event session.|
0 commit comments