Skip to content

Commit a5e2733

Browse files
authored
Update Backup_Restore_What’s_My_Status.sql
add log backup and log restore status
1 parent 35f1836 commit a5e2733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Scripts/Backup_Restore_What’s_My_Status.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ FROM sys.dm_exec_requests r
2828
WHERE command IN (
2929
'RESTORE DATABASE'
3030
, 'BACKUP DATABASE'
31+
,'RESTORE LOG'
32+
,'BACKUP LOG'
3133
);

0 commit comments

Comments
 (0)