August 2, 2010 at 7:35 am
i will be doing some testing by splitting tempdb across different drives, but i do not know what counters do i need to select in perfmon or somewhere else to select which would help me in making in decision whether the performance has improved or not after moving ldf to another drive.
August 2, 2010 at 8:18 am
Please refer this article for some direction.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 2, 2010 at 12:03 pm
thanks..but i am still lost...i do not have any space issues..my only concerned is i should be able to make a decision that moving tempdb log file to another drive improved the performance. Which dmv would help me? please suggest
September 28, 2010 at 1:30 am
sys.dm_io_virtual_file_stats
http://sqlblog.com/blogs/louis_davidson/archive/2007/07/27/sys-dm-io-virtual-file-stats.aspx
Manu
September 28, 2010 at 8:30 am
thanks Manu..is num_of_reads gives the total reads since the server was built or restarted? I think since built because even after i recycle the server , the number was same. Please confirm. Thanks
September 28, 2010 at 10:51 am
Do you have a performance problem or are you just moving things for the sake of moving them?
September 28, 2010 at 12:00 pm
i have done enough testing after and before moving them, in my case moving is not the solution. Thanks
September 28, 2010 at 12:21 pm
iqtedar (9/28/2010)
i have done enough testing after and before moving them, in my case moving is not the solution. Thanks
Solution to what?
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply