Event Id14428
SourceMSSQLServer
DescriptionCould not remove the monitor as there are still databases involved in log shipping.
Event InformationAccording to Microsoft

Cause:
sp_remove_log_shipping_monitor should be executed only after all rows from the log_shipping_databases and log_shipping_plans tables have been removed. Otherwise, this stored procedure will fail with the above error.
Resolution:
Before you can execute sp_remove_log_shipping_monitor you must first use sp_delete_log_shipping_plan to delete the log shipping plans and use sp_delete_log_shipping_database to delete all databases from the log_shipping_databases table on the primary server.
Reference LinksEvent Id:14428 of Source Id:MSSQLServer


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh