Not sure if this is a duplicate of SQL Server 2005: Partial Filegroup restore on QA database, but if so then I apologise (even though it was not answered).
I have a database on SQL2008R2 with multiple (3) filegroups. There are production and development copies of this database on separate servers.
I have created a filegroup backup of the PRIMARY filegroup from production and wish to restore it on the development server. I do not want to try and backup/restore the entire database as one of the filegroups contains nearly 1TB of data and the servers are geographically distant.
I have tried restoring the filegroup backup using "with partial, recovery" and I now have access to the data in that filegroup, but I have lost access to the data in the other filegroups (I am testing this on a 3rd server for now so I have not really lost anything as such).
I am not even sure that what I am trying to do is possible (and it is starting to look as if it is not), can anybody shed any light on what else I might to to acheive my goal.
Thanks.