SQL Server Change Data Capture

SQL Server Change Data Capture, shortly called CDC, captures the changes made to the table. For example, enable the SQL CDC on that table if you want to store the audit information about the UPDATE, INSERT, and DELETE operations. This chapter will explain how to enable SQL Server CDC, disable it, and enable it on … Read more