When using Sql 2008 Change Tracking is there a way to manually clean up the tracking tables?
I know about the CHANGE_RETENTION and AUTO_CLEANUP properties but would perfer more control over the cleanup.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically these Change Tracking information are stored in Internal Tables and no option to clean up manually. But still we can clear by disabling/enabling change tracking for a tables.
THis command will clean up all change tracking related to specific table.