dbTalk Databases Forums  

Calling DTS from .....

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


Discuss Calling DTS from ..... in the microsoft.public.sqlserver.dts forum.



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

Default Calling DTS from ..... - 02-12-2004 , 01:28 PM






I need to be able to allow a non-technical user to kick off a DTS job
whenever she needs to. Is there a way to call a DTS job from the command
line, or a stored procedure that I can call from a web page? Any help would
be greatly appreciated.



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

Default Re: Calling DTS from ..... - 02-12-2004 , 02:30 PM






In message <edVh45Z8DHA.1636 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, Maria
<test (AT) test (DOT) com> writes
Quote:
I need to be able to allow a non-technical user to kick off a DTS job
whenever she needs to. Is there a way to call a DTS job from the command
line, or a stored procedure that I can call from a web page? Any help would
be greatly appreciated.


For simple command line stuff lookup DTSRUN in Books Online.

Some other methods-

Execution
(http://www.sqldts.com/Default.aspx?104)


Remember that DTS is client side so you may not want the use running the
packages directly as this will run on their machine under their security
context, so some abstraction layer would probably be called for.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.