all groups > sql server replication > september 2007 >
You're in the

sql server replication

group:

Moving Publication from One server to Another


Moving Publication from One server to Another Azhar Waheed
9/19/2007 11:16:02 PM
sql server replication:
We are running a three publication on our head office server (SQL Server
2000) with four subscriber at different location. We just bought a new server
and want to replace the old server with new one.

Is there is any way that I can move the publication from the old server to
new server without dropping the subscriber. ?

Azhar

Re: Moving Publication from One server to Another Hilary Cotter
9/20/2007 8:26:30 AM
You can stop all the agents, back up all the databases.
Restore them all (even msdb, master, and distribution) on the new server,
take the old server offline, rename the new server the name of the old
server, reboot it and issue a sp_replrestart.

--
RelevantNoise.com - dedicated to mining blogs for business intelligence.

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

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: Moving Publication from One server to Another Azhar Waheed
9/20/2007 3:46:00 PM
Thanks a lot I will give it a go

[quoted text, click to view]
AddThis Social Bookmark Button