dbTalk Databases Forums  

When was a DTS last ran?

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


Discuss When was a DTS last ran? in the microsoft.public.sqlserver.dts forum.



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

Default When was a DTS last ran? - 03-02-2005 , 12:40 PM






Hello.
Does a DTS package internally store the last time it was executed?
I'd like to generate a report of those that haven't been executed in over 6
months.



Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: When was a DTS last ran? - 03-02-2005 , 03:36 PM






You can enable logging to a file or table, from the package properties
dialog box. If the packages are scheduled as jobs, then you can check the
job history.

I don't think DTS will keep any execution history, without you asking for
it.

You can also have a step at the beginning of a package to log an entry in a
table.
--
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"Jeff F" <someone (AT) somewhere (DOT) com> wrote

Quote:
Hello.
Does a DTS package internally store the last time it was executed?
I'd like to generate a report of those that haven't been executed in over
6
months.





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 - 2013, Jelsoft Enterprises Ltd.