I'm trying to drop a publication but cannot get past this error when I run the following command:
exec
sp_droparticle @publication = N'PublicationName, @article = N'tblName', @force_invalidate_snapshot = 1
Msg 14046, Level 16, State 1, Procedure sp_MSdrop_article, Line 75
Could not drop article. A subscription exists on it.
When I expand the publication to see the subscriptions, there are none. How do I drop this?