I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

SQL Backup Failed – Error 15105 – A nonrecoverable I/O error occurred

When trying to do a backup of a SQL Database in SQL Server Management Studio you might get the error :-

Backup failed for Server 'SERVERNAME\INSTANCE' (Microsoft.SQLServer.SmoExtended)
System.Data.SQLClient.SqlError: A nonrecoverable I/O error occurred on file "LOCATION\DATABASE:"
112(failed to retrieve text for this error. Reason: 15105). (Microsoft.SQLServer.Smo)


SQL Error

This error is normally disk space related. Check if you have enough free space on the destination for a backup of the database you are trying to backup to fit. In my instance the backup of the database was normally 12GB in size I had 10GB free.