August 2009
Intermediate to advanced
464 pages
13h 59m
English
The name of this section, Server configuration, refers to a range of additional SQL Server settings that can be tuned for particular behavior. While the list is by no means exhaustive, it covers some common settings that are often changed to alter server operation.
As with CPU and memory settings, the settings we'll cover in this section can be adjusted with either sp_configure or by using SQL Server Management Studio.
A page is the fundamental storage unit in SQL Server, with each database divided into multiple 8K pages. When a database page is required, SQL Server reads the page from disk into memory (if it's not already there) and stores it in the data cache. Pages are modified as required ...
Read now
Unlock full access