Configuration options are displayed and managed by using either SQL Enterprise Manager or the sp_configure system procedure. For information about using sp_configure, see the Microsoft SQL Server Transact-SQL Reference. For information about using SQL Enterprise Manager, see the instructions that follow.
Note There are two types of configuration options: standard and advanced. Advanced options should be changed only under very special and usually rare circumstances. Advanced options are displayed and can be managed only when show advanced option has been set to 1.
The Configuration window displays a list of the configuration options.
The current setting of the option appears in the Running column. An explanation of the option appears in the Description box.
For a list of the available configuration options, their minimum and maximum acceptable values, and their default settings, see Configuration Options and Values, later in this chapter. For detailed information describing each configuration option and discussing the effects of changing its value, see the sp_configure System Stored Procedure in the Microsoft SQL Server Transact-SQL Reference.
Note that some options take effect immediately, whereas others require the server to be restarted. For more information, see the Microsoft SQL Server Transact-SQL Reference.
For more information about each of the standard and advanced configuration options, see sp_configure System Stored Procedure in the Microsoft SQL Server Transact-SQL Reference.
For more information about setting the memory and tempdb in RAM options, see Setting the Memory Option and When to Use Tempdb in RAM, later in this chapter.