CChkSGFiles.CMaxDbPerSG function
Last modified: February 22, 2013
Applies to: Exchange Server 2003 | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013
Returns the maximum number of databases allowed in a single Exchange server storage group.
Static ULONG __stdcall CMaxDbPerSG ();
You can use the CCheckSGFiles object to validate databases (and transaction log files) in only one storage group, so the value returned by the CMaxDbPerSG function also represents the maximum number of databases that you can check by using an instance of the CCheckSGFiles class.
Note that by default, Exchange Server 2003 and Exchange Server 2007 allow a maximum of five databases per storage group.
Show: