Software Development Network>> SQL Server>> cannot delete a scheduled job
when I try to delete a scheduled job I just get an error. I'm using the administrator account.
Any ideas
delete statement conflicted with reference constraint "FK_subplan_jobid". The conflict occurred in database MSDB in table dbo.sysmaintplan_subplans column 'job id'. The statement has been terminated. Microsoft Sql Server error 547.
I am logged on as administrator.
cannot delete a scheduled job
Daniel Celeda
But I'm no expert in maintenance plans, you may try Sql Server Tools forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=84&SiteID=1 for Database Maintenance questions.
Bravo
Christoc
delete statement conflicted with reference constraint "FK_subplan_jobid". The conflict occurred in database MSDB in table dbo.sysmaintplan_subplans column 'job id'. The statement has been terminated. Microsoft Sql Server error 547.
I am logged on as administrator.
Any ideas