• We had a requirement recently to monitor not just database size, but application folders, i.e. a folder structure containing a combination of sql database files, temp import files, templates, output documents etc.

    I know it sounds primitive but as a quick and dirty solution we just execute a DIR command, output the results into a text file, import it and then process the data into a summary table. Works like a treat, bit lazy though ;o)