Remove kill-spid-command-in-sql-server
article thumbnail

KILL SPID command in SQL Server

SQL Shack

This article gives an overview of the KILL SPID command and how to monitor the rollback progress. Introduction Once we connect to a SQL Server instance, it assigns a unique identification number to each connection. It is the Server Process ID and commonly known as SPID.

Servers 50
article thumbnail

Deprecated features to take out of your toolbox – Part 1

SQL Performance

I would like to share a couple of recent examples that help illustrate how using deprecated SQL Server features continues to bite us. The official documentation for sys.sysprocesses warns: This SQL Server 2000 system table is included as a view for backward compatibility. But habits are hard to break; ask me how I know.

Latency 57