Implement History Table
问题 I want to implement history functionality in my application, but I want to skip creating history data table for every business object data table. I was thinking about creating one history data table, that contain one identity column and an XML column with changed data as follow ID: int XML: Data Name: data table name Is this approach implemented by someone or do you see any constraints about this architecture? 回答1: I have used a modified version of this article - Adding simple trigger-based