Skip to content

Commit fb2f033

Browse files
committed
updates to concept guide
1 parent 9a994e9 commit fb2f033

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/purview/concept-policies-devops.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@ Bob and Alice are involved with the DevOps process at their company. Given their
5252
- At any point in time, Mateo or the company’s auditor can see what access has been granted directly in Microsoft Purview Studio.
5353

5454
## Examples of popular DMVs/DMFs
55-
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 with their description.
56-
57-
| **DevOps role definition** | **DMV/DMF examples** |
58-
|-------------------------------------|--------------------------------------|
59-
| | |
60-
| *SQL Performance Monitor* | dm_exec_requests |
61-
|| [sys.dm_os_wait_stats](https://learn.microsoft.com/sql/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql?view=sql-server-ver16)|
62-
|| dm_exec_query_stats|
63-
|| dm_exec_sessions|
64-
|| dm_os_waiting_tasks|
65-
|| dm_exec_procedure_stats|
66-
|||
67-
| *SQL Security Auditor* ||
68-
|||
69-
|||
70-
|||
71-
|||
72-
|||
73-
|||
55+
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 with their description.
56+
57+
| **Purview DevOps role definition** | **DMV/DMF example** | **Description**|
58+
|-|-|-|
59+
||||
60+
| *SQL Performance Monitor* | [sys.dm_exec_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-requests-transact-sql)|Returns information about each request that is executing within the SQL Server|
61+
||[sys.dm_os_wait_stats](/sql/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql)|
62+
|| [sys.dm_exec_query_stats](/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-query-stats-transact-sql)|Identifies queries that are consuming a lot of resources or taking a long time to execute|
63+
|| dm_exec_sessions||
64+
|| dm_os_waiting_tasks||
65+
|| dm_exec_procedure_stats||
66+
||||
67+
| *SQL Security Auditor* |||
68+
||||
69+
||||
70+
||||
71+
||||
72+
||||
73+
||||
7474

7575

7676
## More info

0 commit comments

Comments
 (0)