Since there is no way to know if rows are being written into the CDC Table (or any SQL Table for that matter), you will have to poll it on a regular interval.
You could use the SQL Trigger that implements this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Am looking at capturing CDC rows in the SQL Server and push into Event hub through Logic Apps. Which Trigger would be a good fit
Any thoughts and direction will be helpful.
Since there is no way to know if rows are being written into the CDC Table (or any SQL Table for that matter), you will have to poll it on a regular interval.
You could use the SQL Trigger that implements this.