Sql Server : Connections / Sessions

HKN MZ
4 min readMay 2, 2024

In SQL Server, connections and sessions are fundamental concepts that play a crucial role in how clients interact with the database server. Let’s break down each concept:

Connections:

  • A connection represents the communication pathway between a client application and the SQL Server instance.
  • When a client application connects to SQL Server, it establishes a connection through a network protocol (such as TCP/IP, named pipes, or shared memory).
  • Connections are managed by the SQL Server Database…

--

--

HKN MZ

I am writing about Sql Server, Elasticsearch and Python. İ am an Database Administrator on SQL Server and Elasticsearch more than 5+ years.