1
April 25, 2011 2:00 PM
Posted by: Denny Cherry
Index, Index Scan, Index Seek, SQL Server, Storage
We get many warnings in our SQL error log about I/O requests taking longer than 15 seconds to complete. What do we do in such scenario?
Posted by: Denny Cherry
There are a few things which you will want to look at. First make sure that you have enough RAM for the database to use. Without enough RAM in the SQL Server you’ll begin putting extra load on the disks because the same data is being pulled into the buffer cache from the disk over and...




