January 19, 2012 at 3:28 pm
Hi,
How to find last access date of database in sql server 2000
Thanks
January 23, 2012 at 7:18 am
There isn't a good way to do this. It isn't tracked per se, so you can't be sure when someone last used a database.
If you suspect no one is using a database, set it to auto close, and if it is accessed, an open message will appear in the log. however backups may open the database, so I'm not sure this is that easy.
You can set up a trace to watch for queries in the database, or you can set it offline, and wait until someone complains.
January 24, 2012 at 4:43 am
Hi Steve, thanks for your reply.
Thanks
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy