• The easiest way to do this would be to create a SQL job that executes the SSIS package, then execute the stored procedure master.dbo.sp_start_job to run the job.

    You could also execute master.dbo.xp_cmdshell to run a dtexec command.