SQL 2008 SQL Server 代理作业,如何填充通知电子邮件
我试图在 SQL Server 代理作业失败时将我的电子邮件地址添加到通知中。
所以我转到 SQL Server 代理,打开作业,右键单击作业并选择属性,然后选择通知。我可以在那里检查电子邮件,并且必须从下拉列表中选择电子邮件地址,但下拉列表是空白的,无法编辑它。
任何想法
I am trying to add my email address to notifications for SQL Server Agent Job when it fails..
So I go SQL Server agent, open up the jobs, right click on the job and select properties and then notifications. I can check email there and have to select email address from a dropdown but the dropdown is blank and can't edit it..
Any Ideas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要首先创建一个运算符供 SQL 代理使用。在 SQL Server Agent 文件夹下,右键单击 Operators 文件夹并选择“New Operator...”提供操作员的名称和电子邮件地址。然后,您将通过在作业的“通知”下拉列表中选择的名称来选择该操作员。
You need to first create an operator for the SQL Agent to use. Under the SQL Server Agent folder, right click on the Operators folder and select "New Operator..." Supply a name for the operator and an email address. You'll then select this operator by the name you chose in the Notifications drop down for the job.