I have three different stored procedures. In every stored procedure I am inserting data.
eg in Sp1, i am inserting data in Table1
Above thing is same for other two.
And for each Sp I am Passing different parameters. And three Sp get executed every time. So it is time consumable. What will be the best solution for this to increase the speed of execution?



Reply With Quote


