June 18, 2010 at 4:30 am
Hi All,
I have to monitor the disk space of every drives. I can't go each and every instance. Is there any way to see for all disk spaces.
I would appreciate, If anybody reply me
I can use this query
xp_fixeddrives.. it shows only a particular instance. whereas i just know about the all drives status information.
With Thanks & Regards
Balaji.G
June 18, 2010 at 5:52 am
well there's a couple of ways to do it, but they are just different flavors of the same idea....the command must be run on each server.
One way is to use/build an app that connects to each server, runs xp_fixeddrives, and saves the results.
another way is to create a job which stores the results of xp_fixeddrives into a table, copy the job to each server, and then get gather that data from each server's table via linked servers, or an application.
take a look at this thread, which gathers a differnet object:
http://www.sqlservercentral.com/Forums/Topic113227-5-1.aspx
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply