Re: Remote restore question
From: Geoff N. Hiten (SRDBA_at_Careerbuilder.com)
Date: 03/17/04
- Next message: Jacco Schalkwijk: "Re: sp_spaceused reporting anomolies?"
- Previous message: Jacco Schalkwijk: "Re: Mysterious Connections"
- In reply to: sqlboy2000: "Remote restore question"
- Next in thread: sqlboy2000: "Re: Remote restore question"
- Reply: sqlboy2000: "Re: Remote restore question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 16:24:34 -0500
You can restore logs in sequence on a SQL 7.0 or 2000 and ignore intervening
full backups. This is intentional so that if a full backup goes bad, you
can go to an older full backup and restore more logs to get your database up
to the last committed transaction.
BTW, this is called log-shipping. SQL enterprise edition includes it as
built-in, but many people write their own routines to handle situations and
configurations not directly supported but the built-in tools.
-- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "sqlboy2000" <sqlboy2000@hotmail.com> wrote in message news:49e85cd3.0403171311.6b65aab4@posting.google.com... > Hello everyone, > Quick question. We perform db backups at 10pm on a certain database > that is about 12 gig. Then the transaction log is backed up every > hour. We'd like to restore this database to another off site server, > then apply the logs to keep it in sync w/ production. I've tested this > and it seems to work fine. My only question is regarding the full > backups that are performed every night. Due to bandwidth limitations, > we can't get the full db backup to the remote server in a reasonable > amount of time (the logs can make it over within one hour no problem). > Can we just keep restoring the logs on the remote server without the > nightly db backups being restored? I guess I'm asking if the full db > backup does anything to the log (empties it or the like) that would > make the dbs out of sync? > > Thanks in advance.
- Next message: Jacco Schalkwijk: "Re: sp_spaceused reporting anomolies?"
- Previous message: Jacco Schalkwijk: "Re: Mysterious Connections"
- In reply to: sqlboy2000: "Remote restore question"
- Next in thread: sqlboy2000: "Re: Remote restore question"
- Reply: sqlboy2000: "Re: Remote restore question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading