dbTalk Databases Forums  

Delete DTS package programmatically

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Delete DTS package programmatically in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JRStern
 
Posts: n/a

Default Delete DTS package programmatically - 03-21-2005 , 07:27 PM






Is there a documented/safe way to programmatically delete a DTS
package?

OK then, how about an undocumented way?

Thanks.

Josh


Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Delete DTS package programmatically - 03-21-2005 , 08:20 PM






One option is to use the /!D argument for dtsrun.
See dtsrun in books online for more information.

-Sue

On Mon, 21 Mar 2005 17:27:05 -0800, JRStern
<jxstern (AT) bogus (DOT) com> wrote:

Quote:
Is there a documented/safe way to programmatically delete a DTS
package?

OK then, how about an undocumented way?

Thanks.

Josh


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Delete DTS package programmatically - 03-22-2005 , 02:32 AM



Undocumented, for local storage packages only -

exec msdb.dbo.sp_drop_dtspackage .....


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com
"JRStern" <jxstern (AT) bogus (DOT) com> wrote

Quote:
Is there a documented/safe way to programmatically delete a DTS
package?

OK then, how about an undocumented way?

Thanks.

Josh




Reply With Quote
  #4  
Old   
JRStern
 
Posts: n/a

Default Re: Delete DTS package programmatically - 03-23-2005 , 04:49 PM



On Tue, 22 Mar 2005 08:32:18 -0000, "Darren Green"
<darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote:
Quote:
Undocumented, for local storage packages only -

exec msdb.dbo.sp_drop_dtspackage .....
Kewl!

thnx

J.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.