Hi Everyone,
I have a SQL Server 2019 SSIS scale out setup with 1 scale out master and 2 scale out workers.
The SSIS packages are executed by the service account running the scale out worker service. So in order to execute the packages I have to grant access to a lot of resources to the worker service account.
Anyone have an idea on how to avoid this? I don't think there's a "run as" option or the option to use a proxy account...
Regards,
Glenn