December 2013
Intermediate to advanced
1872 pages
153h 31m
English
Figure 36.1 illustrates the address space architecture of an instance of SQL Server 2012. When you fire up a SQL Server instance, two main areas are allocated: the code area and memory pool area. The code area is mostly static executable code of the SQL Server kernel; SQL Server .NET Library DLLs; Open Data Services code; the stack space; and a variable code area that contains distributed query OLE DB providers, OLE automation objects, and extended stored procedures as they are needed by user requests.
FIGURE 36.1 The SQL Server 2012 instance architecture.
The memory pool area of SQL Server is the most dynamically ...