开发者

Calling As400 procedure in SSIS

HI All,

I have created one simple stored procedure in AS400. It has only one input parameter and I compiled and created it successfully. Now I need to call this procedure in SSIS to move data from source to destination. Here my source is As400 procedure and destination开发者_运维百科 is Sql server table.I have goggled lot to find how to call the procedure in ssis but nothing works on my end . I need some help from you guys.

Thanks Mushtaq


If you have a linked server you can use the EXEC command to start the procedure from an SQL task. The CALL command should work as the AS400 CALL

EXEC ('CALL LIBRARY.PROCEDURE') AT [LINKED AS400 NAME];


You can use an OLE DB provider for AS/400.

I've used (a looooong time ago) the Hit Ole DB provider, and it worked great. Also, you can use Microsof's Host Integration Services

I'm afraid both are commercial products. To my knowledge there is no free alternative.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜