all groups > sql server replication > january 2005 >
You're in the

sql server replication

group:

How to Delete article in mearge replication


How to Delete article in mearge replication sharad
1/6/2005 5:07:04 AM
sql server replication:
Dear Friends

I want to delete one article from the current Merge
replication i have use the sp_dropmergearticle but it is
comming up with the error that the ARTICLE CAN NOT BE
DROPED AS THE SNAPSHOT OF THE SAME PUBLICATION IS ALREADY
APPLIED.

Please suggest how I can do the same.

Thanks and best regards
How to Delete article in mearge replication Paul Ibison
1/6/2005 6:34:08 AM
In merge there isn't the same level of granularity as
snapshot or transactional, so you can't drop individual
articles. You could synchronize, drop the publication and
then recreate without the new article and do a nosync
initialization.
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
Re: How to Delete article in mearge replication Hilary Cotter
1/6/2005 9:50:50 AM
Kick everyone off your subscribers and publisher. drop the article. Recreate
your subscriptions using the no-sync option.

Run all merge agents.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
[quoted text, click to view]

Re: How to Delete article in mearge replication David Barquero
1/11/2005 3:54:43 PM
Sharad try with this SP
sp_repldropcolumn

David Barquero

[quoted text, click to view]

AddThis Social Bookmark Button