Skip to content

Commit 3a13c9c

Browse files
Update docs/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002.md
Co-authored-by: William Assaf MSFT <wiassaf@microsoft.com>
1 parent a83bf0b commit 3a13c9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ The most common actions you can consider here is to review your database recover
256256
#### Consider the database's recovery model
257257

258258

259-
The transaction log may be failing to truncate with LOG_BACKUP log_reuse_wait category, because you have never backed it up. In many of those cases, your database is using FULL or BULK_LOGGED recovery model, but you did not back up transaction logs. You should consider each database recovery model carefully: perform transaction log backups on all databases in FULL or BULK LOGGED recovery models to minimize occurrences of error 9002. For more information, see [Recovery Models](../backup-restore/recovery-models-sql-server.md)
259+
The transaction log may be failing to truncate with LOG_BACKUP log_reuse_wait category, because you have never backed it up. In many of those cases, your database is using FULL or BULK_LOGGED recovery model, but you did not back up transaction logs. You should consider each database recovery model carefully: perform transaction log backups on all databases in FULL or BULK LOGGED recovery models to minimize occurrences of error 9002. For more information, see [Recovery Models](../backup-restore/recovery-models-sql-server.md).
260+
260261

261262
#### Back up the log
262263

0 commit comments

Comments
 (0)