October 27, 2017 at 8:08 am
Hi,
I have a request to decommission one of our SQL 2012 server, it has 50 databases on the Instance,
how do i check for all databases when it has last Insert/update/delete/select happened? Appreciate your help.
Thanks in Advance
Sunny
October 27, 2017 at 8:18 am
There are a few suggestions here:
https://www.mssqltips.com/sqlservertip/3171/identify-sql-server-databases-that-are-no-longer-in-use/
November 5, 2017 at 3:24 pm
Another way is to check sys.dm_db_index_usage_stats () with the understanding that it's cleared out every time the SQL Server Service is started or restarted.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply