Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Restore File with Replace

Author  Topic 

gyanichinna
Starting Member

1 Post

Posted - 2009-10-09 : 07:01:15
Hi

I have a Database with multiple files & filegroups, which include a configuration filegroup. This Configuration Tables are maintained by the application development team and administrators the rest will be used by the applications. There are some places where i have relations between configuration tables and other filegroup tables.

The configuration tables will be updated when an issue is raised or new feature is added. so i am intrested in taking the backup of only this filegroup and send to the client.

Is it possible to restore the database filegroup on the production server with the filegroup backup wat i am giving, in other words simply i want to replace the filegroup with my new filegroup.
   

- Advertisement -