SQL Server 2005/2008还原数据库时遇到的问题(转)
原文:http://blog.csdn.net/killercentury/archive/2008/05/13/2439186.aspx
Section 1 - Restore Problem Description
以下是我打算restore时遇到的problem
===================================
Restore failed for Server 'EVILKILLER-NB\SQLEXPRESS'. (Microsoft.SqlServer.Smo)
System.Data.SqlClient.SqlError: The media set has 2 media families but only 1 are provided. All members must be provided. (Microsoft.SqlServer.Smo)
Section 2 - Why? But not solution
以下是Microsoft 负责SQL backup 部分的PM对此问题的回复,简单说,对于只有一个bak file的同学,也就是没有办法可以帮你重新restore DB,只能够在下次back的时候要十分注意!
PS:错误截图
,通常这种情况都是bak文件的问题,重新备份,在还原时勾选"覆盖现有数据库",即可还原。