| Error | Severity | Description |
|---|---|---|
| 6001 | 10 | SHUTDOWN is waiting for %d process(es) to complete. |
| 6002 | 10 | SHUTDOWN is in progress. Log off. |
| 6004 | 10 | SHUTDOWN can only be used by members of the sysadmin role. |
| 6005 | 10 | SHUTDOWN is in progress. |
| 6006 | 10 | Server shut down by request. |
| 6007 | 10 | The SHUTDOWN statement cannot be executed within a transaction or by a stored procedure. |
| 6101 | 16 | Process ID %d is not a valid process ID. Choose a number between 1 and %d. |
| 6102 | 14 | Only members of the sysadmin role can use the KILL statement. |
| 6103 | 17 | Could not do cleanup for the killed process. Received message %d. |
| 6104 | 16 | Cannot use KILL to kill your own process. |
| 6106 | 16 | Process ID %d is not an active process ID. |
| 6107 | 14 | Only user processes can be killed. |
| 6108 | 16 | KILL WITH COMMIT/ABORT can only be used with waiting distributed transactions. |
| 6401 | 16 | Cannot roll back %.*ls. No transaction or savepoint of that name was found. |