从 Box 上没有 SMTP 服务器的 SQL Server 2000 作业发送通知

发布于 2024-08-05 19:50:36 字数 135 浏览 5 评论 0原文

我在 Windows 2003 Server 上安装了 SQL Server 2000。我们没有在盒子上安装 SMTP,因此在为失败的 SQL 代理作业创建通知时,不会发送电子邮件。

有没有一种方法可以在不安装 SMTP 的情况下发送通知?

I have SQL Server 2000 installed on Windows 2003 Server. We do not have SMTP installed on the box, so when creating a notification for a failed SQL Agent job, the email is not sent.

Is there a way to send out a notification without installing SMTP on the box?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

请帮我爱他 2024-08-12 19:50:37

使用 SQL 2000 的 xp_sendmail,您不需要在盒子上使用 SMTP ,您需要一个 MAPI 配置文件。请参阅:如何配置邮件配置文件 (Windows)。在 SQL 使用的 MAPI 配置文件中,您可以指定首选交付选项,例如。 Exchange 服务器连接,或组织其他部分使用的 SMTP 服务器。

来自 KB 263556 INF:如何配置 SQL Mail

SQL Server 2000 SQL Mail 建立
扩展 MAPI 连接
邮件主机,而 SQLAgentMail
建立单独的扩展MAPI
联系。 SQL Mail 和
SQLAgentMail 可以连接
Microsoft Exchange Server,或帖子
Office 协议 3 (POP3) 服务器。

注意:由于仅限
提供扩展的 MAPI 支持、SQL
Server 2000 需要 Microsoft
Outlook 2000 客户端(或更高版本
版本)。

在配置 SQL Mail 之前,您应该测试
邮件使用的邮件配置文件
客户端验证您是否可以使用它
发送和接收电子邮件
邮件服务器。

With xp_sendmail of SQL 2000 you don't need SMTP on the box, you need a MAPI Profile. see: How to configure a mail profile (Windows). In the MAPI profile used by SQL you can specify the prefered delivery options, eg. Exchange server conectivity, or the SMTP server used by the rest of your organization.

From KB 263556 INF: How to Configure SQL Mail:

SQL Server 2000 SQL Mail establishes
an extended MAPI connection with a
mail host, while SQLAgentMail
establishes a separate extended MAPI
connection. Both SQL Mail and
SQLAgentMail can connect with
Microsoft Exchange Server, or a Post
Office Protocol 3 (POP3) server.

NOTE: Due to the limitation of only
providing extended MAPI support, SQL
Server 2000 requires a Microsoft
Outlook 2000 client (or later
version).

Before you configure SQL Mail, you should test
the mail profile used by the mail
client to verify that you can use it
to send and receive e-mail to and from
the mail server.

霓裳挽歌倾城醉 2024-08-12 19:50:37

您可以使用第三方软件(如 BLAT)达到相同目的,或使用 VB_Spripts(如果您不想安装 ant 第三方应用程序 (http://www.paulsadowski.com/wsh/cdo.htm )

You can use a third party frewares (like BLAT) for the same purpose, or VB_Spripts (if you donot want ant 3rd party applications to be installed (http://www.paulsadowski.com/wsh/cdo.htm )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文