RE: Error 880: BACKUP DATABASE permission denied in database
Hi Eddi, thanks for your reply. The incorrect user is being displayed in the GUI and in the error message. Now things go strange... I changed nothing, but suddenly the scheduled jobs are running under...
View ArticleNeed to restore Multiple Databases on the same SQL Instance
For Disaster Recovery purposes I have a directory of full backup files that need to be restored to a single sql instance. Is there any way to either script or use the gui to say restore each of the...
View ArticleRE: Restore fails with Error 507: No valid backup sets found
Thanks for your post. When backing up at a network share, you need to ensure that the SQL Backup Agent service startup account has rights to access that network share. You can check if SQL Backup agent...
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
Hi Pam, Unfortunately there is not currently a way to restore multiple databases using the GUI. There is a existing feature request you may want to vote...
View ArticleRE: Error 880: BACKUP DATABASE permission denied in database
Thank you for your reply. The user name you see displayed in the User name field in the activity history is the task owner. For scheduled backup and restore tasks, this is either the owner of the...
View ArticleRE: Restore fails with Error 507: No valid backup sets found
I think my issue was in regard to dsik space on the backup drive. I also created a SQL Backup 7 backup (.sqb), so never confirmed if .bak files can be restored. Hopefully this help someone else.
View ArticleVersion compatibility
Can a Redgate backup taken with version 7.x be restored with a server running Redgate version 6.4?
View ArticleRE: Version compatibility
Backups created with SQL Backup 7.0 and 7.6 can be restored using 6.4. The intervening versions (7.1 to 7.5) should be restore-able too. Note that this is dependent on the underlying SQL Server...
View ArticleRE: Error 880: BACKUP DATABASE permission denied in database
Hi Eddie, thanks for the clarification. kind regards Kristofer
View ArticleBackup Error 605: No files could be created.
Hello - Working with a 14 day evaluation edition of SQL Backup 7.6. Was able to backup my database fine locally, but I am getting the following error when attempting to backup to a mapped drive (which...
View ArticleRE: Backup Error 605: No files could be created.
Nevermind - looks like a UNC is what is needed to get this to work. Question though - I thought you guys addressed being able to back up to mapped drives in a earlier release? Is that not the case? Do...
View ArticleSQL Server 2014 support?
Hello, we need to setup a new server with Windows Server 2012 R2 and SQL Server 2014 in the next days. Since we are already using SQL Backup Pro with an old server using SQL Server 2000, we want to use...
View ArticleRE: Backup Error 605: No files could be created.
Hi SQL_ME_RICH, Thank you for your forum post. As you have discovered SQL Backup does not support mapped drives and never will do. I believe it is a Windows limitation, when an account logs in as a...
View ArticleRE: SQL Server 2014 support?
Hi goChris, I can confirm that SQL Backup v7.6 supports Windows Server 2012 R2, and have updated the requirements page appropriately. We're currently testing SQL Server 2014 RTM, and will update the...
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
I am having some issues with the syntax. Can you point out where I am going wrong? I am getting the following error Syntax error: 'fjfelej!'' after...
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
I think your missing a comma after the password. WITH PASSWORD=''fjfelejl'' ,
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
This is the result of the dynameic sql -SQL "RESTORE DATABASE superbill_2039_prod FROM DISK = '\\kprod-nas03\serverupdates\sqlrestore\FULL_DB009_superbill_2039_prod_20140321_112322_encr.sqb WITH...
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
Looks like your command has two "WITH" statements TRY SET @sql = '-SQL "RESTORE DATABASE ' + @databasename + ' FROM DISK = ''\\kprod-nas03\sqlbackups\' + @sitename + ' WITH PASSWORD=''fjfelejl'' SOURCE...
View ArticleRE: Need to restore Multiple Databases on the same SQL Instance
Nope. That didn't work either.
View Article