Jim zumbusch
SSC Journeyman
Points: 90
More actions
April 17, 2007 at 9:29 am
#116917
Hi All,
Does any one know if there is a flag set some ware to determine if a full or a differential back is currently running on an database
Thank You,
Jim
Greg Charles
SSC-Forever
Points: 45403
April 17, 2007 at 9:46 am
#700947
I think you can query sysprocesses to see which database is being backed up.
select dbid, cmd
from master.dbo.sysprocesses
where cmd like '%backup%'
Greg
SQL ORACLE
One Orange Chip
Points: 27807
April 18, 2007 at 9:03 pm
#701317
Check
msdb..backupset
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply