hi,
i've setted up logshipping on a database, now i want to clear the logshipping config, this seems to work using the gui (no error reported), but there is a LSAlert job left under the sql agent / jobs section... Running the Transaction the Log Shipping Status report show the server acting as secondary database with no primary !?
Status | Primary Database -- Secondary Database | ||||
Alert | -- [SRV1].[AET] | ||||
If I try to recreate the logshipping here is what I've :
Status | Primary Database -- Secondary Database | ||||
Good | [SRV1].[AET] | ||||
-- [SRV2].[AET] | |||||
Alert | -- [SRV1].[AET] | ||||
do you have any idea what happened and if I can safely execute these two sp to clean the config ?
sp_delete_log_shipping_primary_secondary
sp_delete_log_shipping_secondary_database
thank you