Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Performance Information using T-SQL

    I think I now see how this works. I think you have too divide the counter / base, like so:

    select (a.cntr_value * 1.0 / b.cntr_value) * 100.0 [Buffer Cache...

  • RE: Performance Information using T-SQL

    The performance dashboard is an excellent suggestion. But those cache hit ratios (Requests and Sessions) I think only account for the active sessions and requests, not the overall pictures....

Viewing 2 posts - 1 through 2 (of 2 total)