Groups | Blog | Home
all groups > sql server replication > august 2004 >

sql server replication : Is there a way to change distributors for a publisher without reinitilizing?


Combfilter
8/26/2004 10:34:52 AM
This is for transactional replication.

I have a publisher (sqlA) using a distributors
(replA) that is pushing to subscriber (subA).
(sqlA) ---> (replA) ---> (subA)

I want to keep the publisher and subscriber the
same and want to switch the distributor without
reinitialization. So the end result would be.

(sqlA) ---> (replB) ---> (subA).

I am not a sql guru so this would need to be done
within Enterprise Manager.

TIA.
Combfilter
8/26/2004 11:42:42 AM
In article <#U8WFZ4iEHA.3664
@TK2MSFTNGP12.phx.gbl>, hilaryk@att.net says...
[quoted text, click to view]
damn.. ok thanks.

I guess my next question is, what is the best way
to do what I need to do? Just change the
distributor and the restart snapshot agents? Or
will I even have to do snapshot agents since a
snapshot had already been applied before.

Hilary Cotter
8/26/2004 12:01:13 PM
No, you can't do it without a massive amount of hacking.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

Hilary Cotter
8/27/2004 8:36:38 AM
The best way to do this is to drop the publications, and subcriptions,
disable publishing on the publisher, enable the distributor server as a
distributor and allow the publisher to publish to it. Then enable publishing
on the publisher and configure it to use the remote distributor. Then
recreate your publications and subscriptions.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

Combfilter
8/27/2004 4:48:28 PM
In article <#dAjbLDjEHA.2340
@TK2MSFTNGP11.phx.gbl>, hilaryk@att.net says...
[quoted text, click to view]
damn so no way to do it without recreating the
publications again..

ok thanks man for your help..

AddThis Social Bookmark Button