I need to run more than one stored procedure at a time. I want to launch them from a stored procedure. I was considering using an unscheduled job. Is there a better way? One requirement is to pass parameters in, which I don't think jobs support. Could I pass params in a global variable?