Fed up of using triggers to track changes on your data tables? Try using change data capture instead.
"Change data capture provides information about DML changes on a table and a database. By using change data capture, you eliminate expensive techniques such as user triggers, timestamp columns, and join queries."
http://msdn.microsoft.com/en-us/library/cc627397(v=SQL.105).aspx
No comments:
Post a Comment