dbTalk Databases Forums  

dts schedules

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


Discuss dts schedules in the microsoft.public.sqlserver.dts forum.



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

Default dts schedules - 08-11-2005 , 02:01 PM








Hi all,
This one has me stumped,
how do you verify the scheduling or run time of an existing dts package

Bill

*** Sent via Developersdex http://www.developersdex.com ***

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

Default Re: dts schedules - 08-11-2005 , 03:30 PM






Edit the package using DST Designer. Go into package properties, and
look at the Logging tab. Enable logging, if not enabled (and write log
to local server). If it's already enabled, then exit DTS designer and
in Enterprise manager right click on DTS job and select Package logs.
Then you will at least know when it ran, and that should help you track
back to the job.

Note: the job has to run at least once after logging is enable for it
to have a log to view....


Reply With Quote
  #3  
Old   
Mnemonic
 
Posts: n/a

Default Re: dts schedules - 08-11-2005 , 03:33 PM



Edit the package using DTS Designer. Go into package properties, and
look at the Logging tab. It not already, place a checkmark to enable
logging (and write log to local server). If it is already enabled, then
you can exit the DTS designer. In enterprise manager, right click on
DTS job and select Package logs. You will then be able to see a log of
when the dts ran, how long each step took, and error messages. What's
really cool is that it'll separate the logs by the version of the
package.

Then you will at least know when it ran, and that should help you track

back to the job.

Note: the job has to run at least once after logging is enable for it
to have a log to view....


Reply With Quote
  #4  
Old   
Mnemonic
 
Posts: n/a

Default Re: dts schedules - 08-11-2005 , 03:43 PM



P.S. When selecting what server to write the log to, "localserver" may
not always be the best option, as "localserver" is a relative term.
Best to specify the Server name to ensure it's written to the right
place.


Reply With Quote
  #5  
Old   
Rick Gittins
 
Posts: n/a

Default Re: dts schedules - 08-11-2005 , 04:07 PM



In Enterprise Manager go into Management => SQL Server Agent => Jobs. Here
you can see all the jobs that are scheduled, when the will run, last run,
next run, ...

Rick

"Bill Orova" <nospam (AT) devdex (DOT) com> wrote

Quote:

Hi all,
This one has me stumped,
how do you verify the scheduling or run time of an existing dts package

Bill

*** Sent via Developersdex http://www.developersdex.com ***



Reply With Quote
  #6  
Old   
Mnemonic
 
Posts: n/a

Default Re: dts schedules - 08-12-2005 , 10:43 AM



Sure that works, but unforunately only if the job name matches the dts
name. In an environment with hundreds of scheduled multi step jobs, it
can be quite hard to associate which DTS is buried in which job.

Logging will tell you which date/time it runs, and also will help you
catch any time a package is run by an external force (I.E. A user, exec
or DTSRun commands)


Reply With Quote
  #7  
Old   
Bill Orova
 
Posts: n/a

Default Re: dts schedules - 08-12-2005 , 11:34 AM



Mnemonic
thank you very much


*** Sent via Developersdex http://www.developersdex.com ***

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.