Question : I am using the SQL Change Data Capture feature to retrieve historical data from my tables. During testing, […]
Tag: change-data-capture
Change Data Capture missing changes for a specific record
Question : I have enabled CDC in SQL Server and it generally works well but sometimes the changes are not […]
SQL Server CDC (Change Data Capture) Existing Data Seed
Question : I have an SQL Server Database with 100’s of tables with as many rows in each and I’m […]
CDC system tables missing from backup
Question : I am migrating a database that uses CDC from SQL Server 2008 R2 to SQL Server 2012. There […]
Which parameters and metrics to look at when CDC based replication is causing high load?
Question : I’m investigating the reasons why a Tungsten Replicator extractor is causing heavy load on an Oracle 11g database. […]
Create Audit Trail from SQL CDC
Question : I have a few tables on which I have enabled CDC. As each row in CDC table contains […]
SQL Server Change Data Capture order of records
Question : Does anybody know if change data capture functions return always data in the order of occurence?. In a […]
Change Data Capture in a services environment
Question : Change Data Capture looks to be exactly what I need… Except. All of my database actions come from […]
Error on CDC enabled Table
Question : I am trying to create an SP on a CDC enabled database. SP contain an update statement for […]
Why is CDC capture failing due to a missing dbo principal
Question : I am having a problem running the CDC change capture job against some of my test databases. The […]