One of the KEY factors
in Exchange Sever Administration is exactly that:
ADMINISTRATION!
Microsoft Exchange Server, like any software that
is database related, requires constant attention
in order to insure that the database stays in
a consistent state.
In order to insure that your database is operating
in a consistent state check the event log. If
there are PAGE ERRORS, READ VERIFACTION
FAILURES and INVALID TABLES
these problem causing errors are usually logged
in the event log.
Some common causes of errors developing in the
database are:
1)Mailboxes have been removed but the data still
occupies pages
2)The disks I/O is too slow for the number of
transactions happening
3)The database is outgrowing the amount of available
hard drive space
To keep from having these problems you can do
the following:
1)De fragment your database every month
2) Make sure you have your log files and database
files on a separate hard drive
3)A separate hard drive is not a separate partition
but rather another physical disk or 4)RAID configuration
that is on its own controller.
NOTE: Make sure you check the
integrity of your backups!