We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f1836 commit a5e2733Copy full SHA for a5e2733
Scripts/Backup_Restore_What’s_My_Status.sql
@@ -28,4 +28,6 @@ FROM sys.dm_exec_requests r
28
WHERE command IN (
29
'RESTORE DATABASE'
30
, 'BACKUP DATABASE'
31
+ ,'RESTORE LOG'
32
+ ,'BACKUP LOG'
33
);
0 commit comments