如何从另一台服务器中的存储过程运行作业?
是否可以从位于不同服务器的存储过程运行作业?如果是这样,怎么办?
Is it possible to run a Job from a stored procedure located in a different server? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那么为什么不考虑使用呢
?
(虽然没有测试它,也许some-unseen-answer是相同的,但被删除为不正确且不起作用)
链接服务器登录必须有足够的权限才能运行该作业,当然——至少它必须是工作的所有者。
So why not consider using
?
(didn't test it though, maybe some-unseen-answer was the same, but erased as incorrect and not working)
There must be enough privileges for linked-server-login to run the job, of course - at least it has to be job's owner.
是的,您可以使用 osql:(
其中 -E 表示使用可信连接,您还可以使用 替代 osql 语法)
Yep, you can use the evil that is osql:
(Where -E denotes using a trusted connection, you can also specify credentials using alternative osql syntax)