dbTalk Databases Forums  

Fire a DTS in a stored Procedure...

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


Discuss Fire a DTS in a stored Procedure... in the microsoft.public.sqlserver.dts forum.



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

Default Fire a DTS in a stored Procedure... - 08-10-2004 , 02:25 PM






Hi
how am i able to fire a DTS in a stored procedure... what is the comman
for this.
Thanks a lot.
Ed

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

Default RE: Fire a DTS in a stored Procedure... - 08-10-2004 , 07:23 PM






you can use DTSrun utility to the dts from dos. you can execute this from
stored procedure by using XP_cmdshell.

ex:

exec master..xp_cmdshell "dtsrun /s server_name /u User_name /p Password /n
name_of_package"



"Ed" wrote:

Quote:
Hi
how am i able to fire a DTS in a stored procedure... what is the comman
for this.
Thanks a lot.
Ed

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.