Skip to content

Commit 1d3b642

Browse files
committed
updates to concept guide
1 parent 1164888 commit 1d3b642

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/purview/concept-policies-devops.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Bob and Alice are involved with the DevOps process at their company. Given their
5454
## Mapping of popular DMVs/DMFs
5555
SQL dynamic metadata includes a list of more than 700 DMVs/DMFs. We list here as an illustration some of the most popular ones, mapped to their role definition in Microsoft Purview DevOps policies and linked to the URL, along with their description.
5656

57-
| **Purview DevOps role definition** | **DMV/DMF example** | **Description**|
57+
| **Accessible by DevOps role** | **DMV/DMF example** | **Description**|
5858
|-|-|-|
5959
||||
6060
| *SQL Performance Monitor* | [sys.dm_exec_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-requests-transact-sql)|Monitors the current activity and performance of the server|
@@ -64,10 +64,11 @@ SQL dynamic metadata includes a list of more than 700 DMVs/DMFs. We list here as
6464
|| [sys.dm_os_waiting_tasks](/sql/relational-databases/system-dynamic-management-views/sys-dm-os-waiting-tasks-transact-sql)|Helps identify and troubleshoot blocking issues within SQL Server|
6565
|| [sys.dm_exec_procedure_stats](/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-procedure-stats-transact-sql)|Returns how many times a procedure was executed, the total duration, reads, writes and more|
6666
||||
67-
| *SQL Security Auditor* |||
68-
||TBD|TBD|
67+
| *SQL Security Auditor* |[sys.dm_server_audit_status](/sql/relational-databases/system-dynamic-management-views/sys-dm-server-audit-status-transact-sql)|Returns audit details such as the location of the target, size and status of the audit itself|
68+
||||
69+
| Both *SQL Performance Monitor* and *SQL Security Auditor*|[sys.dm_audit_actions](/sql/relational-databases/system-dynamic-management-views/sys-dm-audit-actions-transact-sql)|Returns a row for every audit action that can be reported in the audit log and every audit action group that can be configured as part of SQL Server Audit|
70+
||[sys.dm_audit_class_type_map](/sql/relational-databases/system-dynamic-management-views/sys-dm-audit-class-type-map-transact-sql)|When events are fired, they record the object type, not the securable class. This DMV maps the class_type field in the audit log to the class_desc field in sys.dm_audit_actions|
6971
||||
70-
7172

7273
## More info
7374
- DevOps policies can be created, updated and deleted by any user holding *Policy Author* role at root collection level in Microsoft Purview.

0 commit comments

Comments
 (0)