September 2010
Intermediate to advanced
1704 pages
111h 8m
English
Figure 55.1 illustrates the address space architecture of an instance of SQL Server 2008 R2. 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 55.1 The SQL Server 2008 R2 instance architecture.

The memory pool area of SQL Server is the most ...
Read now
Unlock full access