Exchange 2003 SP2 is installed – now what?

You know, it would probably be useful for me to point out that by installing Exchange 2003 SP2 on your ‘Standard Exchange Server’, you will immediately have a new database size maximum of 18GB (from the hard limit of 16GB pre-SP2). In order to protect your Exchange Server from unintentional explosive growth, they have set the initial limit at 18GB.

If you want to go higher than 18GB, you will need to add the following DWORD entry in the registry of the Exchange Server and specify the maximum size (up to 75GB).

Note that Enterprise Edition is capable up to 8000GB.

Reference: http://support.microsoft.com/kb/912375/en-us

To increase the Exchange Server 2003 SP2 database size, follow these steps.

Important Before you increase the maximum size of an Exchange database, verify that sufficient hard disk space is available for the larger database.

1. On the computer that is running Exchange 2003 SP2, click Start, click Run, type regedit, and then click OK.
2. Click one of the following registry subkeys, as appropriate for the store that you want to increase:• For a mailbox store, click the following registry subkey:
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMSExchangeISServer namePrivate-Mailbox Store GUID
• For a public folder store, click the following registry subkey:
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMSExchangeISServer namePublic-Public Store GUID

3. On the Edit menu, point to New, and then click DWORD Value.
4. In the New Value #1 box, type Database Size Limit in Gb, and then press ENTER.
5. Right-click Database Size Limit in Gb, and then click Modify.
6. Click Decimal, and then type an integer from 1 to 75 in the Value data box.

Note These integer values represent the maximum size of the database in gigabytes (GB). For example, a value of 75 represents a database that has a maximum size of 75 GB.
7. Click OK, and then exit Registry Editor.
8. Restart the Microsoft Exchange Information Store service. To do this, follow these steps:
a. Click Start, click Run, type cmd, and then click OK.
b. At the command prompt, type the following command, and then press ENTER:
net stop msexchangeis
c. After the Microsoft Exchange Information Store service has stopped successfully, type the following command, and then press ENTER:
net start msexchangeis

9. Examine the Application log to verify that the database size has been set successfully. To do this, follow these steps:
a. Click Start, click Run, type eventvwr, and then click OK.
b. In the Event Viewer tool, click Application.
c. Double-click event ID 1216 to verify that the database size has been set successfully.