Since you asked, here's what is in my cache for my production server.
objtype plans
Adhoc 2412
Check 6
Prepared 1457
Proc 461
Trigger 30
UsrTab 42
View 123
Now because of business requirements we have dynamic SQL within a few
stored procedures because of dynamic ordering requirements. Because
of this our ratios may be different than expected. All application
hits to the database are through stored procedures.
With a 32bit SQL Server, your plan cache can be no higher than 1 Gig.
This blog post and the article it points to explain the calculations.
(http://itknowledgeexchange.techtarget.com/sql-server/article-sql-server-memory-c
onfigurations-for-procedure-cache-and-buffer-cache/)
Denny
>Hi,
>
[quoted text clipped - 11 lines]
>
>Chris
Chris Wood - 16 Jul 2008 14:52 GMT
Denny,
We went from build 3159 to build 3239. Did some of the fixes either increase
the size of compiled plans or increase the memory needed to compile plans so
that a stored procedure that worked before the upgrade would throw a 701
memory error? In CU8 I see a fix if it is a compile that fails.
Thanks
Chris
> Since you asked, here's what is in my cache for my production server.
>
[quoted text clipped - 36 lines]
>>
>>Chris