Log table access using SQL Server Profiler

后端 未结 4 728
轮回少年
轮回少年 2020-12-19 11:08

Is there a way to use Profiler to determine whether a table is being accessed by queries?

I saw an event named Object:Opened (Indicates when an object h

4条回答
  •  萌比男神i
    2020-12-19 11:29

    I have found a way through profiler, the EventClass "Audit Schema Object Access Event".

    Whilst I discovered this independantly after some digging I found this excellent article;

    http://www.databasejournal.com/features/mssql/article.php/3887996/Determining-Object-Access-Using-SQL-Server-Profiler.htm

    Regards,

    Darren.

提交回复
热议问题