Restore Progress
chaos
Posts: 3
The best way of obtaining progress information when doing a restore:
EXECUTE master..sqbstatus 1
If the processed column value is changing, it means the restore is underway.
The in progress tab is not very accurate.
-- From the RedGate Support team (They are super fast and great!)
EXECUTE master..sqbstatus 1
If the processed column value is changing, it means the restore is underway.
The in progress tab is not very accurate.
-- From the RedGate Support team (They are super fast and great!)
““Our real discoveries come from chaos, from going to the place that looks wrong and stupid and foolish.â€â€
Comments
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
It was showing a '0' in the processed column for a long time along with a ASYNC_DATAPOOL_WAIT in sysprocesses/status. I wondered what it was until I read your post. It feels great knowing this. Thanks again.
Regards,
Development
Red-Gate Software