Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.93 KB

sys-dm-server-external-policy-actions-transact-sql.md

File metadata and controls

42 lines (35 loc) · 1.93 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
sys.dm_server_external_policy_actions (Transact-SQL)
Reference documentation to explain sys.dm_server_external_policy_actions (Transact-SQL) dynamic management view.
srdan-bozovic-msft
srbozovi
randolphwest
03/09/2023
sql
system-objects
reference
dm_server_external_policy_actions_TSQL
sys.dm_server_external_policy_actions
dm_server_external_policy_actions
sys.dm_server_external_policy_actions_TSQL
sys.dm_server_external_policy_actions dynamic management view
TSQL

sys.dm_server_external_policy_actions (Transact-SQL)

[!INCLUDE sqlserver2022-asdb]

List all available data actions, independently of them being used or not.

Column name Data type Description
sql_action_id int Internal ID for joining with other dynamic management views. Not used by external policy providers.
action_namespace nvarchar(256) The path or namespace on which the action type part applies to.
action_type varchar(20) Identifies the type of operation.
action_provider_string varchar(20) Identifies the resource provider that owns the action. Currently only supported value is Microsoft.Sql.

Permissions

Principals must have the VIEW SERVER SECURITY STATE permission.

Next steps