We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70dcb3 + 0f8680a commit 1118330Copy full SHA for 1118330
1 file changed
sp_Blitz.sql
@@ -3254,11 +3254,6 @@ AS
3254
'The job ' + [name]
3255
+ ' has not been set up to notify an operator if it fails.' AS Details
3256
FROM msdb.[dbo].[sysjobs] j
3257
- INNER JOIN ( SELECT DISTINCT
3258
- [job_id]
3259
- FROM [msdb].[dbo].[sysjobschedules]
3260
- WHERE next_run_date > 0
3261
- ) s ON j.job_id = s.job_id
3262
WHERE j.enabled = 1
3263
AND j.notify_email_operator_id = 0
3264
AND j.notify_netsend_operator_id = 0
0 commit comments