Skip to content

Commit 17de3da

Browse files
Update cleanup-and-troubleshoot-change-tracking-sql-server.md
1 parent 9f5537d commit 17de3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/track-changes/cleanup-and-troubleshoot-change-tracking-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ A result of this could be that seeing the side tables need to clean up and could
116116

117117
### Auto-cleanup not able to keep up with transactions
118118

119-
If it's discovered that the auto-cleanup job is able to clean up the side tables and syscommittab using the 30-minute interval, run a manual cleanup job with greater frequency to aid in the process. For SQL Server and Azure SQL Managed Instances, [create a background job](../../ssms/agent/create-a-job.md) using sp_flush_CT_internal_table_on_demand with shorter internal than the default 30 minutes. For Azure SQL, [Azure Logic Apps](/azure/connectors/connectors-create-api-sqlazure.md) can be used to schedule these jobs.
119+
If it's discovered that the auto-cleanup job is able to clean up the side tables and syscommittab using the 30-minute interval, run a manual cleanup job with greater frequency to aid in the process. For SQL Server and Azure SQL Managed Instances, [create a background job](../../ssms/agent/create-a-job.md) using sp_flush_CT_internal_table_on_demand with shorter internal than the default 30 minutes. For Azure SQL, [Azure Logic Apps](/azure/connectors/connectors-create-api-sqlazure) can be used to schedule these jobs.
120120

121121
The follow is a sample script that can be used to create a job to help clean up the side tables for Change Tracking:
122122

0 commit comments

Comments
 (0)