i am using ssis job to fetch CDC data from source to destination based on lsn value from the system-created cdc tables(with suffix _CT).
when i enabled the CDC , the base tables already had many rows.
Now , in the first ssis run i need to pull all existing data based on lsn before i start doing DML operations, but all cdc tables are empty.
so the question is if we enable cdc on a non empty table , wont it have the cdc data in the cdc system tables before we start changing the data ?