Posts
Sort by recent activity
Uninstall sql backup 6 on cluster
I have the task of uninstalling sql backup 6 on one of our sql 2008 clusters. I see documentation in reference to how to install sql backup 6 on the cluster but not how to uninstall it other than ...
SQL Backup delete issue (error 32)
We are intermittantly getting the following error for our log backups:
Warning 161: ERASEFILES error: Failed to delete file: \\servername\fileshare\dbname\LOG_(local)_dbname_20101230_030007.sqb. Er...
SQL Doc for Analysis services?
Does red gate have any plans to add Analysis services 2005/2008/2008 R2 to their documentation tool? There isn't much out there so I would think it would be a great opportunity.
When will sql doc support sql 2008 r2 CU3?
I tried using sql doc 2 on sql 2008 r2 CU3 but it said that the sql version was unsupported. Any ideas when sql doc will support sql 2008 r2 cu3?
online restore
Can we do SQL 2005 online restore with red gate backups? In sql 2005 native, this would be the ability to perform a restore operation while an instance of sql server is running assuming we have en...
Restore whole table in SQL Backup
Other backup products have a feature where you can restore a particular table from backup but it doesn't look like SQL Backup 5 can do this directly. I understand that row level restore is availab...
The specified network name is no longer available error
I have a sql backup that has been running fine until two days ago where one of the dbs is giving the following error:
Warning: System error 64 (The specified network name is no longer available)
Th...
Restore failure on enrypted backup
I have a backup of a red gate sql v5 encrypted backup from a sql 2000 enterprise sp4 server. I'm trying to restore it to a sql 2000 sp4 developer edition server and I am getting the following erro...
Documenting from sql compare snapshot
Is there any way to use sql doc to document a sql compare snapshot in an automated fashion? What we're trying to do is to automate the documentation of differences so that when someone comes up to...
sql backup v5 does not move file on restore
I'm trying to copy the backup file to a destination but nothing seems to work. Here's code I've tried:
exec master..sqlbackup N'-SQL "RESTORE DATABASE [<database>]
FROM DISK = ''\\server\share\fol...