How best to push large DB Copies over the wire on a regular schedule

  • ALZDBA (10/24/2010)


    - Why don't you just directly 7zip your existing full backup file(s) ?

    that's what i wondered!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • As a side bar, IIRC, changing the recovery model to "Simple" breaks the restore chain. If this is transfer of data needs to occur on a regular basis, I'd look into log shipping or something other method but I wouldn't change the recovery model to "Simple" if I needed to be able to do any kind of point-in-time restores.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeffrey Williams-493691 (10/24/2010)


    ALZDBA (10/24/2010)


    If you precede your fullbackup with a logbackup, wouldn't your fullbackup be smaller ?

    No, I don't think a full backup will be any smaller because of backing up the log.

    You mean a logbackup doesn't mark completed transactions overwritable ?

    If it does, why would a full backup still include these - by the logbackup marked overwritable - log records ?

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • A full backup only contains that part of the log needed to bring the database to a consistent point on recovery.

    ---------------------------------------------------------------------

Viewing 4 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic. Login to reply