Hi @sqlniks-7244,
>how to re sync the tables
I'm afraid there is no way to achieve this.
Disable CDC for a database will disable CDC for all tables in the database, and remove all associated CDC metadata and system objects( jobs, change tables, stored procedures). The transaction log will no longer retain data changes for the CDC capture process, you cannot capture the data changes.
https://video2.skills-academy.com/zh-cn/sql/relational-databases/track-changes/about-change-data-capture-sql-server?view=sql-server-ver15.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.