问题
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.
However I keep getting the following error: To run a SSIS package outside of SQL Server Data Tools you must install Derived Column of Integration Services or Higher.
I'm not really sure what's going on here. Does anyone have any insight for this. I've asked our DBA to install SSIS on the machine but I'm only guessing. This may not work and I would like to get ahead of this if I can.
Thanks for any feedback.
回答1:
For the package to execute on the server, you do need to have SQL Server Integration Services engine installed on the server.
来源:https://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server