I want to create an SSIS package as a DB User.
Also I want to store it to SQL Server, not in file system. The DB User only has the db_owner privilege on a particular database.
What least privileges are required to save SSIS to SQL Server?
Already I have assigned the following:
grant execute on dbo.sp_ssis_checkexists to test
grant execute on dbo.sp_ssis_putpackage to test
Please provide feedback, thanks.