Question: I received this error message when running a recreate index job on a SQL Server database Msg 845, Level 17, State 1, Line 2 Time-out occurred while waiting for buffer latch type 3 for page (1:66909436), database ID 371 There was a very heavy wokload on the system at the time. Answer: A Msg 845 Time-out occurred while waiting for buffer latch type 3 refers to a timeout when a SQL Server task is attempting to acquire a latch but it is currently acquired by another task. The requesting task waits until the latch release. If the requesting task... Read more →