Question

I'm getting the following error while disabling publishing and distribution. Plz, tell me how to do disable publishing and distribution?

SQL Server could not disable publishing and distribution on 'server'.

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

The Distributor has not been installed correctly. Could not disable database for publishing. Changed database context to 'master'. (Microsoft SQL Server, Error: 20029)

Was it helpful?

Solution

I executed the following query

sp_removedbreplication @dbname = N'fxDb2'

It worked for me.. Thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top