简体   繁体   English

无法从备份还原SQL数据库

[英]Unable to restore SQL database from Backup

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 我正在尝试从创建的备份中还原SQL数据库,但是却收到以下错误:“此错误无法检索文本。原因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. 以下是我的还原设置。

在此处输入图片说明

Below is a screenshot of the error I am receiving. 以下是我收到的错误的屏幕截图。

在此处输入图片说明

By the way this is SQL server 2008. 顺便说一下,这是SQL Server 2008。

Cheers. 干杯。

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. 如果单击“从设备”选项,则可以自己找到备份文件,然后从中还原。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM