I'm referring to the ones that start with:
dbo.sp_MSdel...
dbo.sp_MSins...
dbo.sp_MSupd...
I've noticed they are not removed when I run exec sp_dropsubscription on the Publisher then run sp_removedbreplication on the subscriber (on the database). I also tried sp_subscription_cleanup to no avail.
Do these have to be deleted manually if I want them removed?
Subscriber is SQL 2000
Publisher is SQL 2008 (Distribution database is on the Publisher)
