0

I am trying to restore a SQL database from a backup created however am getting the following error: "Failed to retrieve text for this error. Reason 15105

I have selected the option "From database" under "Specify the source and location of backup sets to restore"

Below are my settings for the restoration.

enter image description here

Below is a screenshot of the error I am receiving.

enter image description here

By the way this is SQL server 2008.

Cheers.

1 Answer 1

1

Look at the first part - "Cannot Open Backup Device". Thats your error. Probably the file doesnt exist.

You are asking the server to restore from the last time it was backed up, but the database has no knowledge of whether someone has then moved that backup file somewhere else.

If you click the "From Device" option then you can locate the backup file yourself, and restore from that.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.