How to increase parallel execution?

dmtdmt Posts: 3
edited December 7, 2011 7:52AM in SQL Multi Script
I need to simultaneously execute script on 32 db servers. Is it possible to increase the limit "Databases to execute against simultaneously"?

Thanks for answer.

Comments

  • I'm afraid not. It looks like the upper limit is 25.

    There isn't any development planned for Multi-Script in the near future, so it's likely to stay like this for a while.

    Sorry I can't be of more help.
    Chris
  • Thx Chris.

    Why upper limit is 25 and when will the new version SQL Multi Script?
  • Thanks for your reply.

    There isn't any plans for a new version of Multi-Script at this stage.

    The reasoning behind having a 25 simultaneous database limit was because most users workstations will have between 1 and 4 cores and a finite network bandwidth. We thought it was safer to restrict the number of simultaneous executions rather then causing the machine to crash/run out of memory or use all the network bandwidth.

    The 25 simultaneous connections still means there are 25 executed at once, so each time one finishes one of the remaining can start.

    I hope this helps.
    Chris
Sign In or Register to comment.