Hi - I just recently installed sql server 2012 sp4 to fix and add sp_flush_CT_internal_table_on_demand. Currently, my autoclean up with retention period of 5minutes is not cleaning up my side tables and sys_committable table. I've waited a couple of hours and it is still not working.
Even when I ran manually the stored proc sp_flush_CT_internal_table_on_demand and sys.sp_flush_commit_table_on_demand, still it did not flush the records.
Any ideas how to flush the records?
exec sys.sp_flush_CT_internal_table_on_demand 'CT_Table' exec sys.sp_flush_commit_table_on_demand 1000
result for sys.sp_flush_CT_internal_table_on_demand:
Cleanup Watermark = 247171Internal Change Tracking table name : change_tracking_168413161
Total rows deleted: 0.
Completion time: 2020-07-17T19:53:16.8926321-07:00
result for sys.sp_flush_CT_internal_table_on_demand:
(0 rows affected)The Change Tracking manual cleanup procedure for database CEI has been executed
Completion time: 2020-07-17T19:59:56.2205997-07:00