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

RE: Restores failing with exit code 790

Any insight? My backups are pretty much useless at this point.

View Article


RE: Restores failing with exit code 790

Here's the error in detail. Dev-Thor: Restore - Failed ========================== Restoring full backup - Successful ---------------------------------- This operation completed successfully. Restoring...

View Article


RE: Restores failing with exit code 790

Could you please run this query on the instance where the backup was taken?Code:SELECT d.physical_device_name FROM msdb..backupset a INNER JOIN msdb..backupset b ON a.database_backup_lsn =...

View Article

The meaning of the codes on Failed BCK

I got this msg during the backup operations! - someone let me know why it is happening and where I'm doing wrong while my user that is connected to he SQL Server is in sysAdmin role and it is windows...

View Article

RE: The meaning of the codes on Failed BCK

Could you please check if the SQL Backup Agent service startup account has the SQL Server sysadmin fixed server role assigned to it?

View Article


Full/Differential Backups extremely slow

Hi, Our Full and Differential backups have become extremely slow. Backing up over 1400 databases takes over 12 hours or longer. Using SQL Backup 7.2.1.4. Does SQL Backup start choking with a large...

View Article

RE: Full/Differential Backups extremely slow

Could you please post the entire backup command you are using? Thanks.

View Article

RE: Full/Differential Backups extremely slow

Here's the backup command: EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES EXCLUDE [tempdb] TO DISK = ''\\prod.ent\proddfs\DBBackupFolders\backup_sql_db07\Backup_SQL\<AUTO>.sqb'' WITH...

View Article


RE: Full/Differential Backups extremely slow

The bottleneck is probably the ERASEFILES option. You could check if that is the case by omitting this option once and see if the backup completes faster. If it is indeed the ERASEFILES option that's...

View Article


RE: Full/Differential Backups extremely slow

Thanks Peter. Good idea. I'll let you know how it goes. Thanks. Tim

View Article

RE: Restores failing with exit code 790

Ok, I had a chance to try again. The restore is only 2 files, a full backup from sunday and last nights diff. Here's the error and the results of the query you wanted me to run with the current diff....

View Article

RE: Restores failing with exit code 790

You may be interested in this. Here's the problem. http://support.microsoft.com/default.aspx?scid=kb;EN-US;937683 Veeam, our virtual backup software has been writing to the msdb database after a...

View Article

RE: Full/Differential Backups extremely slow

Hi Peter, Worked great. Thanks. Tim

View Article


RE: Restores failing with exit code 790

Thanks for the update. I was wondering about the '{E2E5B7E6-6FD4-415D-8989-36FAD01A243E}14' device name.

View Article

RE: Restores failing with exit code 790

Seems that veeam is causing all kinds of problems on our servers.

View Article


RE: Click on server name, green circle spins forever

This is an old thread, but I have the same kind of situation with one of our servers that has 86 databases on it. If I close and reopen SQL Backup UI a couple of times it eventually displays the...

View Article

RE: Click on server name, green circle spins forever

It's not really about the amount of backup history as it is the process of creating "timeline" objects. The best advice I give customers is to disable the timeline - that will leave you with the backup...

View Article


RE: Click on server name, green circle spins forever

Thanks for the prompt response. I will try that when I get a chance. I have to say that does seem a slightly heavy-handed approach. That basically disables part of the selling points of SQL Backup. To...

View Article

RE: Network Copy to Multiple locations

hi this is Hedward Marsh, i am a beginner to SQL i want to know more information about a SQL i have searched in google i found this website this website contains lots of information about SQL controls,...

View Article

DB Restore Status Remains

Using SQL Backup 7.2.1.4 Restored database from a backup file from another with "Overwrite existing database" option and "Kill any existing connections to the database" checked. Anyway, it's a big...

View Article
Browsing all 713 articles
Browse latest View live