如何从 cmd 提示符或 powershell 及其依赖项中 运行 SSIS 包

How to Run SSIS package from cmd prompt or powershell and its dependecies

我 Visual studio 2017 安装了数据工具。我能够从 visual studio 打开 dtsx 包并执行(都从 运行 按钮并右键单击解决方案资源管理器中的文件并单击执行)。

现在我想自动执行包和计划。所以我首先尝试通过命令提示符使用 DTExec.exe 运行 这个包,但是出现了很多错误

To Run a SSIS Package outside of SQL Server Data tools you must install Standard edition of Integration Services or higher

There was an exception while loading script task from xml.System.IO.FileNotFoundException. Could not load filename "Microsoft.visualStudio.tools.Application", version=14.0.0.0,

有人可以帮助我如何在命令提示符或 powershell 中执行 SSIS 包吗?需要哪些组件或安装?

visual studio 如何在没有任何额外操作的情况下执行我可以通过命令提示符做同样的事情吗?

Can someone help me how to execute the SSIS pacakge in command prompt or powershell and what are the components or installation required?

错误信息告诉你

To Run a SSIS Package outside of SQL Server Data tools you must install Standard edition of Integration Services or higher

Visual Studio只启用SSIS包的开发和交互执行。 运行 来自命令提示符的包需要许可安装 SQL 服务器集成服务。