Quantcast
Channel: Red Gate forums: SQL Backup 7
Browsing all 713 articles
Browse latest View live
↧

Persist splitter position between database/schedule panels

Am I the only one with this problem? Currently, every time you open the SQL Backup screen, the database names on the left are truncated and ellipses are added to the truncated name. This is confusing...

View Article


odd behaviour with network CopyTo function

Hi all. anyone come across this before? running SQL Backup 7.2.1.4 on a Windows 2008 R2 server. doing a differential backup, every hour. part of the process copies the backups to a network share, on a...

View Article


RE: odd behaviour with network CopyTo function

It looks like SQL Backup could not find the folder, and attempted to create the folder. Note that it attempted to do this 10 times, at 30 second intervals. Is it possible that the network share was...

View Article

RE: odd behaviour with network CopyTo function

Hi Pete no, the backup share was there all the time. what's really confusing me is that it WAS working and then stopped. and, in fact, the copy has continued not working every hour since. pretty sure...

View Article

RE: odd behaviour with network CopyTo function

Do you get a similar error if you try to back up directly to the network share e.g.Code:EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [\\crdbackup2\crdecms3\differential\<AUTO>]...

View Article


RE: odd behaviour with network CopyTo function

Hi Pete get Backing up model (differential database) to: \\crdbackup2\crdecms3\differential\DIFF_(local)_model_20130104_170256.sqb Thread 0 error: Error 605: Error creating backup file(s). No files...

View Article

Failed Restore - Failed to disconnect existing connections

Hello, A restore last night failed with an error message that contained the following information,"Failed to disconnect existing connections to database." This is the first of this failure I have seen....

View Article

RE: odd behaviour with network CopyTo function

What is the result that's returned if you run the following from SSMS: Code:EXEC master..sqbutility 999, 'RWE', '\\crdbackup2\crdecms3\differential\' This command tests for read, write and deletion...

View Article


RE: Failed Restore - Failed to disconnect existing connections

Could you please post the contents of the SQL Backup log for the restore process that failed? The default folder where the logs are stored is C:\Documents and Settings\All Users\Application Data\Red...

View Article


RE: odd behaviour with network CopyTo function

Hi Pete result<SQBUTILITYRESULT>:0:Folder does not exist : \\crdbackup2\crdecms3\differential although the folder does exist and can be seen through network share John

View Article

RE: odd behaviour with network CopyTo function

Hi Pete have restarted SQl Backup service using account which occurs on both database server and backup filestore server (which wasn't the case before) and the network copy function now works as I want...

View Article

RE: Failed Restore - Failed to disconnect existing connections

I took care of that issue but maybe you can look at this one? Another failure, different DB (failed after 20 seconds), this restore does have kill connections enabled and it looks like this was set up...

View Article

RE: Failed Restore - Failed to disconnect existing connections

JoshDBGuy, We have used SQLBackup for a number of years but don't use the DISCONNECT_EXISTING because it might take longer than 20 seconds to rollbackup any active transactions. We try an ALTER...

View Article


RE: Failed Restore - Failed to disconnect existing connections

Actually just had this problem happen. My alter database set single_user had not finished in over 6 minutes so I cancelled it and tried it again. I am not sure what was holding the database but it can...

View Article

RE: Limit on number of databases per Instance

hi. i like it thanks for sharing this site.this is very informative post .

View Article


130 error (access is denied.)

Hi all, Thank you in advance. I am in the process of moving all native SQL logshipping to backuppro and at the very first attempted I am getting warning error 130 <sharefolder> (access is...

View Article

RE: 130 error (access is denied.)

Does the SQL Backup Agent service startup account have rights to write to the G:\MSSQL\Backups folder?

View Article


RE: Failed Restore - Failed to disconnect existing connections

I'm guessing I might just have to accept this as a possible issue with restores?

View Article

RE: 130 error (access is denied.)

Thank Petey. Right on the money. The backup agent was using the local system account once changed the warnings disappeared.

View Article

Network Copy to Multiple locations

Hello I am using SQL back up 7 to do our backups, part of that is we use the copy to network location functionality. Is it possible to copy the backup to more than one location within the same backup...

View Article
Browsing all 713 articles
Browse latest View live