/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT top 1 session_id, start_time, percent_complete FROM sys.dm_exec_requests WHERE command LIKE '%restore%';