如何通过Logic App SQL Action执行包含多个存储proc的存储proc? [英] How to execute a stored proc that consists of multiple stored procs through Logic App SQL Action?

查看:133
本文介绍了如何通过Logic App SQL Action执行包含多个存储proc的存储proc?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过Logic SQL Action执行包含多个存储过程的存储过程?

How to execute a stored proc that consists of multiple stored procs thorugh Logic SQL Action?

我想从Logic SQL Action中执行主要存储的proc,并处理SP_Proc1,SP_Proc2& SP_Proc3

I would like to execute the main stored proc from Logic SQL Action and process the output of SP_Proc1, SP_Proc2 & SP_Proc3

我正在使用本地数据库-通过数据网关执行存储的proc.

I'm using on-prem DB - executing stored procs through data-gateway.

SP_MainProc
  EXEC SP_Proc1
  EXEC SP_Proc2
  EXEC SP_Proc3

SP_MainProc
 EXEC SP_Proc1
 EXEC SP_Proc2
 EXEC SP_Proc3

希瓦·萨达扬(Shiva Sadayan)

Shiva Sadayan

推荐答案

通过处理sps 1,2和3的输出到底是什么意思?

What exactly do you mean by process the output of the sps 1,2 and 3?

您能详细说明一下要求吗?

Can you please elaborate the requirement?


这篇关于如何通过Logic App SQL Action执行包含多个存储proc的存储proc?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆