How to run multiple SQL queries at once

Hi, I have to run multiple sql queries at once which will give some data. How can I do that??

@nagini.pragna

You can build your query as below

Hope this may help you

Thanks

1 Like

HI @nagini.pragna ,

Create store procedure and run in single shot.

Regards,
Arivu

1 Like

Hello @nagini.pragna

I think you can try to use the Parallel activity that can be used to execute child activities asynchronously.
Bellow is the doc of the Parallel activity for your Information.
δΈ¦εˆ— (Parallel) をクティビティに぀いて (uipath.com)