RE: ERASEFILES on remote server fails for just 1 DB
Hi Peter, Bad DB:Code:EXECUTE master..sqlbackup '-SQL "BACKUP LOG [CustomerData] TO DISK = ''E:\DB_Backups\<database>\<AUTO>.sqb'' WITH ERASEFILES = 2, ERASEFILES_REMOTE = 15, FILEOPTIONS =...
View ArticleRE: ERASEFILES on remote server fails for just 1 DB
Thanks for posting the details. Noticed nothing significantly different between the 2 set of commands. We need to get a stack trace of SQL Backup's activities the next time you encounter this error. If...
View ArticleRE: Please STOP auto-refresh!
Hi PDinCA, With regards to support call reference 8828. This call is on hold waiting for a bug fix, two bug fixes actually. The bug reference numbers are SB-3123 and SB-4400. SB-3123 - Is an...
View ArticleRE: Cannot upload file to hosted service.
I do have Hosted Storage account (https://sqlbackup.red-gate.com/LogIn) and they are working fine on test servers but on production server i am getting the error. Please advise ASAP.
View ArticleRE: ERASEFILES on remote server fails for just 1 DB
File posted via email to the 10148 incident. Thanks, Peter.
View ArticleRE: Cannot upload file to hosted service.
Hi A support call has been created for you HERE. I sent the following to you via e-mail on Thursday 30th January 2014:"Thank you for your support request. The Hosted Storage feature of SQL Backup does...
View ArticleScripting of Object Level Recovery?
I have a few PeopleSoft databases that each contain 20,000+ tables in them. Occasionally we do something in a development environment where we want to restore tables from the last back up. With the...
View ArticleRE: Please STOP auto-refresh!
I could live with the auto-refresh if I could just figure out how to access the history to create custom reports. I want to query the history directly to determine things such as how the duration, raw...
View ArticleRE: Please STOP auto-refresh!
When the SQL Backup UI downloads the activity history from the SQL servers that are being backed up, it caches this in a SQL Lite database. This is stored in C:\Users\[username]\AppData\Local\Red...
View ArticleRE: Scripting of Object Level Recovery?
Unfortunately the Object Level Recovery functionality cannot be scripted. And as you have found, it doesn't handle large database schemas especially well. I would recommend that you keep doing the full...
View ArticleBroken UI
I love my Red Gate backup, but please consider fixing the UI to recognize all of the options available for the commands. It kinda stinks not being able to use the UI. [img]http://sdrv.ms/1cu8wu2[/img]
View ArticleRE: Broken UI
Thank your for your suggestion. I have passed it onto the development team.
View ArticleResolved: Long running log backups because service sits idle
We are having an issue after upgrading from 6.5 to 7.6 where our transaction log backups are now taking significantly longer because the SQL Backup service just sits idle for anywhere from 20 seconds...
View ArticleRE: Resolved: Long running log backups because service sits idle
Could you please post the backup command you are using to run the backups?
View ArticleRE: Resolved: Long running log backups because service sits idle
This is what I am using now.Code: EXEC [master].[dbo].[sqlbackup] '-SQL "BACKUP LOGS [Databaste, List, Goes, Here] TO DISK = ''I:\MSSQL\Backup\Logs\<AUTO>.sqb'' WITH COMPRESSION = 1, NO_CHECKSUM,...
View ArticleRE: Resolved: Long running log backups because service sits idle
The server is a Windows Failover Cluster of 2 Dell R900s, 4 quad-core processors and 256GB RAM in each. Windows Server 2008 R2 SP1 x64 Clustered install of SQL Server 2008 R2 SP1 x64
View ArticleRE: Resolved: Long running log backups because service sits idle
Could you please turn on some SQL Server trace flags that will log additional information re. the backup process in the SQL Server error log i.e. DBCC TRACEON(3605, 3004, 3014, 3213, -1) Once the next...
View ArticleRE: Resolved: Long running log backups because service sits idle
Peter and I resolved this via email. In case anyone else has a similar issue, this is how we resolved it:Quote: We'll need to turn on a trace flag in SQL Backup then. To do this, you need to add a...
View ArticleThe database file is larger than the configured maximum size
Hi There, When I try to connect one of my server via "SQL Backup", which is using SQL authentication . I always got error like "Query error: The database file is larger than the configured maximum...
View Article