Showing posts with label merge. Show all posts
Showing posts with label merge. Show all posts

Wednesday, March 28, 2012

Moving a replicated database

How best to move a replicated database? I have a situation where the
customer's data is currently being replicated (merge), but I need to move
the database to another machine -- without breaking replication. I'm
thinking, script out the database, then export the data. Then run the script
to re-create, import the data, then set up replication on the new machine.
Anyone have a better solution?
On a related point, don't the subscribers then become orphans? The on-board
changes (PocketPCs) still must talk back to the original publisher.
Earl,
moving a publisher to a new server really involves reinitialization.
However, if the data is all synced up, you could do a nosync initialization.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
|||How can a no sync initialization be done? I didn't see it as an option in the
menu after the right click on the publication.
-A
"Paul Ibison" wrote:

> Earl,
> moving a publisher to a new server really involves reinitialization.
> However, if the data is all synced up, you could do a nosync initialization.
> Cheers,
> Paul Ibison SQL Server MVP, www.replicationanswers.com
> (recommended sql server 2000 replication book:
> http://www.nwsu.com/0974973602p.html)
>
>
|||Adam,
here you go... http://www.replicationanswers.com/No...alizations.asp
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Monday, March 12, 2012

Move replicated database to a new server

I have the intention to move SQLserver (used with dynamic merge replication,
also distributor) from an old server to a new one. Can I copy all the files
to the new server without reconfiguration?
If the server has the same netbios name then restoring master, msdb,
distribution and the published database is a possibility. Have a look in BOL
for the topic "Strategies for Backing Up and Restoring Merge Replication".
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .