Groups | Blog | Home
all groups > sql server replication > september 2007 >

sql server replication : Stop a merge replication


Anders
9/16/2007 12:04:02 PM
Hi

I have now learned how to create a merge replication and manage a
distributor, a publisher and a subscriber. All successful. Great.

However, I tried it only on a small test database, and now I would like to
bring back the databases on the 2 servers back to completely normal situation.
On the distributor: I have disabled the distribution, and consequently, the
replication monitor disappears, and in the pulisher I see no item, as
expected.
But on the subscriber, in the replication-->subcribers, I still see the
agent, and I cannot delete it. Any attempt to alter the table design will
fail, it comes with error "-Unable to modify tables since it's used for merge
replication"

How can I effectively bring back databases used in a merge replivcation into
a normal situation.

Regards
Hilary Cotter
9/17/2007 12:27:37 PM
run this on the problem database.

http://groups.google.com/group/microsoft.public.sqlserver.replication/msg/bcb4193cd889af32?output=gplain

--
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]

Anders
9/18/2007 10:22:01 PM
Hi Hillay
Than you for the reply - It worked.

- However, It seems to me that this tool is a "repair tool" for use if I
accidentally has removed til distribution+publication without first removing
the subscribers. (?)
But I would like to do it on "the right way" from beginning.

Are there any article that can descibe all the steps to be done from a full
working merge replication back to complete normal DB's (so it's possible to
make alteration in the tables)

(I hesitate to deploy this solution to my customers)

Anders

[quoted text, click to view]
Hilary Cotter
9/20/2007 8:27:27 AM
The correct way is to drop the subscription in EM. Right click on the
publication select publication properties, in the subscriptions tab,
highlight the subscription and click the delete button.

--
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]

AddThis Social Bookmark Button