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

sql server replication

group:

Pull:shared agent


Pull:shared agent LPR-3rd
10/31/2005 10:21:01 AM
sql server replication:
I had a problem and lost, with no backups, a couple of data bases.
When I was recreating the subscriptions, a subscription just appeared
the name is 'ServerName:database' & the type is 'Pull:shared
agent'. I cannot delete the publication, I get the message 'SQL
Server Enterprise Manager could not retrieve information about
subscription ServerName:database' Start, Stop & job History are all
grayed out on the right click.

Now the questions....
What is a Pullshared agent??

How can I delete this?

What is in this subscription?



TIA,
Larry...
Re: Pull:shared agent Hilary Cotter
10/31/2005 11:52:43 PM
If you are not using the independent agent option and you have two
subscriptions to the same publication database, the two subscriptions will
share a single distribution agent.

You should be able to delete it by using exec sp_dropmergepullsubscription
or sp_droppullsubscription. Fill in the details by referencing the
MSsubscription_properties table in your subscription database.

This subscription is really very similar to any other subscription only
there are two of them:)

--
Hilary Cotter
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: Pull:shared agent LPR-3rd
11/1/2005 8:28:03 AM
Where is this decided independent agent or shared agent?? I have
created many many agents and never recall seeing this..
AddThis Social Bookmark Button