Best way to implement an audit trail in SQL Server?

后端 未结 7 2321
臣服心动
臣服心动 2020-11-27 03:23

I don\'t know if these requirements are standard or not but I\'m wondering is there a solution out there which can do the following:

  • For a specified set of tab
7条回答
  •  清酒与你
    2020-11-27 03:50

    There are many ways to do that; it depends which version of SQL Server you are using.

    Here are few

    • Audit trail with shadow table and trigger Here is the link

    • Also you can consider to use SQL Server 2008 Audit feature Here is the link

提交回复
热议问题