• 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 continue to build up.

    ALTER DATABASE SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    GO

    ALTER DATABASE TestDB SET NEW_BROKER

    GO

    ALTER DATABASE SET MULTI_USER

    GO