﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / How to execute ssis package through stored procedure / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 08:21:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to execute ssis package through stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic627314-148-1.aspx</link><description>In SQL2000 I had a project where we had to execute DTS packages from clients that didn't have SQL Server installed. For that project I did create a sp that would execute the DTS package. It made calls to spOACreate and others but you can call them in the correct context to avoid security issues.I just saw this posted today (I am [b][i][u]not[/u][/i][/b] the author, indicating a method to do the same w/SSIS. I have not tested it but thought it should be posted for review in case anyone can use it.</description><pubDate>Tue, 12 Jan 2010 08:02:22 GMT</pubDate><dc:creator>brad.ashforth</dc:creator></item><item><title>RE: How to execute ssis package through stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic627314-148-1.aspx</link><description>:)ok. i will try..thanks a lot</description><pubDate>Tue, 30 Dec 2008 08:05:43 GMT</pubDate><dc:creator>vrdj</dc:creator></item><item><title>RE: How to execute ssis package through stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic627314-148-1.aspx</link><description>The easiest way to do this would be to create a SQL job that executes the SSIS package, then execute the stored procedure master.dbo.sp_start_job to run the job.You could also execute master.dbo.xp_cmdshell to run a dtexec command.</description><pubDate>Tue, 30 Dec 2008 07:03:32 GMT</pubDate><dc:creator>Erik  Kutzler</dc:creator></item><item><title>How to execute ssis package through stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic627314-148-1.aspx</link><description>i have created a package using sql export/import wizard to take backup of a table (saved in sql server 2005). is it possible to write a stored procedure to execute the package?So that it can be called from the front end.when ever it's required..Thank you in advance.</description><pubDate>Tue, 30 Dec 2008 06:49:12 GMT</pubDate><dc:creator>vrdj</dc:creator></item></channel></rss>