简体   繁体   English

SSIS在SQL Server中异步执行存储过程

[英]SSIS to execute stored procedures asynchronously in SQL Server

I am just starting to use the Enterprise version of SQL Server 2014. I am completely new to Integration Services and need to use it to call stored procedures asynchronously. 我刚刚开始使用SQL Server 2014的企业版。我对Integration Services完全陌生,需要使用它来异步调用存储过程。

Is using SSIS different from using SQL Server Agent? 使用SSIS与使用SQL Server Agent是否有所不同? I am aware of SQL jobs and agents to execute stored procedures asynchronously. 我知道SQL作业和代理可以异步执行存储过程。 Is there any other way to do it using SSIS? 还有其他使用SSIS的方法吗?

What I really mean to ask is Is there any other way to use SSIS for asynchrnous execution besides this? 我真正要问的是除此以外还有其他方法可以使用SSIS进行异步执行吗? Also, Can I get guidance on how to start with it as I am completely raw with SSIS. 另外,由于我完全不熟悉SSIS,因此我可以获取有关如何开始使用它的指导。

Yes. 是。 Just create your tasks (such as Execute SQL Task which can invoke stored procedures) in parallel. 只需并行创建您的任务(例如可以调用存储过程的Execute SQL Task)。 Make sure the arrows don't lead into each other. 确保箭头不会互相引导。 SSIS will invoke the tasks simultaneously. SSIS将同时调用任务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM