I want to run SQL agent job from SSIS package and make sure the control comes back to SSIS after job completes and executes the next task in the package.
Is this possible?
You have at least two viable options. Create an Execute SQL Task and use sp_start_job, or use the Execute SQL Server Agent Job Task.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
Execute Sql Server Agent Job Task
task .. msdn.microsoft.com/en-us/library/ms137858.aspx – Doolius