Sql-server – getting through 665 Error that prevents database backup

event-logsql serversql-server-2008

When trying to do a back up of a database it fails at 30 percent. I try to defrag the disk to solve the problem but it still fails in the same step. I would like to understand why it failed.

Backup failed for Server 'Servernamehere'. (Microsoft.SqlServer.SmoExtended)


ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: Write on "E:\Microsoft SQL
Server\MSAS10.MSSQLSERVER\Backup\FrameProcess\FrameProcess.bak"
failed: 665(The requested operation could not be completed due to a
file system limitation) (Microsoft.SqlServer.Smo)

Best Answer

We had the same problem: backup fails with error message 665.

The cause was excesive disk fragmentation.

Please see: http://support.microsoft.com/kb/2002606

We run Windows Defrag on all the disks and that fixed it.

Related Topic