Skip to content

Commit 23fac82

Browse files
authored
Merge pull request #15828 from icoric/patch-26
Added missing syntaxsql
2 parents 45847b8 + 769c7fb commit 23fac82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ KILL ends a normal connection, which internally stops the transactions that are
4646

4747
## Syntax
4848

49-
```
49+
```syntaxsql
5050
-- Syntax for SQL Server
5151
5252
KILL { session ID | UOW } [ WITH STATUSONLY ]
5353
```
5454

55-
```
55+
```syntaxsql
5656
-- Syntax for Azure SQL Data Warehouse and Parallel Data Warehouse
5757
5858
KILL 'session_id'

0 commit comments

Comments
 (0)