1433
)Creating a service account
Enabling CDC
Unique index override
sys.sp_cdc_enable_table
will use the primary keys of the table as the unique identifiers.
If you are running into issues with this, you can optionally set @index_name
to an unique index of your choice.For example, if you had a table that looked like thisid
, you can do something like this: