SQL Server 2008 RC 0 Released
Microsoft has just released SQL Server 2008 RC 0. This release should be pretty close to the final version expected out later this year. Denny
Article: SQL Server memory configurations for procedure cache and buffer cache
To determine how much memory your SQL Server database uses for buffer cache and procedure cache, factor in the SQL version you’re using, whether it’s x86, x64 or Itanium and the amount of memory allocated to the SQL Server instance. I talk about how the system configures memory and how it allocates the amount of buffer and procedure cache that’s available.