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
Post a Comment