I’m trying to delete a Maintenance Plan JOB using SQL Server 2008 but keep receiving the following error:
Msg 2812, Level 16, State 62, Line 4
Could not find stored procedure 'msdb.dbo.sp_delete_job'.
Any help to where I should start looking would be appreciated.
Thanks,
Alex
Sounds like somone deleted the
msdbdatabase thinking that it has no function.Do a new installation of SQL Server 2008 somewhere, backup
msdb, and restore it to your production database.