• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL 2000: QA, how can I tell how long this restore is going to take?

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
 
Back
Top