I have a SSIS package on the server and I would like our superusers to run this package when they are ready with their daily tasks.
Users cannot be given access to the server so I need a way for them to run the SSIS package from a workstation (without installing sql tools on the workstation) or call this SSIS package through a sql stored procedure.
If anyone has any ideas, kindly post.