In my stored procedure there are 3 stored procedures for three tables.Each I am passing parameters & stored procedure name from front end(designed in asp.net 4.0)
can we execute that 3 SP's at the same time i.e. parallel execution so that I can minimize stored procedure execution time?