An Azure service for ingesting, preparing, and transforming data at scale.
Venkat Reddy Navari, We see the following timestamps in the for the min and max lsn values in the _CT table. "SELECT MIN($start_lsn) AS MinStartLSN_InTable, MAX($start_lsn) AS MaxStartLSN_InTable FROM cdc.dbo_YourTableName_CT;"
When we run the following query , there are many rows changed.
SELECT COUNT(*) AS ChangeCount FROM cdc.dbo_YourTableName_CT
The count is 42204430. We increased the timeout period to 15 hrs from the default setting and also changed the compute size to 'medium' , after triggering the pipeline to process manually we are getting a new error as shown below- Please suggest to to fix this error.
. Thanks!