We are trying to improve performance of an ETL process. We'd like to run a stored procedure a few times simultaneously, but I'd prefer to not do it through jobs because of some security configuration issues.
My question is...Is there a way I can have a stored procedure kick off another stored procedure multiple times in parallel?
Thanks!
Mike