Skip to content

Commit 557078f

Browse files
authored
Merge pull request #15345 from stevestein/sql-issue-4333
add missing column
2 parents 9194610 + b610f65 commit 557078f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "sys.databases (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/11/2020"
4+
ms.date: "06/08/2020"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -111,8 +111,9 @@ If a database is not `ONLINE`, or `AUTO_CLOSE` is set to `ON` and the database i
111111
|**is_temporal_retention_enabled**|**bit**|Indicates whether temporal retention policy cleanup task is enabled.<br /> **Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]|
112112
|**catalog_collation_type**|**int**|The catalog collation setting:<br />0 = DATABASE_DEFAULT<br />2 = SQL_Latin_1_General_CP1_CI_AS<br /> **Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]|
113113
|**catalog_collation_type_desc**|**nvarchar(60)**|The catalog collation setting:<br />DATABASE_DEFAULT<br />SQL_Latin_1_General_CP1_CI_AS<br /> **Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]|
114+
|**physical_database_name**|**nvarchar(128)**|For SQL Server, the physical name of the database. For Azure SQL Database, a common id for the databases on a server. <br />**Applies to**: SQL Server 2019 (15.x) and later, and Azure SQL Database|
114115
|**is_result_set_caching_on**|**bit**|1 = is_result_set_caching_on is on</br>0 = is_result_set_caching_on is off</br>**Applies to**: Azure SQL Data Warehouse Gen2. While this features is being rolled out to all regions, please check the version deployed to your instance and the latest [Azure SQL DW release notes](/azure/sql-data-warehouse/release-notes-10-0-10106-0) for feature availability.|
115-
|**is_memory_optimized_enabled**|**bit**|Indicates whether certain In-Memory features, such as [Hybrid Buffer Pool](../../database-engine/configure-windows/hybrid-buffer-pool.md), are enabled for the database. Does not reflect the availability or configuration state of [In-Memory OLTP](../../relational-databases/in-memory-oltp/in-memory-oltp-in-memory-optimization.md). <br />**Applies to**: SQL Server 2019 (15.x)|
116+
|**is_memory_optimized_enabled**|**bit**|Indicates whether certain In-Memory features, such as [Hybrid Buffer Pool](../../database-engine/configure-windows/hybrid-buffer-pool.md), are enabled for the database. Does not reflect the availability or configuration state of [In-Memory OLTP](../../relational-databases/in-memory-oltp/in-memory-oltp-in-memory-optimization.md). <br />**Applies to**: SQL Server 2019 (15.x) and later, and Azure SQL Database|
116117

117118
## Permissions
118119

0 commit comments

Comments
 (0)