RE: Issue with 7.3
Quote: If the green spinner completes, is it faster from then on or always slow on refresh? No idea on speed as it is still spinning with "Retrieving backup history ...". I am beginning to think it's...
View ArticleRE: Test restore jobs have started failing.
I found a log I could look at. It demonstrates that one should always check the easy stuff first. The db's in question have been growing and the destination volume for me test restores didn't have...
View ArticleRestoring a redgate encrypted backup on a different server
Hi Guys, We are planning to use RedGate product for our backup solution. Before we go head with the product, I wud like to know how do I restore a encrypted backup on a different server without REDGATE...
View ArticleRE: Restoring a redgate encrypted backup on a different server
Hi, thank you for your forum post. In the situation where you need to restore a backup file created by SQL Backup onto a machine that does not have our software installed. Simply use the conversation...
View ArticleRE: SQL error 15157: Setuser failed...
thank you for the info! would it be possible to add this option in the GUI? it would be more straightfoward to change the option there than edit the registry manually. Just a suggestion! alex
View ArticleRE: Wrong information in the Activity History & Activity Propert
here's another weird bug (maybe its the reliated with the one you have mentionned). If i go see the properties of a successful backup and a successful COPYTO network, i will see the word "Successful"...
View ArticleRE: Wrong information in the Activity History & Activity Propert
i have also included another bug in the email: When a « transaction log » backup with copyto option enabled is made and the backup & copyto is successful, i get the icon of the network, the...
View ArticleRE: Wrong information in the Activity History & Activity Propert
i just totally forgot to answer your questions. Here it is:Quote:So if I have understood correctly the first database that you highlighted in your first screen shot listed, in fact had a successful...
View ArticleRE: Issue with 7.3
I do not meant to hijack smccreadie's thread. Sorry ... but thought I do a quick update. The spinning green thing did not stop - waited till the end of yesterday and close out the app. This morning...
View ArticleRE: Issue with 7.3
Hi, Apologies that you are experiencing what I can appreciate is a very frustrating issue. We are investigating the causes of this behaviour; there are a couple pieces of information that will be...
View ArticleRun Backup without returning dataset
I'm wanting to run backups (EXECUTE master..sqlbackup ....) in SSMS but I do not want any datasets to be returned. I know you can omit the 2nd dataser by using the SINGLERESULTSET parameter but I also...
View ArticleRE: Run Backup without returning dataset
Hi, Whilst I don't think SQL Backup doesn't have option to inhibit all result sets, you can hide its output by wrapping it in an sp_executesql command like so: declare @sql nvarchar(2000) set @sql =...
View ArticleRE: Run Backup without returning dataset
Many thanks for the reply. This has resolved my problem. Jon.
View ArticleAutomatically include new databases in backup job
Hi, I created a new scheduled backup job. And I selected "Include these: All". This selected all of my existing databases, User and System. The backup job works as expected. Now, we have a web...
View ArticleRE: Automatically include new databases in backup job
Hi, Your backup job will backup all currently attached databases if you select 'all'. So this will take account of new DBs and forget detached ones. To confirm this absolutely, you can check the...
View ArticleSQL Backup 7.3.1.1
The latest version for SQL Backup is 7.3.1.1. This is a patch release to fix a problem in the Activity History which causes it to load much more slowly than usual, or to fail to load, after upgrading...
View ArticleRE: Issue with 7.3
Hi, We have released a patch to address this issue, version 7.3.1.1. You can download this using Check for Updates (from the Help menu in the SQL Backup GUI) or by downloading the installer from the...
View ArticleRestore Append instead of Restore Replace?
Using SQLBackup 7.3.1.1 I'm trying to restore some archived data (2012) to the current production database. Running through the GUI and it seems like the only options are Overwrite Existing Database or...
View Article