Is is possible to get a report from SQL Server about either:
- how many times a table has been used
- when the last time a table was used (queried, changed)
I have a big database and I think some of the tables are bunk. But I am not 100% sure, so if I could verify they haven't been used for last 30 days it would easy my soul.
Tried to find this info, but don't see anything!
- how many times a table has been used
- when the last time a table was used (queried, changed)
I have a big database and I think some of the tables are bunk. But I am not 100% sure, so if I could verify they haven't been used for last 30 days it would easy my soul.
Tried to find this info, but don't see anything!