Project Server 2010 Installation
Nov 03
During the installation of Project Server 2010 there are a few items that should be considered, one of them been the Common Language Runtime which increases the performance by 20%
sp_configure ‘clr enabled’ , 1;
go
Reconfigure;
go