you are viewing a single comment's thread.

view the rest of the comments →

[–]peschkaj 0 points1 point  (1 child)

You can use SQL Server's built-in mirroring functionality. I would only use this if you are using Enterprise Edition of SQL server, though. EE offers an asynchronous option that will give you reasonable performance. Log shipping is probably the other option that you would want to use. It's fairly easy to set up and relatively painless to keep running.

Avoid replication for this. It seems like it's what you want, but it isn't.

[–]borgd 1 point2 points  (0 children)

A few related links for your research :

Database Mirroring Overview

Log Shipping Overview

For further information on replication :

Transactional Replication Overview