Very Low Disk space

  • Hi All,

    One of my Dev server has very low disk space on my H Drive(One among 3 drives)

    I need to free out the space in order to make sure my server doesnt hungup.

    Any suggestions on best practices to get the space.

    My Plan is to shrink the DB's on h drive using DBCC SHRINKDATABASE('DB',0,NOTRUNCATE)

    AND THEN REBUILD INDEXES AND THEN finally use disk defrag at OS level.

    I would also request any generic scripts and commands to get information regarding the

    space occupied and free available space for all DB's on my server

    T would really appreciate if you can provide me commands and generic scripts

    Thanks in advance.

  • You can add more files to the file group. Files should be on different drive space. you can shrink the file to empty the file. this will move the data to other files in the file group... this is just hint.. you can think on this way to manage the space.

  • Thanks very much for the reply..... thats really helpfull.

Viewing 4 posts - 1 through 3 (of 3 total)

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