TheBugSlayer
Programmer
Hi all.
I finally have the permission to do what I think is right...Here is the scenario, in a SQL Server 2005 database I added objects for a new application that wrote. I created a new schema for this app only; this is how I distinguish "my" objects from the plethora of other DBs and other object on the server. At this time my concern is backup/restore. I would like to be able to back up or restore these objects independently as the back file is huge and keeps growing by the day. Reoovery model if FULL but as far as I can tell you cannot restore only a subset of objects from withing a backup file (correct?). In light of the above, I am thinking about:
1- Creating a new database and moving everything under my new schema to it, then setup a separate maintenance plan for it
2- Creating a new database file and a new file group, moving the objects under my schema to it and setting up a new maintenance plan for the new filegroup.
Is there another way to achieve the same? How do the methods compare to each other?
Thanks.
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
I finally have the permission to do what I think is right...Here is the scenario, in a SQL Server 2005 database I added objects for a new application that wrote. I created a new schema for this app only; this is how I distinguish "my" objects from the plethora of other DBs and other object on the server. At this time my concern is backup/restore. I would like to be able to back up or restore these objects independently as the back file is huge and keeps growing by the day. Reoovery model if FULL but as far as I can tell you cannot restore only a subset of objects from withing a backup file (correct?). In light of the above, I am thinking about:
1- Creating a new database and moving everything under my new schema to it, then setup a separate maintenance plan for it
2- Creating a new database file and a new file group, moving the objects under my schema to it and setting up a new maintenance plan for the new filegroup.
Is there another way to achieve the same? How do the methods compare to each other?
Thanks.
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)