Estimated query completion time
Problem: How long is it going to take for my restore to finish? Hell, any query I'm concerned with.
sys.dm_exec_requests :
Returns information about each request currently executing within SQL Server
Estimated query completion time
Problem: How long is it going to take for my restore to finish? Hell, any query I'm concerned with.