If your backups are through maintenance plans, have a look at
msdb.dbo.sysdbmaintplan_history
...And query as you like.
Example: To see all database backups
select * from msdb.dbo.sysdbmaintplan_history
where activity = 'backup database'
n
-----Original Message-----
From: Ligda John
[mailto:mssqldba-ezmlmshield-x64804098.[Email address protected]
Sent: Thursday, May 31, 2007 11:51 AM
To: LazyDBA Discussion
Subject: backup set info query
Hello all.
Can someone show me how to query the system tables for recent backup
info?
Thanks
---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY To post a
dba job: http://jobs.lazydba.com To subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html
MS Sql Server LazyDBA home page