Anyway to create a SQL Server DDL trigger for “SELECT” statements?

前端 未结 6 1107
太阳男子
太阳男子 2020-12-03 18:34

I am dealing with some sensitive Accounting tables and I would like to audit any SELECT statement executed on the table or any views associated with them.

6条回答
  •  一向
    一向 (楼主)
    2020-12-03 19:01

    Edit : Viewing and Analyzing Traces with SQL Server Profiler

提交回复
热议问题