Marcello Miorelli
Marcello Miorelli

Reputation: 3688

How to get the distributor for a specific publication?

Hi I have several servers that have publications, and some of these servers use different distributors, and in the distributor server, I have several distributor databases.

How can I find out what is the distributor server and distributor database
for a specific Database that I know is published?

I am using sql server 2008 r2, and I am currently using the stored procedure: EXEC sp_get_distributor

Upvotes: 1

Views: 1968

Answers (1)

Ben Thul
Ben Thul

Reputation: 32707

Run sp_helpdistributor in the publication database.

Upvotes: 1

Related Questions