SQL Server CDC (change data capture) is a technology built into SQL Server that records insert, update, and delete operations applied to a user table and then stores this changed data in a form consumable by an ETL application such as SQL Server Integration Services (SSIS).. GeoPITS brings you the comprehensive details of Change data capture's support in different versions & editions of SQL Server.
Version | Enterprise | Standard | Web | Express (Adv.) | Express |
---|---|---|---|---|---|
Version v2019 | Yes | Yes | |||
Version v2017 | Yes | Yes | |||
Version v2016 | Yes | Yes 1 | |||
Version v2014 | |||||
Version v2012 |
SQL Server CDC (change data capture) is a technology built into SQL Server that records insert, update, and delete operations applied to a user table and then stores this changed data in a form consumable by an ETL application such as SQL Server Integration Services (SSIS).
You can find more details about this version here