Hi I have a sql server acting as a primary log shipping server that contains a large msdb database this is primarily concerned with entries in the above mention tables. Turning off log shipping doesn't purge this data due to the related jobs being deleted manually by a developer that was not aware of the correct procedure to remove log shipping.
If all the log shipping jobs are gone is it safe to truncate the data from these tables?
Thanks Dave M