Skip to content

Commit 1f6e8d7

Browse files
authored
Merge pull request MicrosoftDocs#6905 from DanielAdeniji/patch-22
Update sys-database-scoped-configurations-transact-sql.md
2 parents cc8904b + b380925 commit 1f6e8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-catalog-views/sys-database-scoped-configurations-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Contains one row per configuration.
3434
|**name**|**nvarchar(60)**|The name of the configuration option. For information about the possible configurations, see [ALTER DATABASE SCOPED CONFIGURATION (Transact-SQL)](../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md).|
3535
|**value**|**sqlvariant**|The value set for this configuration option for the primary replica.|
3636
|**value_for_secondary**|**sqlvariant**|The value set for this configuration option for the secondary replicas.|
37-
|**is_value_default**|**bit** |Specifies whether the value set is the default value.|
37+
|**is_value_default**|**bit** |Specifies whether the value set is the default value. Added in SQL Server 2017.|
3838

3939
## <a name="Permissions"></a> Permissions
4040

0 commit comments

Comments
 (0)