Time out occurred while waiting for buffer latch type 2, bp 0x11cfc580, page (0:0), stat 0x405, object ID 7:1:0, waittime 500. Continuing to wait.
As long as SQL Server carries on, and no other errors are being reported, then there is usually nothing to worry about. They are merely showing that the disk subsystem is unable to keep up with the level of i/o that SQL Server is asking it to do. SQL just waits and retries these requests. (The message *may* indicate that the disk subsystem is experiencing problems - check the NT event log for scsi errors and any hardware monitoring tools you have)
To up the amount of time that SQL waits before issuing this message and retrying amend the "resource timeout" parameter via sp_configure. (Only applies to SQL 6.5)
You MAY need to decrease your max async io (any version) or max lazywrite io (SQL 6.5 only) if these errors are continuous. Or invest in a faster disk subsystem. Or spread your devices across more of your existing spindles.
See article Q167711 in the Microsoft Knowledgebase/Technet for more info.
If SQL does not automatically carry on then either a memory corruption has occured with the internal SQL data structures or a hardware error is preventing SQL from getting a response.
Free Online Event! Virtualization:Get the Facts! Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!
Ease Your Scripting Pains with the Flexibility of PowerShell! Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!
Order Your SQL Fundamentals CD Today! Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.
List Your Products in Our Technology Resource Directory Don't miss the chance to post your free listing in this comprehensive directory for IT and developer professionals, powered by Windows IT Pro. But hurry! Deadline ends Oct. 9.