I taken backup of database from Sql server 2005 from other PC and try to Restore it on my PC. Both having Windows authentication. But i am facing following error
System.Data.Sqlclient.sqlError:The media set has 2 media families but only 1 are provided.All member must be provided.(Microsoft.Sqlserver.Smo).
IS it problem of Ownar . because owanr of .bak file is different from where i try to restore it.
Himanshu Hi, This is not the problem of owner, it is just because while selecting the restoring device there must be two paths (1. Default by Microsoft, 2. Given by you). So delete the default path given by SQL Server itself, so it remains only one path that is given by you. Do let me know in case this doesn't work also Regards, Himanshu
This is not the problem of owner, it is just because while selecting the restoring device there must be two paths (1. Default by Microsoft, 2. Given by you).
So delete the default path given by SQL Server itself, so it remains only one path that is given by you.
Do let me know in case this doesn't work also
Regards,
Himanshu