How to execute dtsx packages through command line

前端 未结 3 1109
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 04:13

when i execute dtsx package through command line i am triggered with the following error saying

1.The connection is not found , the error is thrown by connections co

3条回答
  •  庸人自扰
    2020-12-03 04:35

    type below text to call SSIS package

    dtexec /f /set \package.variables[Variable]; value

    Example:- dtexec /f E:\test_package\test_package\Package.dtsx /set \package.variables[id];1

    Reference Ways to execute SSIS package

提交回复
热议问题