We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230b54e commit af79892Copy full SHA for af79892
1 file changed
support/sql/database-engine/replication/sql-transaction-log-grows.md
@@ -78,7 +78,7 @@ SELECT log_reuse_wait_desc FROM sys.databases WHERE name = '<your_cdc_database>'
78
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
79
```
80
81
-4. To make sure that the transaction log can be reused, confirm that there is no other reuse reason indicated on the database:
+4. To make sure that the transaction log can be reused, confirm that there's no other reuse reason indicated on the database:
82
83
```sql
84
SELECT log_reuse_wait_desc, NAME FROM sys.databases WHERE NAME = '<your_cdc_database>'
0 commit comments