Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d1b4f0b

Browse files
authored
Update sys-dm-exec-procedure-stats-transact-sql.md
1 parent 3ddcf14 commit d1b4f0b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-exec-procedure-stats-transact-sql.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ ms.workload: "Active"
3535

3636
In [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)], dynamic management views cannot expose information that would impact database containment or expose information about other databases the user has access to. To avoid exposing this information, every row that contains data that doesn’t belong to the connected tenant is filtered out.
3737

38-
> **NOTE:** An initial query of **sys.dm_exec_procedure_stats** might produce inaccurate results if there is a workload currently executing on the server. More accurate results may be determined by rerunning the query.
38+
> [!NOTE]
39+
> An initial query of **sys.dm_exec_procedure_stats** might produce inaccurate results if there is a workload currently executing on the server. More accurate results may be determined by rerunning the query.
3940
40-
> **NOTE for Azure SQL Data Warehouse!** To call this from [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] or [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], use the name **sys.dm_pdw_nodes_exec_procedure_stats**.
41+
> [!NOTE]
42+
> To call this from [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] or [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], use the name **sys.dm_pdw_nodes_exec_procedure_stats**.
4143
4244
|Column name|Data type|Description|
4345
|-----------------|---------------|-----------------|

0 commit comments

Comments
 (0)