gmaynard
Posts: 23
Score: 0 Joined: 9/9/2004 Status: offline
|
I need to override a rule applied to a SQL 2000 agent (specifically: "A SQL job failed to complete successfully." under Type: SQL 2000 Agent). The catch is, I want to override a specific job that the agent runs, not all jobs the agent runs. How can I specify the specific job? For example, the developers have created a SQL job that checks for new data entered into the database. When the job runs, and no new data is available, the job exits with a status of "failed" (this is by design, and I have no control over this). I am getting bombarded with failure warnings from this job. However, I want to see alerts if the various maintenance jobs fail on that server, so I need to weed out this one job.
|