Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d75ccbf

Browse files
Merge pull request #23857 from padmajayaraman/166422_padmajayaraman_serverconfigoptions1
Created a PR for CI 166422
2 parents df8cc79 + 92212fc commit d75ccbf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/database-engine/configure-windows/server-configuration-options-sql-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Find out how to manage and optimize SQL Server resources. View avai
44
author: rwestMSFT
55
ms.author: randolphwest
66
ms.reviewer: mikeray
7-
ms.date: 08/23/2022
7+
ms.date: 08/25/2022
88
ms.prod: sql
99
ms.prod_service: high-availability
1010
ms.technology: configuration
@@ -79,6 +79,8 @@ There are two configuration options where the `value` and `value_in_use` might n
7979

8080
The `is_dynamic` column can be used to determine if the configuration option requires a restart. A value of `1` in the `is_dynamic` column means that, when the `RECONFIGURE` command is run, the new value will take effect immediately. In some cases, the [!INCLUDE [ssde-md](../../includes/ssde-md.md)] might not evaluate the new value immediately but will do so in the normal course of its execution. A value of `0` in the `is_dynamic` column means that the changed configuration value won't take effect until the [!INCLUDE [ssde-md](../../includes/ssde-md.md)] is restarted, even though the `RECONFIGURE` command was run.
8181

82+
For a configuration option that isn't dynamic there is no way to tell if the `RECONFIGURE` command has been run to apply the configuration change. Before you restart SQL Server to apply the configuration change, run the `RECONFIGURE` command to ensure all configuration changes will take effect when SQL Server next restarts.
83+
8284
## Configuration options
8385

8486
The following table lists all available configuration options, the range of possible settings, and default values. Configuration options are marked with letter codes as follows:

0 commit comments

Comments
 (0)