Groups | Blog | Home
all groups > sql server replication > august 2006 >

sql server replication : How do you replicate one server ot another to be a backup??



BJ
8/10/2006 10:06:02 PM
WE have two SQL 2000 servers running on Windows Server 2003. One server is
setup and works fine. What we wanted to do (without going outside of
Microsoft software) was to replicate one server to the other either nightly
or on the fly. Reason is, if we lost the first server we need to be able to
failover quickly.

Help!

BJ

Hilary Cotter
8/10/2006 10:50:53 PM
The simplest way to do this for smaller databases is a backup restore. For
larger databases use log shipping, or transactional replication.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Paul Ibison
8/11/2006 12:00:00 AM
For more info on Hilary's suggestions, you might want to take a look at the
Microsoft SQL Server 2000 High Availability Series
(http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/sqlhalp.mspx).
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com

LP
8/11/2006 10:53:34 AM
I have similar problem. I do want to backup database on source SQL 2000 box
and restored it on the other target box with same DB name daily. Is there a
way to automated backup and restore to another server for a small 12GB
database?
I can shedule backup to a file and ad a step to copy but how schedule dayly
restore from the file?
Thank you,
LP


[quoted text, click to view]

Hilary Cotter
8/11/2006 11:36:18 AM
Restore using Enterprise Manager the first time. Before you start the
restore run profiler, and capture the commands used. Then encapsulate these
in a job.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

LP
8/11/2006 1:38:02 PM
thank you.
[quoted text, click to view]

BJ
8/14/2006 9:42:50 PM
I was looking to have it done automatically every night.


[quoted text, click to view]

Paul Ibison
8/15/2006 12:00:00 AM
The thing is that the available options each have their own quirks, and only
a full understanding of what is available will lead you to make the right
choice. However from the small explanation you gave, I would take a look at
log-shipping as your solution. The schedule of the restore job can ensure
that the logs are applied during the night. If you want to just backup and
restore the full database, this is achieved by a similar set of routines,
but the setup will be manual to a large extent, as opposed to log-shipping
which has a wizard and a monitoring ability also.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com



AddThis Social Bookmark Button