Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Moving db across the country- full copy, then differential?
My company needs to move a 30 Gig SQL Server across the country as soon
as possble on July 1. Turns out moving the full db across the network
takes a few hours.

I'd like to move a full copy of db a week ahead of time, and then just
move either a differential backup(s) or transaction log with with the
week's new data on July 1.

Can anyone suggest the best strategy for doing this? Currently we're
doing a differential backup each hour on the db, and dumping the txn
log each night.

Many thanks,

Burt


Report this thread to moderator Post Follow-up to this message
Old Post
Burt
04-27-05 06:23 PM


Re: Moving db across the country- full copy, then differential?
"Burt" <burt_5920@yahoo.com> wrote in message
news:1114622171.935523.58160@l41g2000cwc.googlegroups.com...
> My company needs to move a 30 Gig SQL Server across the country as soon
> as possble on July 1. Turns out moving the full db across the network
> takes a few hours.
>
> I'd like to move a full copy of db a week ahead of time, and then just
> move either a differential backup(s) or transaction log with with the
> week's new data on July 1.
>
> Can anyone suggest the best strategy for doing this? Currently we're
> doing a differential backup each hour on the db, and dumping the txn
> log each night.
>
> Many thanks,
>
> Burt
>

Probably some form of log shipping would be the easiest solution - copy each
transaction log (or differential) backup to the target location as soon as
it's made. If your current transaction log backups are too large for that,
then you can simply backup more often to reduce the file size.

So you would physically send the full backup on tape or disk a few days
before, then start shipping the logs/diffs over the network. At the
destination, you recover the backup and then the logs as soon as you get
them, using WITH NORECOVERY until you have the last log backup on the 1st of
July. Check out RESTORE and "log shipping" in Books Online, or Google it to
get an idea of the general approach - it's a builtin feature of SQL 2000
Enterprise Edition, but there are a number of other sample implementations
out there.

Simon



Report this thread to moderator Post Follow-up to this message
Old Post
Simon Hayes
04-27-05 06:23 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

Microsoft SQL Server forum archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 08:55 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006