dbTalk Databases Forums  

Triggering a DTS job

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


Discuss Triggering a DTS job in the microsoft.public.sqlserver.dts forum.



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

Default Triggering a DTS job - 04-23-2004 , 05:05 PM






I have a dts job that runs on my MSSQL2000 win2K box.

But i want to be able to trigger this dts job to run when
a three files are loaded into a certian directory.

I can have trigger files uploaded at the same time but
am just wondering what ways their are to acchive my goal?

I dont want to really install any other software on the
box but if is is somthing microsoft then i am sure that i
could warm to the idea.

Willa

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

Default Re: Triggering a DTS job - 04-23-2004 , 05:28 PM






In message <372901c4297f$0c8896c0$a601280a (AT) phx (DOT) gbl>, willa
<will (AT) ncl (DOT) com> writes
Quote:
I have a dts job that runs on my MSSQL2000 win2K box.

But i want to be able to trigger this dts job to run when
a three files are loaded into a certian directory.

I can have trigger files uploaded at the same time but
am just wondering what ways their are to acchive my goal?

I dont want to really install any other software on the
box but if is is somthing microsoft then i am sure that i
could warm to the idea.

Willa
There is nothing MS supplied that will do this. You can write code that
will watch a directory and trigger suitable actions, but it is not DTS
or MS packaged solution

Why not just schedule a job that runs regularly and calls your package.
First thing the package does is check if the file exits, if not then end
quietly.


--
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.