I have a CDC enabled on a table and every week I do incremental load to a static table Table1_CT_Incremetal . I have data worth of few months on this table. Now from this table I have to insert the data to a new History table that looks something like this
changedColName BeforeVal AfterVal Transaction time
How can I find what column value( name of the column updated) changed .