dbTalk Databases Forums  

dts job last ran

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


Discuss dts job last ran in the microsoft.public.sqlserver.dts forum.



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

Default dts job last ran - 09-15-2004 , 08:40 PM






Simple question :

How can I find out when a dts job last ran?



Reply With Quote
  #2  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: dts job last ran - 09-15-2004 , 09:18 PM






sp_help_Job

--
Andrew J. Kelly SQL MVP


"Anthony" <antgoodlife (AT) nospam (DOT) comcast.net> wrote

Quote:
Simple question :

How can I find out when a dts job last ran?





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

Default Re: dts job last ran - 09-15-2004 , 09:59 PM



Andrew,
Thank you for the quick reply...

That works but I just realized I asked the wrong 'question' ... how can
I determine when a dts PACKAGE was last run... (Not all my dts packages are
run from scheduled jobs)...

Does SQL keep any of this information? Thank you in advance.

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote

Quote:
sp_help_Job

--
Andrew J. Kelly SQL MVP


"Anthony" <antgoodlife (AT) nospam (DOT) comcast.net> wrote in message
news:%239Etj44mEHA.3564 (AT) tk2msftngp13 (DOT) phx.gbl...
Simple question :

How can I find out when a dts job last ran?







Reply With Quote
  #4  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: dts job last ran - 09-16-2004 , 08:32 AM



There is no history as such that I know of unless it is scheduled thru sql
agent.

--
Andrew J. Kelly SQL MVP


"Anthony" <antgoodlife (AT) nospam (DOT) comcast.net> wrote

Quote:
Andrew,
Thank you for the quick reply...

That works but I just realized I asked the wrong 'question' ... how
can
I determine when a dts PACKAGE was last run... (Not all my dts packages
are
run from scheduled jobs)...

Does SQL keep any of this information? Thank you in advance.

"Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message
news:O9eGnN5mEHA.3876 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
sp_help_Job

--
Andrew J. Kelly SQL MVP


"Anthony" <antgoodlife (AT) nospam (DOT) comcast.net> wrote in message
news:%239Etj44mEHA.3564 (AT) tk2msftngp13 (DOT) phx.gbl...
Simple question :

How can I find out when a dts job last ran?









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

Default Re: dts job last ran - 09-18-2004 , 05:40 AM



In article <ONigtG$mEHA.3988 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Andrew J. Kelly wrote:
Quote:
There is no history as such that I know of unless it is scheduled thru sql
agent.

Andrew is right there is no history per se. You can create it though by
having your DTS package log to SQL Server. This will create a row in
msdb.do.sysdtspckagelog. You can then query this to get the info you
require


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know





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.