December 22, 2005 at 2:41 pm
Is there a way to separate 1 large DB backup into smaller individual files? I have a 6+ gig database that I need to write to media to send to a colleague. Just too large for a DVD and he doesn't have tape capability.
Thanks,
Craig
December 22, 2005 at 10:12 pm
Hi Craig,
The best way to split the large backup files, is using SQL stripped backups.
Thanks
Balaji
December 23, 2005 at 8:11 am
You can backup the database to multiple devices like:
BACKUP DATABASE YourDBTO DISK='C:\backupfile1', DISK='C:\backupfile2',...
You can have at most 64 files.
December 23, 2005 at 9:10 am
Thanks folks,
I ended up using a file splitter program to split the backup file into pieces and let them reassemble it on the other end.
December 24, 2005 at 1:19 am
You can split one file with ZIP and it will prompt for the chain to restore.
Can you say floppy diskette, good thing in those days we were only worried about a 500MB file, now that was a pile of floppies. Disk copied them to boot and was I glad when one was bad the other worked just fine.
Andy
December 27, 2005 at 9:34 am
Very Cool! How do you control the size of the files created by the backup process? Is there a way to specify the backup file size or do I do that by sizing my partitions? I didn't see an option for size in BOL for 2K.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply