dbTalk Databases Forums  

how to Execute DTS package in Store Procedure

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


Discuss how to Execute DTS package in Store Procedure in the microsoft.public.sqlserver.dts forum.



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

Default how to Execute DTS package in Store Procedure - 10-06-2005 , 03:11 AM






Do you know how to execute DTS package in Store Procedure?
--
shooi

Reply With Quote
  #2  
Old   
SQL
 
Posts: n/a

Default RE: how to Execute DTS package in Store Procedure - 10-06-2005 , 04:08 AM






Look up DTSRUN

run it like this xp_cmdshell 'DTSRUN ............'

To get the complete DTSRUN syntax fom the DTS package, the easiest way is to
schedule the package, go to the job and copy the code from step 1 and then
delete the job

http://sqlservercode.blogspot.com/

"shooi" wrote:

Quote:
Do you know how to execute DTS package in Store Procedure?
--
shooi

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

Default Re: how to Execute DTS package in Store Procedure - 10-06-2005 , 11:47 PM



In addition, if you need more flexibility than using dtsrun,
you can use the OLE automation stored procedures. You can
find a link to examples at:
http://www.sqldts.com/default.aspx?210

-Sue

On Thu, 6 Oct 2005 01:11:07 -0700, "shooi"
<shooi (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Do you know how to execute DTS package in Store Procedure?


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.