dbTalk Databases Forums  

Creat your own DTS schedule

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


Discuss Creat your own DTS schedule in the microsoft.public.sqlserver.dts forum.



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

Default Creat your own DTS schedule - 12-03-2004 , 03:33 AM






Is there any way of creating your own schedule?

Due to combining weekly invoicing with a month-end invoicing run there does
not appear to be a way of generating a combination of regular weekly dates
together with the exceptions that occur at month-end. Can the schedule
access a table of dates?

Any help appreciated.

Thanks - Dave



Reply With Quote
  #2  
Old   
K. Som
 
Posts: n/a

Default RE: Creat your own DTS schedule - 12-03-2004 , 02:47 PM






A bit of a kludge but ....

You can set of a table of execution dates.
In DTS set an Active-X script task to compare the system date to your table
of execution dates, and use workflow to set whether to proceed with the
remainder of the package.

Schedule the DTS package to execute daily.



"Dave Williams" wrote:

Quote:
Is there any way of creating your own schedule?

Due to combining weekly invoicing with a month-end invoicing run there does
not appear to be a way of generating a combination of regular weekly dates
together with the exceptions that occur at month-end. Can the schedule
access a table of dates?

Any help appreciated.

Thanks - Dave




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.