Activity overview
Latest activity by jhboricua
The referenced thread dates back to 2009 and there's still no fix yet from Red Gate? Seriously? / comments
The referenced thread dates back to 2009 and there's still no fix yet from Red Gate? Seriously?
Crap, you're right. Since it was a new instance I had not setup the backup jobs yet because I first was trying to restore the database for the application we're trying to migrate. But I just looked at the job we setup for backing up the system databases, which also writes to the same network share and it is also failing. / comments
Crap, you're right. Since it was a new instance I had not setup the backup jobs yet because I first was trying to restore the database for the application we're trying to migrate. But I just looked...
Unable to restore from network share - Server 2012/SQL 2012
I just installed the latest SQL Backup on a new Server 2012 R2 Server running SQL 2012 Standard last week. I've created the Multi-String registry key 'BrowsingUserList' just like I've done so many ...
SQL Backup 7.4 fresh install not detecting SQL cluster
When I run the setup file from the active node of a SQL cluster, in this case a SQL 2008 R2 cluster running on Server 2008 R2 Enterprise, the installer fails to detect that it's on a cluster.
I don...
Hi Smiley,
I while back I had to write a script to restore a bunch of databases. The backups were SQL Backup files. I blogged about it, you could use/adapt it to your needs. Hope it helps: http://sysadmingrunt.blogspot.com/2011/ ... ll_23.html / comments
Hi Smiley,
I while back I had to write a script to restore a bunch of databases. The backups were SQL Backup files. I blogged about it, you could use/adapt it to your needs. Hope it helps:http://sy...
If I have to guess, you are probably having a different issue that has nothing to do with SQL Backup.
The first thing you need to do is verify that you can connect to the SMTP server from the SQL box. Have you done this with say... Putty or the Telnet command connecting to port 25 on the SMTP server? http://technet.microsoft.com/en-us/libr ... v=exchg.65).aspx
If the test fails, then you need to start your troubleshooting there and take SQL Backup out of the equation.
It could be the Windows Firewall on either server blocking the connection, or a setting on the SMTP service not allowing relaying or a network device in the path not allowing the connection. / comments
If I have to guess, you are probably having a different issue that has nothing to do with SQL Backup.
The first thing you need to do is verify that you can connect to the SMTP server from the SQL b...
If you're not squeamish about scripting, you could wrap everything into a powershell script that does:
1. Backup using Redgate SQL Backup.
2. Copy files after backup is complete.
3. Do the pruning of older files from the network share.
I use a powershell script for #3 as I found that having the SQLBackup utility doing this was unreliable. / comments
If you're not squeamish about scripting, you could wrap everything into a powershell script that does:
1. Backup using Redgate SQL Backup.
2. Copy files after backup is complete.
3. Do the pruning ...
Angela,
I would strongly suggest that you add a disk dependency on the SQLBackupAgent generic cluster service in cluster administrator.
See this thread for reference: http://www.red-gate.com/MessageBoard/vi ... hp?t=13361
When you install SQLBackup on a cluster the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Red Gate\SQL Backup\BackupSettingsGlobal\(LOCAL)
is populated with the path of the shared cluster disk you specified during install. There is an issue where if the cluster service for SQLBackup tries to start before the disk resource is online (like during a failover or a reboot), the key will get reset with a local path on the node, effectively wiping the backup history and timeline from the SQLBackup GUI. By adding the disk dependency you'll ensure the service won't attempt to start before the shared disk becomes available. / comments
Angela,
I would strongly suggest that you add a disk dependency on the SQLBackupAgent generic cluster service in cluster administrator.
See this thread for reference:http://www.red-gate.com/Message...
Hi Linda,
Please confirm, does right clicking the clustered SQL server in the SQL Backup GUI deactivates the license on both the active AND passive node? / comments
Hi Linda,
Please confirm, does right clicking the clustered SQL server in the SQL Backup GUI deactivates the license on both the active AND passive node?