Posted February 9th, 2009 / No Comments
“Microsoft SQL Server® 2008 contains a variety of features that, when implemented properly, can improve the performance of a Microsoft Dynamics® CRM 4.0 implementation and secure the data within that deployment….”
Click on the link below to navigate to the Microsoft Download Center and download the white paper:
http://www.microsoft.com/downloads/details.aspx?FamilyID=b5bb47a4-5ece-4a2a-a9b5-5435264f627d&DisplayLang=en
Continue Reading
Posted December 4th, 2008 / No Comments
Take the scripts from this document, and create a SQL job to run nightly after a backup to ensure optimal SQL performance.
Rebuild Indexes
For SQL Server 2005:
a) Click Start, point to Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio.
b) In the Connect to Server dialog box enter the server name and select Windows authentication credentials, and then click OK.
c) In the Database Selection menu, select the Microsoft Dynamics CRM database that you want to run this script against.
d) In the Query window, type the following commands:

On the toolbar, click Execute Query. The results appear in the results pane.
De-Fragmenting Indexes with a Script
For SQL Server 2005:
e) Click Start, point to Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio.
f) In the Connect to Server dialog box enter the server name and select Windows authentication credentials, and then click OK.
g) In the Database Selection menu, select the Microsoft Dynamics CRM database that you want to run this script against.
h) In the Query window, type the following commands:


Update Statistics:

Continue Reading