Checking Whether the CDC Retention Period in the Source Database Is Long Enough
Check whether the CDC retention period in the source Microsoft SQL Server database is long enough. If the CDC data is retained less than one day in the source database, incremental synchronization will be abnormal. Change the retention period to 1440 minutes (one day) or longer. The recommended value is 4320 minutes (three days).
Failure Cause
If the CDC data is retained less than one day in the source database, incremental synchronization will be abnormal.
Handling Suggestion
Change the CDC retention period to 1440 minutes (one day) or longer. The recommended value is 4320 minutes (three days).
For details, see the following statements:
EXECUTE sys.sp_cdc_change_job @job_type = N'cleanup', @retention = 4320;
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot