Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linked server - repl_distributor - what is this?? 1

Status
Not open for further replies.

icemel

MIS
Oct 17, 2005
463
US
Hi,

When I run sp_linkedservers, I get a list of servers, which includes this entry:

repl_distributor

I don't know what this is - we do not have any servers by this name.

Also, is there an easy way to script create statements all the linked servers? That is, the statements for re-creating the linked servers.

Thanks!
 
Repl_distributor is not an actual server name. It is an indicator meaning you have an entry somewhere in your replication tables for a remote linked distributor server. Do you use replication?

If you don't use replication, you can remove all references to it by using the sp_removedbReplication. If you do use replication, though, you'll want to leave it alone or you'll kill replication. The distributor is essentially to moving subscriptions.



Catadmin - MCDBA, MCSA
"The only stupid question is the one that *wasn't* asked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top