
Configuring SQL for Midrange (8 GB of memory) and High End (12 GB+ of memory) Database Computers
If you are deploying a large back-end database for an Enterprise pool, you need to configure SQL settings to avoid performance degradation:

To add a SQL Server trace flag for T4618
-
Open SQL Server Configuration Manager: Point to Start, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration Manager.
-
Select the Office Communications Server SQL Server instance in SQL Server 2005 Services, right-click the instance, and then click Properties.
-
Click the Advanced tab.
-
Click Startup Parameters.
-
Append ;-T4618 to the end of the Startup Parameters list (note that startup parameters are separated by semicolons).
-
Click OK.
-
Restart SQL Server.