I want to implement the history functionality in my application, but I want to skip creating a history data table for each business object data table.
I was thinking of creating one history data table containing one identifier column and an XML column with the changed data, as follows
ID: int XML: Data Name: data table name
Is this approach implemented by someone or do you see any restrictions regarding this architecture?
sql-server sql-server-2008 history
iatanasov
source share