December 16, 2014 at 11:42 am
i am currently planning to setup transactional replciation of some articles from sever A to Server B. We have another server C to which we have to replicate this data from Server B. We can't move data from Server A to Server C. I would like to setup replication between Server B and Server C. I tested it and it works. But I am skeptical whether it works as expected when pushed to production environment. Any suggestions?
December 16, 2014 at 3:49 pm
What specifically are you skeptical about? You question is a bit vague
December 17, 2014 at 8:31 am
arnipetursson (12/16/2014)
What specifically are you skeptical about? You question is a bit vague
What i was trying to do is a table part of replication reaching from Server A to Server B will also be part of replication from Server B to Server C. So the data flows from Server A to Server C via Server B.
December 29, 2014 at 4:17 am
Basically your database on Server B is both a Subscriber and Publisher database? Is that what you mean? This should be fine albeit a bit funny to get your head around esp. in a disaster scenario...obviously you will need to snapshot twice to get the data from A to C (as you will have a publication on Server A and a publication on Server B)
January 5, 2015 at 5:11 pm
I don't like supporting these daisy chaining scenarios but I agree, it should work just fine.
I don't consider it good repl design though because if something happens to the 1st subr you have to reinit both of them, including setting up a new publ on the orig subr. And if your DB is big then there goes the next couple days of your life.
Watch my free SQL Server Tutorials at:
http://MidnightDBA.com
Blog Author of:
DBA Rant – http://www.MidnightDBA.com/DBARant
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply