SQL Server Restore Progress


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT top 1 session_id, start_time, percent_complete FROM sys.dm_exec_requests WHERE command LIKE '%restore%';

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.