How to Run SSIS Package Via UiPath

This would be a good marketplace component for someone to build… :slight_smile:

Here are some alternatives…

You can use .NET code to trigger the package directly:

You can create a Powershell script to run it and invoke the Powershell script from UiPath:

You can run the dtexec from cmd window and invoke the cmd window from UiPath:

Thanks