Server Process Identifiers (SPID)

 

Definition: Server Process Identifiers are essentially sessions in SQL Server. Every time an application connects to SQL Server, a new connection  (or SPID) is created. This connection has a defined scope and memory space and cannot interact with other SPIDs. The term SPID is synonymous with Connection, or Session.

 

Need another definition?

Please select from the menu above