ssis 消息框(作业运行包)

发布于 2024-12-04 07:32:46 字数 117 浏览 1 评论 0原文

在我的 SSIS 包中,有一个脚本,它为 foreach 循环中的每个项目弹出消息框。这对我调试时有好处。但是当我使用 Job 运行这个包时会发生什么?我知道我想看到任何消息框,但它是否保留在内存中的某个位置?有影响吗?

In my SSIS package there is a Script which has message box pops up for each item in foreach loop. This is good for me when debugging. But what happens when I run this package using Job? I know I want see any message boxes but does it stay somewhere in memory? Does it have any influence?

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

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

发布评论

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

评论(1

几味少女 2024-12-11 07:32:46

尝试使用事件日志或数据库审核表来记录活动。您将无法控制已部署包的任何消息框,并且您不希望自包含的计划包需要人工干预来保持其处理。

Try using either the event log or a database audit table to record the activity. You will not have a handle over any message box for a deployed package and you do not want a self contained scheduled package to require human intervention to keep it processing.

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