We have an ETL process that is depedent on the CDC feature of SQL 2008. It moves the transactions recorded in the CT tables in to a data warehouse for report processing. Early this morning the cdc.<db_name>_capture job failed and was not running for several hours until I discovered the problem and started it again.
So here's my question: If CDC is enabled on a database and several tables, and the capture job is stopped will it "pick up where it left off" when the job is started again so that any transactions that occurred while the job was stopped are accounted for?
Thanks for any help!