Parallel Execution

  • I have a stored procedure that stages data based on a variable, other than creating 40 jobs and calling them all at the same time is there a way I can get them to execute in parallel?

  • To get them to execute in parallel, you need 40 separate connections, however you generate them. Jobs, application, etc.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply