September 4, 2011 at 7:42 pm
Hi all
Can some one please confirm / clarify if we are able to execute a perl script via SSIS
Thanks
September 5, 2011 at 11:55 am
If you can execute a perl script with some sort of executable (I don't know anything about Perl), then you can use the Execute Process Task.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 6, 2011 at 7:31 am
Yeah that would probably be the easiest bet - AFAIK you can execute a perl file by just using the Execute Process task and passing the file name of the perl script in.
If that doesn't work, another possible solution would be to put the execute statement for the perl script in a batch file, and then use cmd.exe with the /c argument followed by the file name of the batch file you created.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply