选择需要恢复的备份集,并按上图勾选相应选项,点击“
Restore”
保存脚本
注: 代表数据库备份, 代表日志备份
修改黄色标注的位置,指定数据库恢复的位置和名称
#
# This is a template for the database MOVE command.
#
OPERATION RESTORE
OBJECTTYPE DATABASE
RESTORETYPE MOVE
#
# Replace the database name in the following line with the name of the database that
you
# want to move to. Also remove the hash mark <#> which precedes the keyword
评论