SQL2012 AlwaysOn Availability Groups and SQLBackup
ChrisAVWood
Posts: 361
Hi,
We are just setting up two SQL2012 Servers that will be clustered to use Availability Groups. Because some of the databases are large we still want to use Red Gate SQLBackup as we use split backups and SQLBackup gives us uniquely named backup files that maintenance plans will not do. From what I understand if we create a database on one node or restore to it and then take a full backup it would automatically replicate to the other node(s) in the Availability Group. This could be a long process for large databases.
Is anybody using SQLBackup with SQL2012 Availability Groups that could give advice on best practices?
Thanks
Chris
We are just setting up two SQL2012 Servers that will be clustered to use Availability Groups. Because some of the databases are large we still want to use Red Gate SQLBackup as we use split backups and SQLBackup gives us uniquely named backup files that maintenance plans will not do. From what I understand if we create a database on one node or restore to it and then take a full backup it would automatically replicate to the other node(s) in the Availability Group. This could be a long process for large databases.
Is anybody using SQLBackup with SQL2012 Availability Groups that could give advice on best practices?
Thanks
Chris
English DBA living in CANADA
Comments
Product Support
Red Gate Software
Chris
Chris
Of course actually creating the replica in the first place takes a bit of time.
What's good for us is that we have 3 SQL servers with several availability groups, and independent Databases, and this approach ensures that all the databases are backed up. The only issue is collecting together all the Full DIff and TLOG backups in the backup chain if you have to do a restore . . . Hence a COPY_TO to a common network location.
Writing your own Backup Stored procedure gives you a lot more flexibility to use SQL Backup as a tool to ensure your data is protected, rather than relying on the required functionality being added into the GUI