As a Database Administrator (DBA) you are expected to really know everything about your databases, and that includes the current size as well as the database growth rate. You can easily see the current database size, but the trending the overall growth rate might not be as obvious.
In this article by Dave mason, we see how it tracks his database growth in SQL Server, as well as how he charts that growth using an HTML output file so we can easily view that growth on a chart.
Advertisements