I am wondering if I use SQL Server stored procedure inside "Execute SQL Task" in SSIS and this stored procedure uses xp_cmdshell
. Now if I want to create Azure Data Factory pipeline for the same task, how do I achieve that?
Also I have some C# readonly and readwrite variables inside my SSIS, How do I convert them in ADF?