Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
719 views
in Technique[技术] by (71.8m points)

notifications - SQL Server Agent for job failures without activating the Emails

I have a scheduled SQL Agent job which runs over the night every day.

I want to set up a email notification for that job but I also have some constraints for that particular server.

Constraints: I can not activate Emails alter from Job properties due to some security issue. and I also can not create @profile_name to use sp_send_dbmail for the same security reason.

What else option I can consider to send notification of that job when any step failed.

question from:https://stackoverflow.com/questions/66065062/sql-server-agent-for-job-failures-without-activating-the-emails

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...