dbTalk Databases Forums  

How do I programatically schedule a DTS job

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


Discuss How do I programatically schedule a DTS job in the microsoft.public.sqlserver.dts forum.



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

Default How do I programatically schedule a DTS job - 11-08-2005 , 03:02 AM






Hi all,
How do I programatically schedule a job? I need to set the properties like
DTS package name, time and date in which the package should run and also
frequency of the run.

Please let me know how I can achieve this programatically.

Thanks
GS

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

Default RE: How do I programatically schedule a DTS job - 11-08-2005 , 10:23 AM






Check out the following in BOL:

sp_add_job
sp_add_jobschedule

"GS" wrote:

Quote:
Hi all,
How do I programatically schedule a job? I need to set the properties like
DTS package name, time and date in which the package should run and also
frequency of the run.

Please let me know how I can achieve this programatically.

Thanks
GS

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: How do I programatically schedule a DTS job - 11-08-2005 , 01:41 PM



Or you could depending on what takes your fancy use SQL DMO to do the
creating of the jobs, job steps and schedules.

Allan

"Dave" <Dave (AT) discussions (DOT) microsoft.com> wrote


Quote:
Check out the following in BOL:

sp_add_job
sp_add_jobschedule

"GS" wrote:


Hi all,
How do I programatically schedule a job? I need to set the properties
like
DTS package name, time and date in which the package should run and
also
frequency of the run.

Please let me know how I can achieve this programatically.

Thanks
GS


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.