sys.fn_get_current_xevent_settings
system #system#function
Description
2016 (13.x) and later versions Returns 1 row for each Extended Event type supported by Smart Admn. Use this function to return or review the current Extended Event settings to identify the type of events that are configurable and the current configurations. This function does not have any arguments.
Syntax
smart_admin.fn_get_current_xevent_settings ()
Examples
Example 1
SELECT *
FROM smart_admin.fn_get_current_xevent_settings ()