August 1, 2017 at 9:56 am
I have enabled CDC in a database and the capture job and clean up jobs are created but the state is in waiting for maximum worker thread. I think this is causing all the changes not being captured. How do I fix this thanks
SQL server 2012
August 1, 2017 at 11:51 am
how are you determining that CDC is not capturing changes?
CDC reads the log asynchronously, but it reads the log, so it cannot really miss any changes, right?
are you seeing a delay betwen an update and CDC's history tables?
Lowell
August 4, 2017 at 3:34 pm
Lowell - Tuesday, August 1, 2017 11:51 AMhow are you determining that CDC is not capturing changes?
CDC reads the log asynchronously, but it reads the log, so it cannot really miss any changes, right?
are you seeing a delay betwen an update and CDC's history tables?
This is resolved by expanding the max_worker_threads in the msdb.dbo.subsystems table for subsystem TSQL .
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply