Comments
Sort by recent activity
If you suggest another topic, please provide a link. Some of us end up on the same thread. / comments
If you suggest another topic, please provide a link. Some of us end up on the same thread.
I think you will get more assistance if you provide the code you are currently running.
You can adjust database/server names for confidentiality.
I know we had an issue with this some time back, but in recent versions no problems.
Be sure to pay attention to any TAPE backup that may be picking up(locking) the previously created file.
You should be able to rename the file as a test to see if it is locked. / comments
I think you will get more assistance if you provide the code you are currently running.
You can adjust database/server names for confidentiality.
I know we had an issue with this some time back, bu...
We use the erasefiles_atstart option with a value of 40h.
This assumes we are running a daily backup (every 24 hours) and wish to always have at least 1 complete backup available on disk.
If you wish to essentially overwrite the previous backup you can simply set this value to less than your expected backup schedule.
So if you are running a daily backup, try
erasefiles_atstart = 1h
/ comments
We use the erasefiles_atstart option with a value of 40h.
This assumes we are running a daily backup (every 24 hours) and wish to always have at least 1 complete backup available on disk.
If you wi...
I contacted support for this issue and we were unable to rectify the issue. I don't believe the underlying issue was caused by Redgate software. I will be reviewing the cause for the memory 'explosion'.
We have scheduled an emergency server reboot this evening.
I did learn that 1 process =SQBCoreService.exe is expected per SQL instance on the box. We only have a single instance, so 4 was abnormal, but no investigation was possible.
Support also shared this ...unfortunately for my scenario it requires that SQL Backup Agent service be operational.
Thanks for your call - to try and get the crash-log, do the following:
USE master
GO
EXECUTE master..sqbutility 9997
GO
/ comments
I contacted support for this issue and we were unable to rectify the issue. I don't believe the underlying issue was caused by Redgate software. I will be reviewing the cause for the memory 'expl...
<THIS POST RESERVED FOR FINAL SOLUTION>
update pending...
update still pending...(hotter fires)4/5/2012 / comments
<THIS POST RESERVED FOR FINAL SOLUTION>
update pending...
update still pending...(hotter fires)4/5/2012
I agree that your suggestion has potential to be incorporated with the Hyperbac software. However, I don't see the possibiity to process all 12TB of production data nightly (maybe not your suggestion) from our testing environments.
A weekly or monthly DBCC would be a good addition to our process though. / comments
I agree that your suggestion has potential to be incorporated with the Hyperbac software. However, I don't see the possibiity to process all 12TB of production data nightly (maybe not your suggest...