| title | sys.server_audit_specification_details (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | sys.server_audit_specification_details (Transact-SQL) | ||||
| author | sravanisaluru | ||||
| ms.author | srsaluru | ||||
| ms.date | 03/23/2022 | ||||
| ms.service | sql | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
[!INCLUDE SQL Server]
Contains information about the server audit specification details (actions) in a [!INCLUDEssNoVersion] audit on a server instance. For more information, see SQL Server Audit (Database Engine). For a list of all audit_action_id's and their names, query sys.dm_audit_actions (Transact-SQL).
| Column name | Data type | Description |
|---|---|---|
| server_specification_id | int | ID of the audit server specification |
| audit_action_id | int | ID of the audit action |
| audit_action_name | sysname | Name of group or name of audit action |
| class | tinyint | Reserved |
| class_desc | nvarchar(60) | Reserved |
| major_id | int | Reserved |
| minor_id | int | Reserved |
| audited_principal_id | int | Reserved |
| audited_result | nvarchar(60) | Audited result: - SUCCESS AND FAILURE - SUCCESS - FAILURE |
| is_group | bit | Whether the audited object is a group: 0 - Not a group 1 - Group |
Principals with the ALTER ANY SERVER AUDIT or VIEW ANY DEFINITION permission have access to this catalog view. In addition, the principal must not be denied VIEW ANY DEFINITION permission.
[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.
Security Catalog Views (Transact-SQL)
CREATE SERVER AUDIT (Transact-SQL)
ALTER SERVER AUDIT (Transact-SQL)
DROP SERVER AUDIT (Transact-SQL)
CREATE SERVER AUDIT SPECIFICATION (Transact-SQL)
ALTER SERVER AUDIT SPECIFICATION (Transact-SQL)
DROP SERVER AUDIT SPECIFICATION (Transact-SQL)
CREATE DATABASE AUDIT SPECIFICATION (Transact-SQL)
ALTER DATABASE AUDIT SPECIFICATION (Transact-SQL)
DROP DATABASE AUDIT SPECIFICATION (Transact-SQL)
ALTER AUTHORIZATION (Transact-SQL)
sys.fn_get_audit_file (Transact-SQL)
sys.server_audits (Transact-SQL)
sys.server_file_audits (Transact-SQL)
sys.server_audit_specifications (Transact-SQL)
sys.database_audit_specifications (Transact-SQL)
sys.database_audit_specification_details (Transact-SQL)
sys.dm_server_audit_status (Transact-SQL)
sys.dm_audit_actions (Transact-SQL)
sys.dm_audit_class_type_map (Transact-SQL)
Create a Server Audit and Server Audit Specification