Hi. I'm running a 2008 r2 std ssis pkg. From this pkg, I want to kick off a sql agent job that sits on a 2005 sql box. So far I'm having difficulty finding how to do this even in the same version of sql with off the shelf
ssis but am aware of sp_start_job, osql and dmo (which aren't so bad). Is there an off the shelf ssis component that starts sql agent jobs?
↧