DiskSpace```

  • 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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply