Home Forums SQL Server 7,2000 Replication Cannot drop the database XXX because it is being used for replication. RE: Cannot drop the database XXX because it is being used for replication.

  • write this and then try to update the system table

    sp_configure 'allow updates',1

    reconfigure with override

    Then after the update execute this

    sp_configure 'allow updates',0

    reconfigure with override