xp_xmdshell 蔚蓝数据工厂
xp_xmdshell azure data factory
我想知道我是否在 SSIS "Execute SQL Task" 中使用了 SQL 服务器存储过程,而这个存储过程使用了 xp_cmdshell
。现在,如果我想为同一任务创建 Azure 数据工厂管道,我该如何实现?
我的 SSIS 中还有一些 C# 只读和读写变量,如何在 ADF 中转换它们?
Microsoft says you can use Custom tasks and achieve anything but how??
对于你的情况,也许你可以使用Stored Procedure Activity to run your SSIS package.Please see this link: https://docs.microsoft.com/en-us/azure/data-factory/how-to-invoke-ssis-package-stored-procedure-activity
为此,您需要配置 Azure-SSIS integration runtime,而不是默认的 Azure IR。
我想知道我是否在 SSIS "Execute SQL Task" 中使用了 SQL 服务器存储过程,而这个存储过程使用了 xp_cmdshell
。现在,如果我想为同一任务创建 Azure 数据工厂管道,我该如何实现?
我的 SSIS 中还有一些 C# 只读和读写变量,如何在 ADF 中转换它们?
Microsoft says you can use Custom tasks and achieve anything but how??
对于你的情况,也许你可以使用Stored Procedure Activity to run your SSIS package.Please see this link: https://docs.microsoft.com/en-us/azure/data-factory/how-to-invoke-ssis-package-stored-procedure-activity
为此,您需要配置 Azure-SSIS integration runtime,而不是默认的 Azure IR。