Hi all
I need to run a command line on a server with date parameters using C# in SSIS (2015)
The command line example:
D:\TEST >dotnet TEST.dll --fromDateTime "2018-11-21" --toDateTime "2018-11-22"
Can you assist me in the script?
Thanks
Hi all
I need to run a command line on a server with date parameters using C# in SSIS (2015)
The command line example:
D:\TEST >dotnet TEST.dll --fromDateTime "2018-11-21" --toDateTime "2018-11-22"
Can you assist me in the script?
Thanks