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

Commit 9c562ce

Browse files
authored
Added support for Azure SQL DB
Added support for Azure SQL DB
1 parent 5dce0ca commit 9c562ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.dm_exec_session_wait_stats (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/01/2017"
4+
ms.date: "04/24/2018"
55
ms.prod: "sql"
66
ms.prod_service: "database-engine"
77
ms.service: ""
@@ -27,7 +27,7 @@ manager: "craigg"
2727
ms.workload: "On Demand"
2828
---
2929
# sys.dm_exec_session_wait_stats (Transact-SQL)
30-
[!INCLUDE[tsql-appliesto-ss2016-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2016-xxxx-xxxx-xxx-md.md)]
30+
[!INCLUDE[tsql-appliesto-ss2016-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-ss2016-asdb-xxxx-xxx-md.md)]
3131

3232
Returns information about all the waits encountered by threads that executed for each session. You can use this view to diagnose performance issues with the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] session and also with specific queries and batches. This view returns session the same information that is aggregated for [sys.dm_os_wait_stats (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql.md) but provides the **session_id** number as well.
3333

0 commit comments

Comments
 (0)