I am running into errors:
exec sp_dropdistpublisher @publisher='servername'
response:
Msg 21047, Level 16, State 1, Procedure sp_dropdistpublisher, Line 145
Cannot drop the local distribution Publisher because there are Subscribers defined.
There is no subscriber defined, and I don't know where to find the information that makes SQL Server think that there is a subscriber defined.
I'm open to any suggestions...