I have a few tables on which I have enabled CDC. As each row in CDC table contains all the columns regardless if they were changed or not, so it becomes difficult to figure out only the changed data. Is there a way to create a single Audit Table with data in these CDC tables so that it shows Table Name, Column Name, Old Value, New Value from all CDC tables together. If this is possible then a better reporting can be done.
Thanks