Often when I am load testing an application with a client I want to check to see if there is any index contention in a database. To do this, I use the DMF sys.dm_db_index_operational_stats . For a good rundown on this DMF, I recommend reading
Read More...