• Luke,

    According to the stored procedure for [sp_processlogshippingmonitorprimary] , the @mode usage for :

    [sys].[sp_processlogshippingmonitorprimary]
    (
      @mode tinyint -- 1 = add, 2 = delete, 3 = update

    Is this not right? I'm using your instruction to update an old monitor server to a new one.