• dndaughtery - Wednesday, February 7, 2018 7:31 AM

    I have an ssis package deployed to sql server. I removed the steps in a job for running it but it was run anyway. I rechecked the Sql Agent Job and the step is not there. IS there a way to find out which job called the ssis package?

    If you'd enabled logging on the SSIS package, you can query sysssislog in msdb and get the details, Otherwise you might have to look for sysjobhistory to get the job run details.