Started seeing intermittent slow downs. Looked at what was currently running and all the long running operations have wait types of
LOGBUFFER
WRITELOG
We see this quite a bit in the sql app log too:
SQL Server has encountered 8 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [F:\Microsoft SQL Server\Data\ACMEndex_dat1_Data.NDF] in database [ACMEIndex] (9). The OS file handle is 0x0000000000000C70. The offset of the latest long I/O is: 0x00007f39fc0000
What is the best way to troubleshoot?
sql2008
thanks