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
@@ -139,7 +139,7 @@ The same status report can be obtained by repeating the same `KILL` statement wi
139
139
140
140
**[!INCLUDE [fabric](../../includes/fabric.md)] Data Warehouse:** Requires Write item permission.
141
141
142
-
**SQL database in [!INCLUDE [fabric](../../includes/fabric.md)]:** Requires Write item permission.
142
+
**SQL database in [!INCLUDE [fabric](../../includes/fabric.md)]:** Requires the `KILL DATABASE CONNECTION` permission in the SQL database engine, or the Write item permission in the Fabric workspace.
0 commit comments