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 2008 Forums
 Transact-SQL (2008)
 Need help on this issue

Author  Topic 

rupalim
Starting Member

20 Posts

Posted - 2010-08-11 : 05:04:29
Hi,

Could anyone provide me the code on how to execute or call ssis package in a stored procedure in sql server 2000/2008.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-08-11 : 10:51:25
you need to use DTEXEC utility and call it using xp_cmdshell as follows

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

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -