Procedure cache hit rate refers to how often a stored procedures execution plan is found in the procedure cache. Buffer cache hit rate refers to how often a request for data can be satisfied by pulling data pages from the buffer cache.
Procedure cache is for stored procedure execution plan caching. Buffer cache is for data caching. See BOL for more info on these 2 items.
John Rowan
======================================================
======================================================
Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden