Question about disk space report

  • I ran disk usage report on a db and it shows that the total space reserved is lower than Data file space reserved.

    Exemple: Total space reserved: 1 gig

    Data Files Space Reserved: 2 gig

    Transaction log space reserved: 2 meg

    On this db i have 0 meg of unallocated space. Autogrow is enable but it is not triggered.

    Why is this happening ?

  • I will try DBCC checkdb if it found error and then i will ran DBCC updateusage

    Will let you know if this was the solution

  • dany.fortier (3/15/2016)


    I will try DBCC checkdb if it found error and then i will ran DBCC updateusage

    Will let you know if this was the solution

    The DBCC UPDATEUSAGE will do the trick for you.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

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

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