Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SQL Server Security ====== === Audit Settings === <code sql> select name, [type] from sys.server_audits SELECT name AS 'Audit Name', status_desc AS 'Audit Status', audit_file_path AS 'Current Audit File' FROM sys.dm_server_audit_status select * FROM sys.dm_server_audit_status </code> qnd/sql_server_security.txt Last modified: 2021/12/28 14:48by mgupton