Skip to content

Commit af79892

Browse files
author
Simonx Xu
authored
Update sql-transaction-log-grows.md
1 parent 230b54e commit af79892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/database-engine/replication/sql-transaction-log-grows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SELECT log_reuse_wait_desc FROM sys.databases WHERE name = '<your_cdc_database>'
7878
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
7979
```
8080

81-
4. To make sure that the transaction log can be reused, confirm that there is no other reuse reason indicated on the database:
81+
4. To make sure that the transaction log can be reused, confirm that there's no other reuse reason indicated on the database:
8282
8383
```sql
8484
SELECT log_reuse_wait_desc, NAME FROM sys.databases WHERE NAME = '<your_cdc_database>'

0 commit comments

Comments
 (0)