dbTalk Databases Forums  

Archiving

microsoft.public.sqlserver.datawarehouse microsoft.public.sqlserver.datawarehouse


Discuss Archiving in the microsoft.public.sqlserver.datawarehouse forum.



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

Default Archiving - 03-15-2005 , 09:38 PM






What's the best way to archive tables with binary data? Flat files/bcp/DTS
may not work if need to import binary data(not a fixed length column) with
quotes etc. What I am thinking is to export to another database and back it
up/archive on a regular basis. That way it will be easy to restore when
needed. Any other options?

Thanks
BVR



Reply With Quote
  #2  
Old   
Adam Machanic
 
Posts: n/a

Default Re: Archiving - 03-16-2005 , 08:18 AM






Why not just back up the database itself?

One thing you could do is put the tables w/ binary data on their own
filegroup -- then just back up that filegroup more regularly -- if that's
what you need?


--
Adam Machanic
SQL Server MVP
http://www.sqljunkies.com/weblog/amachanic
--


"Uhway" <vbhadharla (AT) sbcglobal (DOT) net> wrote

Quote:
What's the best way to archive tables with binary data? Flat
files/bcp/DTS
may not work if need to import binary data(not a fixed length column) with
quotes etc. What I am thinking is to export to another database and back
it
up/archive on a regular basis. That way it will be easy to restore when
needed. Any other options?

Thanks
BVR





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 - 2013, Jelsoft Enterprises Ltd.