Execute SQL Server SSIS Package From Stored Procedure

前端 未结 3 537
慢半拍i
慢半拍i 2021-01-12 05:48

I have a SSIS package that is stored in a SQL Server 2005 DB. I am trying to execute this package from a stored procedure on the same server. Is there a better way than

3条回答
  •  深忆病人
    2021-01-12 06:13

    I don't think so, here are two good articles:

    http://www.simple-talk.com/sql/sql-server-2005/executing-ssis-packages-/

    http://www.codeproject.com/KB/database/Call_SSIS_from_SP.aspx

提交回复
热议问题