Hi All,

I need to do parallel processing in my coding because i have 4 sql to fetch data from database which each take me 3-4 minutes.All the tables involved are raw table and that is no way i can reduce the time for the sql.

I need to find a way out to reduce the data fetching time.The only thing i canfigure out is to have this 4 sql execute at the same time by doing parallel processing.


Hi all, do you have any idea on fasterning the process other than parallel processing?

I have find online but no sample coding for parallel processing on .net framewrok 2.0.

Could anyone please share ith me?