Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
williamadba committed Feb 20, 2020
1 parent 1b2e7e3 commit 16140d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions change tracking autocleanup diagnostic.sql
Expand Up @@ -9,8 +9,8 @@ SELECT
FROM sys.dm_tran_commit_table;

--The minimum_commit_time should progress forward periodically.
--As default configured with 7 days retention, the minimum_commit_time should be slightly more than 7 days ago if CT is keeping up.
--As default configured with 2 days retention, the minimum_commit_time should be slightly more than 2 days ago if CT is keeping up.

--CT may get behind in the autocleanup. This is not a severe problem but will surface with:
--Error: 22123, Severity: 16, State: 1.
--Change Tracking autocleanup is blocked on side table of "tablename". If the failure persists, check whether the table "tablename is blocked by any process.
--Change Tracking autocleanup is blocked on side table of "tablename". If the failure persists, check whether the table "tablename" is blocked by any process, like in toolbox\uncommitted transaction.sql.

0 comments on commit 16140d8

Please sign in to comment.