I have code for Database which is about of 4000 lines. It takes around 30 40 min. for executing.
I want to create 20 batch files containing equal lines of command so that I can start them at same time using thread.
None of the batch files are dependent on other. All are independent. Only dependency is all will execute on same database.
Can anyone please guide me how should I proceed so that the time it normally takes to execute is reduced.