October 15, 2013 at 5:28 pm
Hi,
Has anybody worked on Disk Space Usage Report in SSRS 2005?
The requirement is to have a report that will display free vs total space for each drive on server (and on remote servers too, if possible). The report will have pie chart for each drive (The way it used to be in 'My Computer' in earlier versions of Windows).
Just wanted to know if anyone has the query ready before me re-inventing the wheel.
Thanks
October 15, 2013 at 6:11 pm
Amit Raut (10/15/2013)
Hi,Has anybody worked on Disk Space Usage Report in SSRS 2005?
The requirement is to have a report that will display free vs total space for each drive on server (and on remote servers too, if possible). The report will have pie chart for each drive (The way it used to be in 'My Computer' in earlier versions of Windows).
Just wanted to know if anyone has the query ready before me re-inventing the wheel.
Thanks
My personal feeling is that Pie charts take up too much space for what they do, are difficult to annotate properly, and make you have to carefully look at or even study the chart to figure out if something is out of spec. Horizontal % barometers make more sense to me but, even more than that, a nice table of values with Red, Orange, and Yellow highlighted cells is extraordinarly easy to recognize problem areas in a very quick scan, provides all the information you need in a comparatively very compact reporting format, and, my most favorite reason of all {drum roll please}, doesn't require me to even go near SSRS.
If you do it right, it'll even help you find "lost" CD's and DVD's that you left in a machine somewhere. I color those Green just to make them obvious.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 15, 2013 at 7:41 pm
Agreed Jeff! That could be the reason why Microsoft also changed pie-charts to display disk status in 'My Computer' ;-).
Well, do you have any SQL script for getting the status?
October 16, 2013 at 7:58 am
Amit Raut (10/15/2013)
Agreed Jeff! That could be the reason why Microsoft also changed pie-charts to display disk status in 'My Computer' ;-).Well, do you have any SQL script for getting the status?
I do... but most people won't use it because it calls PowerShell using xp_CmdShell to get at WMI functionality. I'm one of those folks that don't believe in the myth that disabling xp_CmdShell provides any additional security except maybe for a 3ms burp in a hacker's attack engine.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 16, 2013 at 9:20 am
Oh, OK! Let me consult my architect and figure out the best solution. Thanks Jeff!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply