Skip to content

Commit d2414ed

Browse files
Merge pull request #34664 from WilliamDAssafMSFT/20250709-kill-permissions-fabric-dw
20250709 fabric dw permissions
2 parents 281b126 + 5daa8d7 commit d2414ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/language-elements/kill-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "KILL (Transact-SQL)"
33
description: The KILL statement ends a user process that is based on the session ID or unit of work (UOW).
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 05/09/2024
6+
ms.date: 07/09/2025
77
ms.service: sql
88
ms.subservice: t-sql
99
ms.topic: reference
@@ -137,7 +137,7 @@ The same status report can be obtained by repeating the same `KILL` statement wi
137137

138138
**[!INCLUDE [ssSDS](../../includes/sssds-md.md)]:** Requires the `KILL DATABASE CONNECTION` permission. The server-level principal login has the `KILL DATABASE CONNECTION` permission.
139139

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.
141141

142142
**SQL database in [!INCLUDE [fabric](../../includes/fabric.md)]:** Requires Write item permission.
143143

0 commit comments

Comments
 (0)