Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.24 KB

show-advanced-options-server-configuration-option.md

File metadata and controls

26 lines (21 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
show advanced options (server configuration option)
Learn about the show advanced options option. See how to use it to list advanced options when you run the SQL Server system stored procedure sp_configure.
rwestMSFT
randolphwest
03/02/2017
sql
configuration
conceptual
sp_configure
show advanced options option

show advanced options (server configuration option)

[!INCLUDE SQL Server]

Use the show advanced options option to display the sp_configure system stored procedure advanced options. When you set show advanced options to 1, you can list the advanced options by using sp_configure. The default is 0.

The setting takes effect immediately without a server restart.

See Also

RECONFIGURE (Transact-SQL)
Server Configuration Options (SQL Server)
sp_configure (Transact-SQL)