Does anyone know which versions on SQL Server supports CDC? On my machine: Microsoft SQL Server Developer (64-bit) Microsoft Windows NT 6.1 (7601) NT x64 11.0.5058.0
I got an error that "Change data capture is not supported on system databases, or on a distribution database. "
Sqlserver 2008 have introduced this feature.
http://www.mssqltips.com/sqlservertip/1474/using-change-data-capture-cdc-in-sql-server-2008/
You can enable/disable this feature.
https://msdn.microsoft.com/en-us/library/cc627369.aspx
https://technet.microsoft.com/en-us/library/bb510486%28v=sql.110%29.aspx
For your error , its need sqlserver job feature. "Use the stored procedure ‘sys.sp_cdc_add_job’ to add the Change Data Capture job."