Mobile app version of vmapp.org
Login or Join
Debbie626

: How to execute Stored Procedure of MS SQL server through Amazon Lambda? I have one Store Procedure which is tool long and occurs more than thousand times with different variables. Normal execution

@Debbie626

Posted in: #AmazonAws #AmazonEc2 #AmazonS3 #Mysql #NodeJs

I have one Store Procedure which is tool long and occurs more than thousand times with different variables. Normal execution on Server takes around 3-4 hours to complete. That is why I want to execute that SP in parallel on the elastic server to fast the processing.
First execution of SP is independent from second one. So, it is possible to run single SP on thousand thread with different variables. Is there any solution to execute SP in parallel or use Amazon lambda to run it through Node.js API services? Are there any other ways I can execute it in faster way except using elastic server?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme