dbTalk Databases Forums  

Merge replication and clustering

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Merge replication and clustering in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Juan
 
Posts: n/a

Default Merge replication and clustering - 04-18-2005 , 06:30 AM






Hello:

Does merge replication support clustering?

I'm having some troubles about merge agent "querytimeout" parameter
throught a clustered system, and the hints that are over there about
"increasing timeout", "refreshing indices" and a lot more don't give any
result.

Anyone can help me?
Is anyway supported merge replication over a clustered system?

thanks a lot

Juan



Reply With Quote
  #2  
Old   
Mike Epprecht \(SQL MVP\)
 
Posts: n/a

Default Re: Merge replication and clustering - 04-18-2005 , 04:49 PM






Hi

Yes it does.
Have used some very high volume replication scenarios and they worked well.

The biggest note with Merge replication is that the GUID on the table is the
only value in the WHERE clause for when synchronization happens.
Make sure that field, on every replicated table, has and index on it (most
of the time, it was the PK).

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike (AT) epprecht (DOT) net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Juan" <juan (AT) tata (DOT) net> wrote

Quote:
Hello:

Does merge replication support clustering?

I'm having some troubles about merge agent "querytimeout" parameter
throught a clustered system, and the hints that are over there about
"increasing timeout", "refreshing indices" and a lot more don't give any
result.

Anyone can help me?
Is anyway supported merge replication over a clustered system?

thanks a lot

Juan




Reply With Quote
  #3  
Old   
Mike Epprecht \(SQL MVP\)
 
Posts: n/a

Default Re: Merge replication and clustering - 04-18-2005 , 05:06 PM



Hi

I forgot to add, check for blocking when the rep agent is running. It other
active processes are blocking it due to locks held, it can't do it's work
either. Long running transactions and replication are not friends.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike (AT) epprecht (DOT) net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Mike Epprecht (SQL MVP)" <mike (AT) epprecht (DOT) net> wrote

Quote:
Hi

Yes it does.
Have used some very high volume replication scenarios and they worked
well.

The biggest note with Merge replication is that the GUID on the table is
the only value in the WHERE clause for when synchronization happens.
Make sure that field, on every replicated table, has and index on it (most
of the time, it was the PK).

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike (AT) epprecht (DOT) net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Juan" <juan (AT) tata (DOT) net> wrote in message
news:%23mHTPnARFHA.3708 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
Hello:

Does merge replication support clustering?

I'm having some troubles about merge agent "querytimeout" parameter
throught a clustered system, and the hints that are over there about
"increasing timeout", "refreshing indices" and a lot more don't give any
result.

Anyone can help me?
Is anyway supported merge replication over a clustered system?

thanks a lot

Juan






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.