dbTalk Databases Forums  

Backup database EXCEPT for large tables

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Backup database EXCEPT for large tables in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Shishu Das
 
Posts: n/a

Default Backup database EXCEPT for large tables - 01-16-2006 , 09:39 AM






95% of my database size comes from a handful of large tables (as is
typical). But in development, when I want to get at an old version of
something other than those tables, I don't want to have to restore 50
GB. So I have another database which has everything the main database
has, except the data in those few big tables. Both databases are backed
up nightly.

My question is, how can I re-fill the small database each night prior to
the backup, making sure it gets any new tables & stored procs, and all
the new data, but *excluding* the big tables?

Any thoughts on how to do this with the least amount of work?

Thanks in advance!

Charlie




*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #2  
Old   
Ryan
 
Posts: n/a

Default Re: Backup database EXCEPT for large tables - 01-16-2006 , 10:03 AM






You could place the large tables on there own file / filegroup in
production. Each night backup / restore at the file level..

--
HTH. Ryan
"Shishu Das" <shishuda91 (AT) gmail (DOT) com> wrote

Quote:
95% of my database size comes from a handful of large tables (as is
typical). But in development, when I want to get at an old version of
something other than those tables, I don't want to have to restore 50
GB. So I have another database which has everything the main database
has, except the data in those few big tables. Both databases are backed
up nightly.

My question is, how can I re-fill the small database each night prior to
the backup, making sure it gets any new tables & stored procs, and all
the new data, but *excluding* the big tables?

Any thoughts on how to do this with the least amount of work?

Thanks in advance!

Charlie




*** Sent via Developersdex http://www.developersdex.com ***



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.