Results 1 to 4 of 4

Thread: Difference b/w space available n Unused space!!!

  1. #1
    Join Date
    Feb 2008
    Posts
    17

    Difference b/w space available n Unused space!!!

    Hi All,

    I could find that space available for one of the db is 484 mb. But at the same time Unused space for the same db is 12 gb.
    Can somebody pls explain me the difference Difference b/w space available n Unused space in SQL 2000? If you guys didnt get me pls refer the attachment. Its a screenshot from EM.

    Thanks.
    AG
    Attached Images Attached Images

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Unused space is allocated to objects already but not been used, while available space does not allocate to any object yet. Sql counts both of them as free space.

    By the way, you may see big difference between those two numbers due to out of date usage info. Can fix it by running "sp_spaceused @updateusage = 'true'" under the db.
    Last edited by rmiao; 07-24-2008 at 11:18 AM.

  3. #3
    Join Date
    Jul 2008
    Posts
    1
    I don't think so there is difference between unused space and available space in database.if we update space usage in database both will become same. so there is no difference between in both.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    You can verify that in sp_spaceused, it'll tell you unused space and unallocated space.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •