How to execute ssis package using a powershell? -


i have made ssis packages dtsx local system, , wanted execute using powershell script. tried code

dtexec /file c:\ssisexample.dts 

this resulted in error of

unable load package xml because of package not have valid xml format

your package should have .dtsx file extension. try

dtexec /file c:\ssisexample.dtsx 

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -