Home All Groups Group Topic Archive Search About

replicate image of DB at a remote site

Author
5 Dec 2008 1:43 AM
fiaola
Hello,

I'm searching for information on replicating DB for disater recovery.  I
read online that some people do not recommed the SQL Server replication
procedure.  Can you recommend a software or a good way to replicate DB to
remote server?

Thanks.

Are all your drivers up to date? click for free checkup

Author
5 Dec 2008 6:07 AM
George Wen
Database mirroring for a remote site is probably not a good idea.

Log shipping is much more acceptable though.


Plamen Ratchev wrote:
Show quoteHide quote
Author
5 Dec 2008 1:47 PM
Plamen Ratchev
Depends. We have remote sites with very good connectivity where database
mirroring is preferred because of the automatic failover capabilities.

--
Plamen Ratchev
http://www.SQLStudio.com
Author
5 Dec 2008 9:07 PM
Paul Ibison
I've seen mirroring, log shipping and replication used for DR in my last 2
contracts and each has its own particular advantages and disadvantages.  For
your case there are some key questions that should help to narrow down the
appropriate technologies:
Do you require automatic failover?
What is the minimum latency you can afford?
Is the DR site to be used for reporting as well?
Do you have a reasonable amount of time to administer it?
What version/edition of SQL Server are you using?
Do you have an extra server which could be used as a witness?
If you can answer these, then we'll be able to better help you out.
Cheers,
Paul Ibison
Author
6 Dec 2008 2:02 AM
bass_player
One thing that you need to understand is that replication was originally not
designed as a disaster recovery solution.  It is a means to bring the data
nearer to the data consumer. In SQL Server 2000, for example, since log
shipping is not available in Standard Edition, a lot of people use
replication as a disaster recovery solution but should take the risk of not
having the same database schema as that of the primary database


Show quoteHide quote
"fiaola" <fia***@mail.com> wrote in message
news:%23IuhVsnVJHA.1244@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> I'm searching for information on replicating DB for disater recovery.  I
> read online that some people do not recommed the SQL Server replication
> procedure.  Can you recommend a software or a good way to replicate DB to
> remote server?
>
> Thanks.
>

Bookmark and Share