I am trying to write a query that displays a summary of the total disk space used for all databases for each month.
The return results should look something like this for 2008:
Month Sum(CurntPerm) Sum(PeakPerm)
01 2.3 tb 2.4 tb
02 2.35 tb 2.35 tb
03 2.38 tb 2.5 tb
etc.................
Is there a table that can be queried for historical disk space information?
Thanks, Jennifer