The goal is to have an SSIS package run from a SQL Server Agent job access an Excel spreadsheet over a UNC path.
Which credential will need permission to read from the UNC path?
- the service account running SQL Server Agent?
- the service account running SQL Server Integration Services?
Thanks.