MSSQL_ENG014144
SQL Server 2005
Drop all associated subscriptions before attempting to change the Subscriber status of the SQL Server instance:
-
Execute sp_helpsubscription (Transact-SQL) in the publication database at the Publisher to find subscriptions.
-
Execute sp_dropsubscription (Transact-SQL) in the publication database to drop subscriptions.