I am currently executing an SSIS package (package.dtsx) from the command line using Dtexec
.
This is as simple as:
dtexec /f Package.dtsx
However, I have some parameters that I would like to pass to the package for it to use during execution. The documentation implies that this might be possible (i.e. the /Par parameter), but it is not clear.
Is it possible to pass parameters to a .DTSX
file using dtexec
?
Of course yes, you can assign values to variables using dtexec
Syntax
Example
References