使用SSIS读取Windows计划任务

发布于 2024-10-30 06:54:15 字数 71 浏览 3 评论 0原文

我想知道当 Windows 任务计划程序中的作业失败时,是否可以使用 SSIS 发送通知。有什么指点吗?

谢谢。

I would like to know if SSIS can be used to send out notifications when a job in Windows Task Scheduler fails. Any pointers?

Thanks.

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

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

发布评论

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

评论(1

初吻给了烟 2024-11-06 06:54:15

C# 脚本任务可以使用 WMI 来查询状态。

http://msdn.microsoft.com/en- us/library/aa394601(v=vs.85).aspx

您也许可以使用 powershell 脚本任务来查询任务状态。

http://powershellscripttask.codeplex.com/

但是你必须在服务器上安装dll,这可能会不在您的组织中飞行。

您还可以使用某种类型的 powershell 在 sql server 中安排作业步骤。

A c# script task could use WMI to query the status.

http://msdn.microsoft.com/en-us/library/aa394601(v=vs.85).aspx

You could use a powershell script task to query the task status perhaps.

http://powershellscripttask.codeplex.com/

But then you have to install the dll on the server, which may not fly in your organization.

You can also schedule a job step in sql server with a type of powershell.

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