all groups > sql server dts > july 2007 >
You're in the

sql server dts

group:

Execute an SSIS Package from a Stored Procedure


Execute an SSIS Package from a Stored Procedure C
7/30/2007 2:54:02 AM
sql server dts:
Re: Execute an SSIS Package from a Stored Procedure Pawel Potasinski
7/30/2007 5:01:18 PM
Yes. You have some options even.

1. Use xp_cmdshell extended procedure in your stored procedure to run
dtexec.exe command-line utility with proper options.
2. Create a SQL Agent job with one step (execute SSIS package step) and run
sp_start_job stored procedure in your stored procedure to start the job.

--
Regards
Pawel Potasinski
[http://www.potasinski.pl]

[quoted text, click to view]

AddThis Social Bookmark Button