Hi,
If I remove push transactional replication via :
EXEC sp_dropdistributor @no_checks = 1
I do still see leftovers at the subscriber under Replication>Local Subscriptions
I know it can be removed from the subscriber via
sp_subscription_cleanup
Is there a way to delete it from the Publisher or Distributer ?
Regards, Asi Pesa