G
Guest
HI,
I am trying multi threading in asp.net , but i could not do it.
We do a daily Run in our company for calculations purpose etc.. we use SQl Stored Procedures to do all the process at back end.
Actually my requirement is, when i call a Sql Stored Procedure from aspx page the process begins to run for that stored procedure, and I want to run another Sql Stored Procedure simultaneously as a second thread so that i can minimise the time to take the complete the run.
please any body come out with a solution for above problem.
Thanks.
Regards,
Hari.
I am trying multi threading in asp.net , but i could not do it.
We do a daily Run in our company for calculations purpose etc.. we use SQl Stored Procedures to do all the process at back end.
Actually my requirement is, when i call a Sql Stored Procedure from aspx page the process begins to run for that stored procedure, and I want to run another Sql Stored Procedure simultaneously as a second thread so that i can minimise the time to take the complete the run.
please any body come out with a solution for above problem.
Thanks.
Regards,
Hari.