[FIX]The DELETE statement conflicted with the REFERENCE constraint FK_subplan_job_id. The conflict occurred in database msdb, table dbo.sysmaintplan_subplans, column job_id. The statement has been terminated

delete from msdb..sysmaintplan_log
where plan_id not in (
select plan_id from msdb..sysmaintplan_plans
)

delete from msdb..sysmaintplan_subplans
where plan_id not in (
select plan_id from msdb..sysmaintplan_plans

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s