Hi, I m trying to get reads\writes on a partitioned table which is around 20 GB in size. I want this at partition level ( like number of writes per partition in hour) We have a getdate on writes and I m able get number of writes per hour on that table per partition. Is there anyway to get number of reads on a single partition ? I think There should be some DMVs to give this information. Can someone advise on this?
Thank you