I am trying to move the contents of a folder to another folder. Trying to keep this efficient, I decided to use a Process task:
While in SSDT, it works perfectly.
But when deployed to SQL Server SSIS on the same machine, it returns PROCESS EXIT 1
and fails the package.
Is there anything here that stands out that could prevent this from working? Thanks.