Re: Drop an article through EM
- From: "Paul Ibison" <Paul.Ibison@xxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 17:08:29 -0000
Sammy,
it's possible but only through scripts eg:
exec sp_dropsubscription @publication = 'tTestFNames'
, @article = 'tEmployees'
, @subscriber = 'RSCOMPUTER'
, @destination_db = 'testrep'
exec sp_droparticle @publication = 'tTestFNames'
, @article = 'tEmployees'
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
.
- Prev by Date: Transactional replication from SQL Server 2005 to SQL Server 7 - how?
- Next by Date: Re: Quiescing Replication
- Previous by thread: Re: Drop an article through EM
- Next by thread: Transactional replication from SQL Server 2005 to SQL Server 7 - how?
- Index(es):
Relevant Pages
|