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
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.