Good evening,
since a few days I am trying to save my database SQL Server 2008 R2, but I always end up with the following message:
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
Msg 823, Level 24, State 3, Line 1
The operating system returned the 1117 error (can not meet the demand due to an I/O device error.) To SQL Server during a write operation at the 0x0000067ac62000 offset in file ' E:\SQL_Data\migration\base_1.mdf '. You may find more details in additional messages
that appear in the error log and the event log SQL Server system. This is a severe error condition system level that jeopardizes the integrity of the database and must be corrected immediately. Perform a full consistency check of the database (DBCC CHECKDB).
This error may be due to many factors; for more information, see the online documentation for SQL Server.
Thank you for your help.