How can we help you today? How can we help you today?

Restore DB - Percent Completion

Hi Everyone,

Just want to ask if there is a way to see the progress during database restoration? I'm using scripts command when restoring the database. Is it possible to use WITH STATS=10 option? like when i'm restoring the native backup in MSSQL Server.

Your comment and advice are highly appreciated. Thanks a lot!


Regards, Andrian
andriancruz
0

Comments

2 comments

  • petey
    Run
    EXEC master..sqbstatus 1
    
    to view the backup/restore progress.
    petey
    0
  • andriancruz
    Thank you so much Peter for the reply.

    Regards, Andrian
    andriancruz
    0

Add comment

Please sign in to leave a comment.