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

Commit 6314150

Browse files
committed
adding some clarifying text for a LOG_BACKUP and ACTIVE_TRANSACTION sections
1 parent 048a813 commit 6314150

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ DEALLOCATE no_truncate_db
251251
252252
### More information on LOG_BACKUP log_reuse_wait
253253

254+
The most common actions you can consider here is to review your database recovery model and backup the transaction log of your database.
255+
254256
#### Recovery model
255257

256258
Consider each database's to recovery model carefully. Perform log backups on all databases in FULL or BULK_LOGGED recovery models. For more information, see [Recovery Models](../backup-restore/recovery-models-sql-server.md)
@@ -299,6 +301,8 @@ ORDER BY bs.database_name asc, bs.Backup_Start_Date desc;
299301

300302
### More information on ACTIVE_TRANSACTION log_reuse_wait
301303

304+
The steps to troubleshoot ACTIVE_TRANSACTION reason include discovering the long running transaction and resolving it (in some case using the KILL command to do so).
305+
302306
#### Discover long-running transactions
303307

304308
A very long-running transaction can cause the transaction log to fill. To look for long-running transactions, use one of the following:

0 commit comments

Comments
 (0)