Best way to implement an audit trail in SQL Server?

后端 未结 7 2333
臣服心动
臣服心动 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 04:14

    Have a look at triggers. These can be used to implement something to fit your requirements.

提交回复
热议问题