Thursday, December 10, 2009

Antigen: To remove the SybariEnterpriseManagerDist database

First you need to remove the replication publications and subscriptions.

Then you can run the following command:
USE master
GO
EXEC sp_dropdistributor @no_checks = 1