Execute SSIS package from stored procedure as proxy user without xp_cmdshell
问题 I am trying to run an SSIS package through a stored procedure, but I am getting an Access is denied error when I try to import a CSV. I put the package inside a job and ran it and it worked as long as I used a proxy account. I am trying to replicate that proxy account to the stored procedure call without using xp_cmdshell . I also ran this package inside Visual Studio and it ran smoothly. My SSIS package is simple: It imports a CSV file from the network, converts the data to varchar , and