First of, the question is not: how to see SQL Server cache hit rate! For that one i already know of a view that contains that precises statistic.
My question is in fact: where are the raw statistics from where the hit ratio is calculated? Sql server, in msdn pages, states that the cache hit ratio is the total cache hits divided by the total cache lookups. So I am assuming that the RDBMS is storing these two values somewhere.
Anyone know where i can access them?