Product articles
Redgate Monitor

SQL Monitor’s new Current Activity page

We recently released a minor version of SQL Monitor, v12.1, that includes Tagging and a new ‘Current Activity’ page. This blog post will outline the latter feature. What is the new Current Activity page? SQL Monitor provides a lot of information on individual servers collected through our samplers which run periodically. That information is useful Read more

Finding Inactive SQL Server Databases

Phil Factor demonstrates how to identify objects in a database that are not being used. The technique uses Extended Events to detect acquisition of Intent locks, and so determine which databases are active or apparently 'dormant', and then drills down to investigate on which tables data has been modified recently, and which views and stored procedures have been run. Read more