admin 管理员组文章数量: 1086019
I have a SQL job (main job) that has multiple steps:
- Update job params - this is a SQL script that calls a stored procedure which updates the parameters of step 2 and 3
- SQL job1
- SQL job2
- Log process
Now, when I run the main job, it updates the parameters of jobs 2 and 3 and it works.
After the first iteration is done, I'm trying to update the jobs 2 and 3 with different parameters values, but in vain.
The jobs run with initial parameters only.
What could be the issue? Can't we update those params?
Apologies for not pasting any code.
本文标签: sql serverNot able to update step SQL job params while main job is runningStack Overflow
版权声明:本文标题:sql server - Not able to update step SQL job params while main job is running - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744097605a2533187.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论