sqlserver2005数据库还原问题
今天从服务器上的sqlserver2005备份的一个数据bak文件,从本地还原到本地数据库时报如下错:
The backup set holds a backup of a database other than the existing
查询资料才知道,必须覆盖新的数据库方可以。
以下是解决时的参考方案:
http://www.51testing.com/?125534/action_viewspace_itemid_77873.html
我采用的是第二种解决方案。
The backup set holds a backup of a database other than the existing
查询资料才知道,必须覆盖新的数据库方可以。
以下是解决时的参考方案:
http://www.51testing.com/?125534/action_viewspace_itemid_77873.html
我采用的是第二种解决方案。
lunzi
2008-06-04 11:38:43
评论:0
阅读:96
引用:0
