dbTalk Databases Forums  

Configuration of execution time of schedule DTS Pacage

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


Discuss Configuration of execution time of schedule DTS Pacage in the microsoft.public.sqlserver.dts forum.



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

Default Configuration of execution time of schedule DTS Pacage - 09-18-2003 , 05:59 AM






Hi,

I have a DTS package which is being scheduled to run at a
predefined value everyday.

Now, I would like to change the schedule time
programmatically. (I want a package to refer to some
datetime value in user-defined table.)

Is there any way to configure DTS model so that a DTS
package is executed at some configurable time?

Thanks,
Ajit

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

Default Re: Configuration of execution time of schedule DTS Pacage - 09-18-2003 , 06:05 AM






DTS itself doesn't do the scheduling it is SQL Server Agent. You could
therefore use

sp_update_jobschedule

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Ajit" <ajit27 (AT) wowmail (DOT) com> wrote

Quote:
Hi,

I have a DTS package which is being scheduled to run at a
predefined value everyday.

Now, I would like to change the schedule time
programmatically. (I want a package to refer to some
datetime value in user-defined table.)

Is there any way to configure DTS model so that a DTS
package is executed at some configurable time?

Thanks,
Ajit



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.