I have one Stored procedure That takes around 2 hour to execute.
it runs in 2 hours on server with 8 processors. and it runs in same time on server with 32 processors.
is there any way we can make it utilize all the processors. or can we apply multi-threading so it can get executed faster.
|