Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 ? Execute SSIS pkg from Stored Procedure

Author  Topic 

jmcl
Starting Member

6 Posts

Posted - 2007-02-02 : 16:51:55
Is there a programatic way to execute an SSIS package (passing the appropriate parameters) from within a stored procedure. I've seen some examples using xp_CmdShell, but would rather not go that route if possible

nr
SQLTeam MVY

12543 Posts

Posted - 2007-02-02 : 21:04:06
You could write a clr or start a job which called it but dtexec would be the simplest.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -