I am new to CDC and want to know if there is any problem in using CDC. I am targeting to use it for audit purpose i.e. Log activity using CDC and then show the same to user when needed. Does it record the exact changes to all fields in table in all cases

link|improve this question

54% accept rate
This question should probably be moved to server fault. – Jon Martin Aug 9 '11 at 14:56
feedback

2 Answers

up vote 1 down vote accepted

It will capture only the columns you specify, of only the tables you specify, and yes, it will have a before value and an after value in the capture tables. The capture tables do not store the data indefinitely, they are purged after 3 days by default, so you'll need a process, like SSIS, to harvest the data and store it permanently for reporting.

link|improve this answer
feedback

The cdc Table will store the values for maximum of 3 days.This Can Be Changed in Sql server Agent Job

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.