I am using exchange 2007 SP1 . I am having problem with mail storage database size .
Actual size of all mails including deleted mails is 2.32GB . But the size of the mail storage database on the server is showing 7.89 GB . I used the command below to get the size of all mails and deleted items .
Get-MailboxStatistics | Sort -Property DisplayName | ft DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label="Mailbox Size (MB)"},@{expression={$_.TotalDeletedItemSize.value.ToMB()};Label="DeletedItems(MB)"}
I want to know why mail storage database is showing 7.89 GB instead of 2.32 GB .
Software/Hardware used:
ASKED:
July 14, 2008 9:55 AM
UPDATED:
February 1, 2012 8:50 AM
How long have you had these mail stores and mailboxes on your exchange 2007 SP1 server?
There is a question of “whitespace” I would like answered myself involving exchange 2007. I know in previous versions of exchange as mail is deleted or mailboxes are moved there is whitespace left behind in the database which would make it look like nothing was removed from that database at all and an offline defrag was required to remove this whitespace. I do not know if the offline defrag is required for exchange 2007 as well, but I would like to know the answer to that. If it is the case, then what you are seeing is whitespace.