本文介绍了在ms sql 2012 express版中恢复备份文件时出现问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的先生,

我想恢复从sql server 2012获取的数据库备份。为此,我在我的系统上安装了sql 2012 express版本,但是当我恢复备份文件时,它显示我的错误 - :



索引超出了数组的范围。(Microsoft.SqlServer.smo)



所以如何在sql server 2012中存储备份并使用此数据库

Dear sir,
I want to restore a database backup that taken from sql server 2012. So for that I installed sql 2012 express edition on my system, but when I restore the backup file it shows me the error -:

Index was outside the bounds of the array.(Microsoft.SqlServer.smo)

so how can I store the backup in sql server 2012 and use this database

推荐答案


这篇关于在ms sql 2012 express版中恢复备份文件时出现问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 22:18