Activity overview
Latest activity by brosato
Restores failing with exit code 790
I can't do a restore that includes full/diff/logs. I get sql error 3136 This differential cannot be restored because the database has not been restored to the correct earlier state. This happene...
Restoring from a network share
PLEASE, make this work. I've been using sql backup for a lot of years and this is a MAJOR PITA. All I want to do is go to a file share and pick a backup to restore. Why do I have to go to the sh...
For Pete's sake already. DBCC TRACEON/TRACEOFF 3604
I know that this has been brought up before, but it sure would be nice if my log file didn't have tens of thousands of theses informational messages. :x :evil:
Seriously, could someone acknowledge...
RESTORE LATEST_ALL never starts
I'm trying to script a restore job using the LATEST_ALL option and it never starts and I don't receive any errors. It's currently been running for 20 minutes and it's a very small database (about ...
Upgrading server components from UI fails
I get errors and have to manually install on 30+ servers. It never has worked for me.
sv0220sqlmon1\dba: Server Component Installation - Failed
====================================================...
Man, this is disaster waiting to happen. I found another server that was doing this. It doesn't copy the log backups to the network for days, but it's been deleting them locally. No errors indicating there are any problems. Good thing I didn't need those logs for anything. / comments
Man, this is disaster waiting to happen. I found another server that was doing this. It doesn't copy the log backups to the network for days, but it's been deleting them locally. No errors indic...
Here's what I did. It's working again.
EXEC MASTER..sqbdata delete from backupfiles_copylist_log'
EXEC MASTER..sqbdata 'delete from backupfiles_copylist' / comments
Here's what I did. It's working again.
EXEC MASTER..sqbdata delete from backupfiles_copylist_log'
EXEC MASTER..sqbdata 'delete from backupfiles_copylist'
I'm having the same problem. / comments
I'm having the same problem.
Strange restore issue
I've been having problems restoring differential backups. One database I tried last week gave me SQL errors 3013 and 3136 and the restore left the DB in recovery state. Then one I just tried now ...
GUI bug
This is going to be difficult to explain but here goes. I'm doing a point in time restore so there is 1 full, 1 diff, and several log backups that I select from a directory. When I go to the next...