我需要在从ftp下载后处理1000个文件,下载部分是使用apache camel完成的,我还可以使用camel将文件处理分解为子任务。像骆驼为我处理的多个进程
答案 0 :(得分:0)
您始终可以使用Create table #tmp(dt nvarchar(max))
insert into #tmp
exec @hr =sp_OAGetProperty @objWinHttp, 'ResponseText'
Select dt from #tmp -- single column/single row.
Drop Table #tmp -- clean up
API启用路线上的并发处理...
threads()