--- title: "show advanced options Server Configuration Option | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: configuration ms.topic: conceptual helpviewer_keywords: - "sp_configure" - "show advanced options option" ms.assetid: 7572372a-24b6-428f-84ae-48560430b159 author: MikeRayMSFT ms.author: mikeray manager: craigg --- # show advanced options Server Configuration Option 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)](/sql/t-sql/language-elements/reconfigure-transact-sql) [Server Configuration Options (SQL Server)](server-configuration-options-sql-server.md) [sp_configure (Transact-SQL)](/sql/relational-databases/system-stored-procedures/sp-configure-transact-sql)