SQL ServerRestore

Hi

SQL Server …
I restored main Database ok but restoring differential getting this:

6/22/2023 4:06:18 PM [Error] Failed to restore “DB_Restore” database. One or more errors occurred. > The log or differential backup cannot be restored because no files are ready to rollforward.
RESTORE DATABASE is terminating abnormally.

Thank You!

Hello serge1,

Could you please describe the process for running the restore process?

The error message you are encountering is generated by your SQL Server, not SQLBackupAndFTP. It appears that the issue may be occurring because you have not previously restored a SQL Server full backup, or it was restored without the “WITH NORECOVERY” option, or it was restored using another tool.

For more detailed information on how to resolve this issue, please visit The log or differential backup cannot be restored because no files are ready to rollforward - SqlBak Blog. Additionally, you can find more recommendations on the web.

If you have any other questions, please let us know.

Thank you, and we apologize for any inconvenience caused.