Saturday, December 19, 2009
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
Then you can run the following command:
USE master
GO
EXEC sp_dropdistributor @no_checks = 1
Saturday, December 5, 2009
Subscribe to:
Posts (Atom)