Best way to implement an audit trail in SQL Server?

后端 未结 7 2330
臣服心动
臣服心动 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:59

    Take a look at this article - Auditing in SQL Server 2008 which beautifully takes advantage of the auditing features already present in SQL Server 2008.

    I must also mention that @Microtechie answers points to some great article. Read them and decide which one is more easy to adapt.

提交回复
热议问题