Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using of javascript or python in SSIS?

I am planning to use of javascript or python in SQL SERVER INTEGRATION SERVICES (SSIS ETL).Does it has to be utilised using the execute process task.Is there any other way to replace the existing script task with python and or javascript {The current script task/components only support Vb/C# :( ) .Please share your thoughts

like image 405
user1254579 Avatar asked Aug 30 '26 08:08

user1254579


1 Answers

You can only use VB/C# in the script task.

https://learn.microsoft.com/en-us/sql/integration-services/control-flow/script-task

Script Language

Select the scripting language for the task, either Microsoft Visual Basic or Microsoft Visual C#.

like image 151
cgoll Avatar answered Sep 02 '26 14:09

cgoll



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!