How much is the database being read from vs written to?

Posted by Bill Paetzke on Stack Overflow See other posts from Stack Overflow or by Bill Paetzke
Published on 2010-05-06T03:16:15Z Indexed on 2010/05/06 3:18 UTC
Read the original article Hit count: 306

Filed under:
|

I'd like to determine if my web app is read-heavy, write-heavy, or somewhere in between. I could take a guess, but I want proof.

Is there a query I could run in Sql Server 2005 that would tell me the overall read/write ratio? Are there any caveats I should be aware of?

Perhaps it can be found in a DMV query, or the Performance Dashboard, or examining a Sql Profiler trace. I'm not sure exactly how.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql-server-2005