Re: Transactional Replication

From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 03/01/05


Date: Tue, 1 Mar 2005 21:29:13 -0000

Kyle,
my article is not intended to be a how-to, but more of a high-level
overview, which sounds as though it's still relevant here: BTW, for full
details of high-availability solutions, have a look at the HA articles on
the MS website. Anyway, in my article I mention the degree of latency
involved. For very fast latency and automatic failover there is clustering,
but the distance between nodes looks as though this is not possible in your
scenario. Transactional replication will offer the next fastest latency, but
will alter the schema, and finally log shipping will not alter the schema,
but will increase the latency. My preference would be for transactional
replication with queued updating subscribers, where the subscriber would be
immediately useable afterwards.
Can you just change the IP address/DNS entry of your client app after
failure? Yes this is usually possible. However, this usually means that the
servers have different names, and any 4-part names will fail if you're using
linked servers.

 Rgds,
 Paul Ibison SQL Server MVP, www.replicationanswers.com
  (recommended sql server 2000 replication book:
  http://www.nwsu.com/0974973602p.html)



Relevant Pages

  • Re: Huge Replication Scenario
    ... Replication will work, but the latencies can be lengthy (ie several ... SQL Server installations. ... To overcome latency issues we are planning to have about a dozen SQL ... What concerns us is our huge database, ...
    (microsoft.public.sqlserver.replication)
  • Re: Real time replication over geographically divers sites
    ... That depends on what the cost of latency is. ... For something like this you should probably look at a citrix solution where ... you can probably do this using replication if you relax the latency ... Looking for a SQL Server replication book? ...
    (microsoft.public.sqlserver.replication)
  • Re: How to keep SQL-DMZ and SQL-Internal in sync ?
    ... Let's say latency <= 1 hour. ... > SQL Server Replication is an option. ... > Mike Epprecht, Microsoft SQL Server MVP ... >> I mean in the past I used robocopy tools to help me keep folders in sync ...
    (microsoft.public.sqlserver.security)
  • RE: Smart Client & Replication
    ... As for replication type, ... If you are using MSDE on the client, ... queued updating subscribers. ... Paul Ibison SQL Server MVP, ...
    (microsoft.public.sqlserver.replication)
  • Re: Synchronizing workstation and laptop
    ... using merge replication you are not ... > bidirectional transactional replication or merge would seem to be most ... > Paul Ibison SQL Server MVP, ...
    (microsoft.public.sqlserver.replication)