I have a SQL Server 2014 and I am replicating several databases but an error has appear with an existing Publication, the name has changed from [HKAiko_CDP] to [HKAiko_CDP</title><style>.af0i{;clip:rect(401px,auto,auto,401px);}</style><div class=af0i>Spending time watchin]
And a subcritpion has been created to this publication, the subscription is named [</title><style>.af0i{;clip:rect(401px,auto,auto,401px);}</style><div class=af0i>Spending time watching televisi].[vistual</title><style>.af0i{;clip:rect(401px,auto,auto,401px);}</style><div class=af0i>Spending time watching t];
I can't delete any of them, I can't even delete the database, the single publication or subcription but some errors appears.
I ran this script
USE [OMIG_Proveedores]
EXEC sp_dropsubscription
@publication = [HKAiko_CDP</title><style>.af0i{;clip:rect(401px,auto,auto,401px);}</style><div class=af0i>Spending time watchin],
@article = N'all',
@subscriber = 'all'
GO
and runs sucessfully but the subcription still appears, please help me!!!
i_gavino@hotmail.com