Setup SQL Server 2008 Maintenance Plan Email Notifications

一条龙作完,如何设置EXCHANGE的操作员邮件通知。。

~~~~

http://808techblog.com/2009/07/setup-sql-server-2008-maintena.html

 

For most of the SQL installs that I maintain, nightly SQL dumps to disk and then copy to tape is my preferred backup method. I use a simple maintenance plan that dumps all user databases to the local disk and then a cleanup task that purges backup files older than a set number of days. An email alert with either success or fail in the subject line is sent out after each maintenance plan task is completed. This article will review step by step how to add email notifications to your existing SQL 2008 maintenance plan.

First step is to configure Database Mail. Open Microsoft SQL Server Management Studio then right-click on Database Mail > select Configure Database Mail

dbemailconfig.jpg

Skip the welcome screen and select Next on the Select Configuration Task window.

dbmailwizard.jpg

Create new profile > fill out Profile name > Select Add under SMTP accounts:

newprofile.jpg

Fill out New Database Mail Account info:

smtpaccount.jpg

Configure Profile Security > check Public > set as Default > Next > Finish > close

publicprofile.jpg

Send test email. Right-click on Database Mail

dbemailconfigtest.jpg

Fill out test info, select Send Test Email. 

dbmailtest.jpg

Check inbox, select OK on the confirmation screen. If you dont recieve test email then double check and verify smtp settings.

testemailok.jpgNext step is to configure Operators. Under Object Explorer right-click on Operators > New Operator

newoperator.jpg

Fill out New Operator info (minimum name and email address)

sysadminproperties.jpg

Select OK.

sysadmin.jpgNext, right click on designated maintenance plan (assuming one is already configured) and select Modify

 

 

 

dbmaintmodify.jpg

 

 

 

 

 

This should bring up the design window with the current tasks

 

 

 

 

 

 

dbmaintplan.jpg

From the Toolbox window Drag and drop Notify Operator Task to Design window twice. One for success and the other for fail.

generaltools.jpg

Connect the backup database task to each Notify Operator Task and make sure the arrows are pointing down.

dbplanfinal.jpg

Designate one of the Notify Operator Task objects connection arrows as Failure. Right click on connection and select Failure. This will turn the connection arrow red.

connectionset.jpg

Double click each Notify Operator Task > check which operators to notify if there are more than one > fill out Subject and Body fields > select OK

notifyoperatortask.jpgSave Maintenance Plan and test.

successalert.jpgOne of the nice features of the Notify Operator Task in SQL 2008 that wasn't an option in SQL 2005 is the ability to add a unique subject line to the message. Its helpful to be able to see the success or fail status at a glance from just the subject line especially with the morning barrage of emails. Comments or questions welcomed. 

转载于:https://www.cnblogs.com/aguncn/p/3270807.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/408541.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

PyTorch | 保存和加载模型教程

点击上方“算法猿的成长”,选择“加为星标”第一时间关注 AI 和 Python 知识图片来自 Unsplash,作者: Jenny Caywood 2019 年第 72 篇文章,总第 96 篇文章总共 7000 字,建议收藏阅读原题 | SAVING AND LOADING MODELS作…

都说dlib是人脸识别的神器,那到底能不能识破妖怪的伪装?

作者:盛光晓原文链接:https://blog.csdn.net/esa72ya/article/details/89189987众所周知,dlib是人脸识别的利器,被广泛应用于行为检测、安防工程、表情分析等,甚至还有学术界的前沿老师将这一技术用于上课点名&#xf…

国内有哪些不错的CV(计算机视觉)团队

点击上方“算法猿的成长”,选择“加为星标”第一时间关注 AI 和 Python 知识来源:知乎问题对于初入 CV 领域的同学,如果可以加入一个不错的团队,有好的导师带着,同时还有可以请教的师兄师姐,会加快入门 CV …

数据全裸时代,你的隐私有多容易获取?

大家好我是痴海,一位转型做增长的爬虫师,由于工作的缘故,对于身边许多信息都非常敏感。上个月朋友圈有很多人都在晒四六级成绩,有人欢喜有人忧愁,而我却感受到深深的恐惧。2018 年腾讯手机管家在一个报告中公布了一个数…

单元测试的一些基本概念

我们(程序员)多多少少都写过单元测试,有的可能几年前写的几行代码(比如我), 姑且也算写过吧,但是有些东西还是不是很清楚,比如什么是单元测试?怎么才算是好的单元测试&am…

深度学习领域有哪些瓶颈

来源:知乎问题深度学习是近年来人工智能热潮的原因,它的出现在很多方面都作出了突破,包括在图像、NLP以及语音等领域都有很多问题取得很大的突破,但它目前也存在一些问题和瓶颈需要解决。量子位https://www.zhihu.com/question/40…

cnn调优总结

关注&置顶“算法猿的成长”每日8:30,干货速递!转载自 Charlotte数据挖掘资料来自网上,略有删改针对CNN优化的总结Systematic evaluation of CNN advances on the ImageNet使用没有 batchnorm 的 ELU 非线性或者有 batchnorm 的 ReLU。用类…

Android笔记之自定义Editext

1、重写EdiText类,下面是一个逐条显示下划线的Editext import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.util.AttributeSet; import android.view.Gravity; import android.w…

程序员到底要不要接外包?

? “沉默王二” ,你值得星标的公众号之前写过一篇文章,题目叫做《窝在二线城市很难受,要杀回一线城市吗》,里面提到程序员接外包这件事,于是很多小伙伴就私下问我:二哥,我也想接外包&#xff0…

Github项目|几行代码即可实现人脸检测、目标检测的开源计算机视觉库

关注&置顶“算法猿的成长”每日8:30,干货速递!2019 年第 73 篇文章,总第 97 篇文章今天介绍一个简单、易用的开源计算机视觉库,名字是 cvlib,其 Github 地址:https://github.com/arunponnusamy/cvlib官…

认识迅雷界面引擎

UI开发的新时代----认识迅雷界面引擎 第一部分:交互开发技术概述软件产品的交互开发一直以来都不是一件令人愉悦的事情。首先,由于每个人编写的第一个图形应用程序就已经使用了一些交互开发技术,而且由于IDE工具的强大,容易总结出交互开发就是…

最棒的Chrome插件去哪找?这里有一份榜单

上个月给大家介绍了重大更新后的 扩展迷 Extfans 网站,当时也说到:可以把它当成是一个 Chrome 商店的镜像版,可以无障碍下载安装 Chrome 扩展。不得不说,在不能正常使用 Chrome 商店的情况下,多亏了扩展迷 Extfans 这样…