SQL Server Components
I will end this chapter by talking in broad terms about the various SQL Server components involved in processing the typical client request. Several of these are discussed in more detail in other chapters; we'll just hit the high points here. A typical client request is one that queries the server for data that resides in a database. Understanding how these components interoperate and the workflow between them will give you some good insight into how the server works internally.
As I've mentioned, client requests come into the server via SQL Server's Net-Libraries. These requests are then scheduled for processing via UMS. The language processing and execution (LPE) component within the server then takes each request and ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access