Comments
1 comment
-
Hi,
How much activity history do you have? If you run the following two commands in Management Studio, what values do you get back?execute master..sqbdata 'SELECT COUNT(*) FROM backuphistory'; execute master..sqbdata 'SELECT COUNT(*) FROM restorehistory';
If these values are significant (the total is in excess of 25,000), you may want to consider purging old backup history. This can be done via the options dialog in the GUI.
Also, if you are using the GUI for the first time (new windows account, fresh installation of the GUI - but shouldn't apply to upgrades), it needs to pull in all the activity history, which if the above value is significant this can take a while to perform.
Hope that helps,
Jason
Add comment
Please sign in to leave a comment.
Thanks!