January 8, 2010 at 7:38 pm
Is it possible through any DMV to see the SQL Server's data IO pattern - how much % it was randon reads/writes and how much % it was sequential?
thanks
Dan
January 11, 2010 at 2:21 am
I dont think that there is a direct way to do this.
You can, however, use system performance counters for disk usage: split I/O.
You also need to track the usage of each drive and then correlate this data with the profiler.
Regards
Akhil
January 12, 2010 at 5:48 am
Akhil,
can you please explain the part "correlate this data with the profiler", please..
thx
Dan
January 12, 2010 at 3:33 pm
January 12, 2010 at 8:50 pm
You can also refer to the link below for identifying page splits
http://strictlysql.blogspot.com/2009/10/identifying-page-splits.html"> http://strictlysql.blogspot.com/2009/10/identifying-page-splits.html
Regards,
Raj
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply