SQL Server 2008 R2 SQL Server has encountered x occurrence(s) of I/O requests taking longer than 15 seconds to complete on file

Posted by Natalia on Server Fault See other posts from Server Fault or by Natalia
Published on 2011-11-16T22:49:21Z Indexed on 2011/11/17 1:53 UTC
Read the original article Hit count: 535

Filed under:
|

When I alter or create a stored procedure directly on production or QA database, after a few seconds I start experience timeouts and application becomes unavailable.

Log files shows this error:

SQL Server has encountered 3 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\QA_Database.ldf] in database [QA_Database] (9). The OS file handle is 0x0000000000000568. The offset of the latest long I/O is: 0x0000002821a200

We have SQL Server 2008 R2 installed, including latest Service Pack. Production and staging environments are completely separated.

I tried to reproduce it on QA, but to no avail. I have no clue what it could be.

Appreciate your help.

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2008