5 pts.
 disk activity is running at 100%
24 hrs ago disk i/o and activity shot up to 100* with quues grwoing. our average i/o queue is normally around zero with disk activity at <15% we have had this before - lasts a couple of days and then stops. we have never found out why? can anyone help?

Software/Hardware used:
ASKED: May 15, 2008  2:52 AM
UPDATED: May 15, 2008  7:44 PM

Answer Wiki:
What version of SQL Server are you using, and what patch level? Take a look at sysprocesses or sp_who2 (or <a href="http://itknowledgeexchange.techtarget.com/sql-server/upgrade-for-sp_who2-called-sp_who3/">sp_who3</a>) and see what processes are using the most disk resources. You can also make sure that SQL Server is actually the application which is causing the IO to spike. In Performance Monitor select Process from the Performance Object list. Select the IO Data Operations/sec counter, and the sqlservr from the instance list. This will show you the IO that SQL is doing. If this number isn't about the same as the total IO number than something else is hitting the disks pretty hard. Often this will be an anti-virus or defrag utility running on the SQL Server's console which causing these problems.
Last Wiki Answer Submitted:  May 15, 2008  7:44 pm  by  Denny Cherry   64,550 pts.
All Answer Wiki Contributors:  Denny Cherry   64,550 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,550 pts.