Posts
Sort by recent activity
Why when Cancelling a job, on a step set to send success on failure, does it log notifications?
I have a job as step 1 that cancels itself if a certain condition exists where I don't want the job to run.IF NOT
(EXISTS(SELECT 1
FROM sys.dm_hadr_availability_replica_states AS ars
...