If you complete the distribution manually due to the lack of trigger support, I highly recommend that you do not just discard the changes in the string blob. One day you will be prompted to request this data, and you will have to do a bunch of string parsing to return the data. (I speak from experience here.)
The easiest way is to create a shadow audit table that has all the same columns as the original table, plus a change date column and a sequential identifier. Then you have a whole story to reconstruct in any format you need, and you can request it as you wish.
Jason defontes
source share