Active Secondary: Enabling Backup On Secondary

Slides:



Advertisements
Similar presentations
SQL Server AlwaysOn: Active Secondaries Luis Vargas Program Manager Microsoft Corporation DBI312.
Advertisements

Implementing SQLServer AlwaysON Sarabpreet Singh Anand SQL Server – MVP SQLServerGeeks.com (VP)
SharePoint 2013 & SQL Server 2012 Availability Groups The Rough Guide.
Mecanismos de alta disponibilidad con Microsoft SQL Server 2008 Por: ISC Lenin López Fernández de Lara.
1EMC CONFIDENTIAL—INTERNAL USE ONLY Overview of SQL Server 2012 High Availability and Disaster Recovery (HADR) Wei Fan Technical Partner Management – Microsoft.
SQL Server AlwaysOn.
Oracle Data Guard Ensuring Disaster Recovery for Enterprise Data
FlareCo Ltd ALTER DATABASE AdventureWorks SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS Slide 1.
SharePoint and SQL Server integration Demo: SQL Server Optimizing Configurations SQL Server 2014 for SharePoint 2013 Avoiding ginormous transaction.

Virtual techdays INDIA │ September 2011 High Availability - A Story from Past to Future Balmukund Lakhani │ Technical Lead – SQL Support, Microsoft.
SQL Server 2012 Always On Premier Field Engineer Microsoft Corporation Lisa Gardner
SQL Server AlwaysOn: Active Secondaries Luis Vargas Program Manager Microsoft Corporation DBI312.
SharePoint Business Continuity Management with SQL Server AlwaysOn
SQL Server 2008 Implementation and Maintenance Chapter 7: Performing Backups and Restores.
Architecting Availability Groups
It is one of the techniques to create a stand by server. Introduced in SQL 2000,enhanced in It is a High Availability as well as Disaster recovery.
MODIFY THIS SLIDE FOR ACTUAL PRESENTER, DELETE THIS BAR AFTER MODIFICATION.
© 2011 PLANET TECHNOLOGIES, INC. Upgrading Your SharePoint and SQL Environments Patrick Curran, MCT SEPTEMBER 22, 2012.
DATABASE MIRRORING  Mirroring is mainly implemented for increasing the database availability.  Is configured on a Database level.  Mainly involves two.
Module 13 Implementing Business Continuity. Module Overview Protecting and Recovering Content Working with Backup and Restore for Disaster Recovery Implementing.
High Availability in DB2 Nishant Sinha
Learningcomputer.com SQL Server 2008 – Backup and Restore Database.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Data Disaster Recovery Planning Greg Fibiger 1/7/2016.
Narasimha Reddy Gopu Jisha J. Agenda Introduction to AlwaysOn * AlwaysOn Availability Groups (AG) & Listener * AlwaysOn Failover * AlwaysOn Active Secondaries.
What HADR Option(s) Are Right For You?. Where’s The AlwaysOn?
SQL Server High Availability Introduction to SQL Server high availability solutions.
All the things you need to know before setting up AlwaysOn Michael Steineke SQL & BI Solution Lead Enterprise Architect Concurrency, Inc.
AlwaysOn Introduction in Denali November 27 th, 2011.
AGENDA 1.Importance of backups and backup strategy 2.Full DB backup and Restore 3.Filegroup Backup and restore 4.File Backup and Restore 5.Page restore.
William Durkin A Gourmet Menu of SQL Server High Availability Options.
AlwaysOn In SQL Server 2012 Fadi Abdulwahab – SharePoint Administrator - 4/2013
Are You High? Can You Recover? Robert Douglas SQL Saturday #468, Sydney 27 th February 2016.
ROLLING DATABASE SNAPSHOTS David Cobb Daveslog.com.
Level 400 SQL Server 2012 AlwaysOn Deep Dive Christian Bolton, Coeo Ltd.
High Availability & Disaster Recovery with SQL Server AlwaysOn Availability Groups Turgay Sahtiyan Microsoft – Senior SQL Server PFE
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
Turgay Sahtiyan Istanbul, Turkey
Sponsors.
SQL Backups for Beginners by Mark Gordon
Database Administration
Automated Restore Script Output for Ola Hallengren’s Maintenance Solution 1) Start SQL Services on Local 2) Connect to Azure AlwaysOn 3) Delete all maintenance.
Transaction Log Fundamentals
Curacao SQL Saturday June 11, 2016
ALWAYSON AVAILABILITY GROUPS
Navigating the options for Data Redundancy
Disaster Recovery Where to Begin
Example of a page header
Always On Availability Groups
Always on HA SQL Server Always ON feature is the new comprehensive high availability and disaster recovery solution which increases application availability.
Free Microsoft Exam Braindumps Dumps4Download
Required 9s and data protection: introduction to sql server 2012 alwayson, new high availability solution Santosh Balasubramanian Senior Program Manager.
SQL Backups for Beginners by Mark Gordon
What’s new in SQL Server 2016 Availability Groups
Planning High Availability and Disaster Recovery
Backup and Restore your SQL Server Database
SYED SAJID WASIM SQL SERVER ALWAYS ON Step by Step.
Transaction Log Fundamentals
Database Mirroring The Basics
AlwaysOn Availability Groups
High Availability/Disaster Recovery Solution
Performing Database Recovery
Chapter 11 Managing Databases with SQL Server 2000
Using the Cloud for Backup, Archiving & Disaster Recovery
Introduction.
04 | Always On High Availability
Backup & Recovery.
Designing Database Solutions for SQL Server
Presentation transcript:

Active Secondary: Enabling Backup On Secondary Kevin Farlee

Active Secondary: Enabling Backup On Secondary Within AlwaysOn Availability Groups Backups can be offloaded to any replica

Database Mirroring Backups Backups are only allowed on Primary Secondary cannot be leveraged for backups Backup Workload impacts production Server

Active Secondary: ENABLING Backup ON SECONDARY Backups are allowed on any replica Primary and secondary can be leveraged for backups Backup workload does not impact production server Highly requested feature

Capabilities Backups can be done on any replica of a database Secondary replica may be synchronous or asynchronous Backups on primary replica still works Log backups done on all replicas form a single log chain Recovery Advisor makes restores simple

Log backups done on all replicas form a single log chain LSN 11 - 20 LSN 31 - 40 Replica 1 Log backup Log Backup LSN 1 - 10 LSN 21 - 30

TIPS AND TRICKS Differential backups are not supported on secondary Only Copy-only full backups are supported on secondary The only distinction is the differential bitmap clearing Advisable for backups to be stored centrally

DEMO Backup On Secondary

DEMO Recovery Advisor

Automated Backups How to choose which replica to use for a backup? DBM: Only the primary would work Now: Backups succeed on all replicas Solution: Declarative policy

Declarative Policy Preference for which role to use: Primary Only Secondary Only Secondary (but use Primary as fallback) Don’t care Relative Priority for each replica

Declarative Policy Logic: Filter out replicas which are not up & online Filter out replicas which don’t meet the policy for role Select the highest priority replica among the remaining set Use instance name as tie-breaker

Declarative Policy Policy is advisory only (NOT enforced) Automatically used by Maintenance Plans and Log Shipping Implemented as a system function (returns boolean)

DEMO Backup Automation

Call to action final slide PLACEHOLDER SLIDE SPECIFIC CTA’S WITH LINKS TO COME