dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Replication over WAN - ms-sqlserver

This is a discussion on Replication over WAN - ms-sqlserver ; What are the drawbacks/ potential problems with replicating over WAN? How well does SQL handle connection problems? Is it possible to use messaging as the transport ?...


Home > Database Forum > Microsoft SQL Server > ms-sqlserver > Replication over WAN

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 09-08-2009, 11:21 AM
usenet
Guest
 
Posts: n/a
Default Replication over WAN

What are the drawbacks/ potential problems with replicating over WAN? How
well does SQL handle connection problems? Is it possible to use messaging as
the transport ?


Reply With Quote
  #2  
Old 09-09-2009, 10:55 AM
usenet
Guest
 
Posts: n/a
Default Re: Replication over WAN

I'm also very interested in the answer to Mikhail's question.

We are replicating data (transactional replication) between Europe and
Asia on WAN and each time there is a replication problem our dba have
to recreate the initial snapshot. This cost us time (and money) due to
the high volume of data.

Is there no way to carry on a replication after a failure without
having to recreate it from scratch ?

On 8 sep, 17:21, "Mikhail" wrote:
> What are the drawbacks/ potential problems with replicating over WAN? How
> well does SQL handle connection problems? Is it possible to use messaging as
> the transport ?


Reply With Quote
  #3  
Old 09-09-2009, 12:55 PM
usenet
Guest
 
Posts: n/a
Default Re: Replication over WAN

Use pull subscribers over a wan. IN some cases you might need to drop the
packet size.

SQL Server replication is resilient to connection problems, ie networks
going down.

It is not possible to use messageing as the transport mechanism the way it
is in Sybase.

"Mikhail" wrote in message
news:%23%23kCWgJMKHA.3672@TK2MSFTNGP02.phx.gbl...
> What are the drawbacks/ potential problems with replicating over WAN? How
> well does SQL handle connection problems? Is it possible to use messaging
> as the transport ?
>


Reply With Quote
  #4  
Old 09-10-2009, 08:34 AM
usenet
Guest
 
Posts: n/a
Default Re: Replication over WAN

On 9 sep, 18:55, "Hilary Cotter" wrote:
> SQL Server replication is resilient to connection problems, ie networks
> going down.


And if replication fails due to data error (e.g. : constraint not
respected). Is there a way to restart replicatoin from where it
failled ?
Reply With Quote
  #5  
Old 09-10-2009, 08:57 AM
usenet
Guest
 
Posts: n/a
Default Re: Replication over WAN

You can skip errors by using the -SkipError switch in your distribution
agent command line.

The continue on data consistency error profile will allow you to skip some
data inconsitencies.

If your constraints are configured as not for replication data which
violates the constraint which is added by a replication process will be
allowed to persist. In other words the not for replication attribute on
constraints will ensure that they are not enforced when the triggering
process is a replication process.

"Nik" wrote in message
news:39b199ad-81fa-4e33-9c17-55fa22324319@x37g2000yqj.googlegroups.com...
> On 9 sep, 18:55, "Hilary Cotter" wrote:
>> SQL Server replication is resilient to connection problems, ie networks
>> going down.

>
> And if replication fails due to data error (e.g. : constraint not
> respected). Is there a way to restart replicatoin from where it
> failled ?


Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 03:21 AM.