Viewing post 1 (of 1 total)
If shrinking the db is your thing, you can get an idea of the % complete using the following:
SELECT percent_complete, * FROM sys.dm_exec_requests WHERE command =...
July 31, 2018 at 8:37 am
#1999686