Activity overview
Latest activity by chaos
Thanks for the additional info!
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. / comments
Thanks for the additional info!
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. ...
Restore Progress
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 ...