Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Service Broker

    This took only 10 seconds. So this will be used to remove the old entries, but I will schedule a maintenance job to END CONVERSATION any extra entries that...

  • RE: Service Broker

    I have come across other ideas, most of which require the DB being in single user mode

    ALTER DATABASE TestDB

    SET DISABLE_BROKER

    ALTER DATABASE TestDB

    SET ENABLE_BROKER

    ALTER DATABASE TestDB WITH ERROR_BROKER_CONVERSATIONS

    ALTER DATABASE TestDB

    SET...

Viewing 2 posts - 1 through 2 (of 2 total)