Skip to content

Commit 77d56ae

Browse files
Update sys-databases-transact-sql.md
------- cc: @WilliamDAssafMSFT
1 parent 68ee74b commit 77d56ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If a database is not `ONLINE`, or `AUTO_CLOSE` is set to `ON` and the database i
8484
|**is_sync_with_backup**|**bit**|1 = Database is marked for replication synchronization with backup<br /> 0 = Is not marked for replication synchronization with backup|
8585
|**service_broker_guid**|**uniqueidentifier**|Identifier of the service broker for this database. Used as the **broker_instance** of the target in the routing table.|
8686
|**is_broker_enabled**|**bit**|1 = The broker in this database is currently sending and receiving messages.<br /> 0 = All sent messages will stay on the transmission queue and received messages will not be put on queues in this database.<br /> By default, restored or attached databases have the broker disabled. The exception to this is database mirroring where the broker is enabled after failover.|
87-
|**log_reuse_wait**|**tinyint**|Reuse of transaction log space is currently waiting on one of the following as of the last checkpoint. For more detailed explanations of these values, see [The Transaction Log](../../relational-databases/logs/the-transaction-log-sql-server.md).<br /> **Value**<br /> 0 = Nothing<br /> 1 = Checkpoint (When a database uses a recovery model and has a memory-optimized data filegroup, you should expect to see the `log_reuse_wait` column indicate `checkpoint` or `xtp_checkpoint`) <sup>1</sup><br /> 2 = Log Backup <sup>1</sup><br /> 3 = Active backup or restore <sup>1</sup><br /> 4 = Active transaction <sup>1</sup><br /> 5 = Database mirroring <sup>1</sup><br /> 6 = Replication <sup>1</sup><br /> 7 = Database snapshot creation <sup>1</sup><br /> 8 = Log scan <br /> 9 = An Always On Availability Groups secondary replica is applying transaction log records of this database to a corresponding secondary database. <sup>2</sup><br /> 9 = Other (Transient) <sup>3</sup><br /> 10 = For internal use only <sup>2</sup><br /> 11 = For internal use only <sup>2</sup><br /> 12 = For internal use only <sup>2</sup><br /> 13 = Oldest page <sup>2</sup><br /> 14 = Other <sup>2</sup><br /> 16 = XTP_CHECKPOINT (When a database uses a recovery model and has a memory-optimized data filegroup, you should expect to see the `log_reuse_wait` column indicate `checkpoint` or `xtp_checkpoint`) <sup>4</sup><br /><br /><sup>1</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)])<br /><sup>2</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)])<br /><sup>3</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (up to, and including [!INCLUDE[ssKilimanjaro](../../includes/ssKilimanjaro-md.md)])<br /><sup>4</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)])|
87+
|**log_reuse_wait**|**tinyint**|Reuse of transaction log space is currently waiting on one of the following as of the last checkpoint. For more detailed explanations of these values, see [The Transaction Log](../../relational-databases/logs/the-transaction-log-sql-server.md).<br /> **Value**<br /> 0 = Nothing<br /> 1 = Checkpoint (When a database has a memory-optimized data filegroup, you should expect to see the `log_reuse_wait` column indicate `checkpoint` or `xtp_checkpoint`) <sup>1</sup><br /> 2 = Log Backup <sup>1</sup><br /> 3 = Active backup or restore <sup>1</sup><br /> 4 = Active transaction <sup>1</sup><br /> 5 = Database mirroring <sup>1</sup><br /> 6 = Replication <sup>1</sup><br /> 7 = Database snapshot creation <sup>1</sup><br /> 8 = Log scan <br /> 9 = An Always On Availability Groups secondary replica is applying transaction log records of this database to a corresponding secondary database. <sup>2</sup><br /> 9 = Other (Transient) <sup>3</sup><br /> 10 = For internal use only <sup>2</sup><br /> 11 = For internal use only <sup>2</sup><br /> 12 = For internal use only <sup>2</sup><br /> 13 = Oldest page <sup>2</sup><br /> 14 = Other <sup>2</sup><br /> 16 = XTP_CHECKPOINT (When a database has a memory-optimized data filegroup, you should expect to see the `log_reuse_wait` column indicate `checkpoint` or `xtp_checkpoint`) <sup>4</sup><br /><br /><sup>1</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)])<br /><sup>2</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)])<br /><sup>3</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (up to, and including [!INCLUDE[ssKilimanjaro](../../includes/ssKilimanjaro-md.md)])<br /><sup>4</sup> **Applies to**: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (starting with [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)])|
8888
|**log_reuse_wait_desc**|**nvarchar(60)**|Description of reuse of transaction log space is currently waiting on as of the last checkpoint.|
8989
|**is_date_correlation_on**|**bit**|1 = DATE_CORRELATION_OPTIMIZATION is ON<br /> 0 = DATE_CORRELATION_OPTIMIZATION is OFF|
9090
|**is_cdc_enabled**|**bit**|1 = Database is enabled for change data capture. For more information, see [sys.sp_cdc_enable_db &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sys-sp-cdc-enable-db-transact-sql.md).|

0 commit comments

Comments
 (0)