Which method of SQL Server 2005 or 2008 Replication is best for ease of field changes?

Posted by Rick on Server Fault See other posts from Server Fault or by Rick
Published on 2010-06-10T17:39:43Z Indexed on 2010/06/10 17:43 UTC
Read the original article Hit count: 264

We need 15 minute warm updates from one SQL Server to another. Log Shipping looks good and appears easy to setup. We are also looking into Transactional Replication. The data only needs to copy one way. We have two main requirements: 1) The destination database needs to be a max 15 minute old copy of the source. It needs to re-try and get up-to-date if a network cable is unplugged for a while. 2) We would really like table (fields added or modified) changes in the source as easy as possible. Thanks in advance for all suggestions.

© Server Fault or respective owner

Related posts about sql-server-2008

Related posts about replication