You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/language-elements/kill-transact-sql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "KILL (Transact-SQL)"
3
3
description: The KILL statement ends a user process that is based on the session ID or unit of work (UOW).
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 05/09/2024
6
+
ms.date: 07/09/2025
7
7
ms.service: sql
8
8
ms.subservice: t-sql
9
9
ms.topic: reference
@@ -137,7 +137,7 @@ The same status report can be obtained by repeating the same `KILL` statement wi
137
137
138
138
**[!INCLUDE [ssSDS](../../includes/sssds-md.md)]:** Requires the `KILL DATABASE CONNECTION` permission. The server-level principal login has the `KILL DATABASE CONNECTION` permission.
139
139
140
-
**[!INCLUDE [fabric](../../includes/fabric.md)] Data Warehouse:** Requires Write item permission.
140
+
**[!INCLUDE [fabric](../../includes/fabric.md)] Data Warehouse:** Requires the Monitor item permission, or membership in the Workspace Admins role.
141
141
142
142
**SQL database in [!INCLUDE [fabric](../../includes/fabric.md)]:** Requires Write item permission.
0 commit comments