Relational Database Engine Architecture
The topics in this section describe the server component of SQL Server 2005. The server receives SQL statements from clients and performs all the actions required to complete the statements.
In This Section
Topic | Description |
---|---|
Describes statement processing, stored procedure execution, query plan caching and reuse, and parallel query processing. |
|
Provides information about virtual memory, dynamic memory management, using Address Windowing Extensions (AWE), and the SQL Server memory pool. |
|
Contains information about specialized memory settings, such as Address Windowing Extensions (AWE) memory, that allow you to take advantage of the latest hardware. |
|
Provides information about batch and task scheduling, and thread and fiber execution. |
|
Describes NUMA and how SQL Server 2005 uses NUMA. |
|
Describes how SQL Server 2005 uses buffer management to make reading and writing pages highly efficient. |
|
Describes how SQL Server 2005 references heterogeneous data sources. |
See Also
Other Resources
Advanced Database Engine Details
Physical Database Architecture