May 22, 2007 at 4:02 pm
Which table(s) in sql 2000 hold the date\time when the sql agent jobs ran? Same quesiotn for DTS jobs. (I need "view" only access to this info.)
Barkingdog
May 22, 2007 at 4:11 pm
My System Table Map doesn't show anything for DTS, but the agent tables are in msdb. A quick search of BOL will tell what tables you need to look at.
May 22, 2007 at 10:34 pm
DTS packages are scheduled using SQL Server Agent.
The tables you need to look at are sysjobs and sysjobschedules (both in MSDB).
You may find sp_help_job and sp_help_jobschedule useful as well.
May 24, 2007 at 10:49 am
Here is a handy limk no DBA should be without:
http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
May 24, 2007 at 11:03 am
Rudy,
What a great link! I was totally unaware of it. Do you know fo one for sql 2005 also?
Bill
May 24, 2007 at 11:27 am
There is one for 2005 but it is a PDF document .... in my opinion MS blew it for DBA usability and scored on marketing 'fluff' ... here is the link ...
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
May 24, 2007 at 12:05 pm
Thanks Rudy. I agree that MS blew it with the pdf format. CHM is much more useable.
Barkingdog
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply