Hello
I had 2 cdc SQL Server 2012 SP3 instances, and needed to move few databases from one server to the other, when I did it the cdc objects remained there but when I run:
SELECT name, database_id, is_cdc_enabled FROM sys.databases
WHERE name = 'MYDB' it says that it is not enable,
what can I do as to recover/fix?
Thanks in advance