Skip to content

Commit d8efba3

Browse files
author
PRMerger7
authored
Merge pull request #4606 from pmasl/patch-131
Update sys-database-scoped-configurations-transact-sql.md
2 parents 50a1777 + 9505c4d commit d8efba3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.database_scoped_configurations (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "06/29/2016"
4+
ms.date: "01/16/2018"
55
ms.prod: "sql-non-specified"
66
ms.prod_service: "database-engine, sql-database"
77
ms.service: ""
@@ -43,6 +43,8 @@ ms.workload: "Inactive"
4343

4444
## Remarks
4545
When NULL is returned as the value for **value_for_secondary**, this means that the secondary is set to PRIMARY.
46+
47+
Database scoped configuration settings will be carried over with the database. This means that when a given database is restored or attached, the existing configuration settings remain.
4648

4749
## See Also
4850
[ALTER DATABASE SCOPED CONFIGURATION (Transact-SQL)](../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md)

0 commit comments

Comments
 (0)