Skip to content Skip to sidebar Skip to footer

Getting Error Running Ssis Package On Non-ssis Server

I'm working in SSDT 2012. I've created a DTSX package that I have deployed to a SQL Server that does not have SSIS installed. My undertstanding is that this should work. Howeve

Solution 1:

For the package to execute on the server, you do need to have SQL Server Integration Services engine installed on the server.


Post a Comment for "Getting Error Running Ssis Package On Non-ssis Server"