Ns1
No Lifer
As the title states, using QA to restore a sql DB
.bak file is 5.27gb, from an external hd through USB
Is there any indicators anywhere with an ETA or a progress bar or anything?
All I got is a globe on the bottom right spinning, a timer that's increasing, and a status bar that says
"executing query batch"
script that I ran was
RESTORE DATABASE R_Primary
FROM DISK = 'G:\Backup\R_Primary_db_200809030056.BAK'
WITH NORECOVERY, REPLACE
.bak file is 5.27gb, from an external hd through USB
Is there any indicators anywhere with an ETA or a progress bar or anything?
All I got is a globe on the bottom right spinning, a timer that's increasing, and a status bar that says
"executing query batch"
script that I ran was
RESTORE DATABASE R_Primary
FROM DISK = 'G:\Backup\R_Primary_db_200809030056.BAK'
WITH NORECOVERY, REPLACE