2010-02-23 63 views
0

禁用發佈和分發時出現以下錯誤。 Plz,告訴我如何禁用發佈和分發?如何禁用發佈和分發?

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)

回答

4

我執行下面的查詢

sp_removedbreplication @dbname = N'fxDb2'

它爲我..謝謝