04 | Always On High Availability

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)
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.
0 SQL Server AlwaysOn – SharePoint 2013 High Availability and Disaster Recovery Sal Bawany, Solutions Architect
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
Architecting Availability Groups
IT Pro Day SQL Server 2012 AllwaysOn Stephan Hurni Microsoft V-TSP Principal Consultant, Trivadis AG
SQLintersection SQL37 SQL Server 2012 Availability Groups: High Availability for Your Most Important Data Aaron Bertrand,
SQLintersection Session SQL37 SQL Server 2012 Availability Groups Aaron Bertrand
DBI Meets mission critical high availability SLA Integrated Efficient Flexible.
Unified solution Easy to configure, manage, and monitor Reuse existing investments SAN/DAS environments Allow using HA hardware resources Fast seamless.
SQLCAT: SQL Server HA and DR Design Patterns, Architectures, and Best Practices Using Microsoft SQL Server 2012 AlwaysOn Sanjay Mishra Program Manager.
7. Replication & HA Objectives –Understand Replication and HA Contents –Standby server –Failover clustering –Virtual server –Cluster –Replication Practicals.
Speaker Name 00/00/2013. Solution Requirements.
Alwayson Availability Groups
Architecting Availability Groups An analysis of Microsoft SQL Server Always-On Availability Group architectures 1.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Warwick Rudd – Henry Rooney – How Available is SQL Server 2016? DAT33 6.
Narasimha Reddy Gopu Jisha J. Agenda Introduction to AlwaysOn * AlwaysOn Availability Groups (AG) & Listener * AlwaysOn Failover * AlwaysOn Active Secondaries.
Luis Vargas Senior Program Manager Lead Microsoft.
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.
Windows Server Failover Clustering (WSFC) with SQL Server.
Architecting Availability Groups An analysis of Microsoft SQL Server Always-On Availability Group architectures 1.
William Durkin A Gourmet Menu of SQL Server High Availability Options.
AlwaysOn In SQL Server 2012 Fadi Abdulwahab – SharePoint Administrator - 4/2013
FUN WITH AVAILABILITY GROUPS Christopher Wolff SQL Server Database Engineer, Xero.
Architecting Availability Groups An analysis of Microsoft SQL Server Always-On Availability Group architectures 1.
High Availability & Disaster Recovery with SQL Server AlwaysOn Availability Groups Turgay Sahtiyan Microsoft – Senior SQL Server PFE
Microsoft Connect /23/ :39 PM
Introduction to Clustering
Turgay Sahtiyan Istanbul, Turkey
Sponsors.
SQL Server AlwaysOn Availability Groups DrillDown
AlwaysON Availability groups
Architecting Availability Groups
ALWAYSON AVAILABILITY GROUPS
Navigating the options for Data Redundancy
Disaster Recovery Where to Begin
AlwaysOn Mirroring, Clustering
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.
TOP 10 Availability Groups Improvement in SQL 2016
SQL AlwaysOn Availability Groups
Required 9s and data protection: introduction to sql server 2012 alwayson, new high availability solution Santosh Balasubramanian Senior Program Manager.
AlwaysOn, an Early bird Overview
AlwaysOn Availability Groups 101
07 | Analyzing Big Data with Excel
Introduction to Clustering
Disaster Recovery Where to Begin
Architecting Availability Groups
What’s new in SQL Server 2016 Availability Groups
SYED SAJID WASIM SQL SERVER ALWAYS ON Step by Step.
AlwaysOn Availability Groups
High Availability/Disaster Recovery Solution
Distributed Availability Groups
Using Distributed AGs for Your Migrations
02 | Getting Started with HDInsight
03 | Windows Azure PowerShell
Using Distributed AGs for Your Migrations
SQL AlwaysOn Availability Groups
06 | SQL Server and the Cloud
Designing Database Solutions for SQL Server
Presentation transcript:

04 | Always On High Availability Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft

Module Overview AlwaysOn Technologies AlwaysOn Failover Cluster Instances AlwaysOn Availability Groups

AlwaysOn Technologies Windows Server Failover Cluster AlwaysOn Failover Cluster Instance Server-level protection AlwaysOn Availability Group Database-level protection Windows Server Failover Cluster

AlwaysOn Failover Cluster Instances Instance-level high availability Improved health monitoring and failover flexibility Support for multi-subnet clustering Support for Cluster Shared Volumes Cluster Metadata in Dynamic Management Views Windows Server Failover Cluster

AlwaysOn Availability Groups Replacement for Database Mirroring (deprecated in SQL Server 2012) Built on Windows Server Failover Cluster One primary replica, multiple secondary replicas Secondary replicas can be readable Synchronous and asynchronous commit modes Single listener endpoint for clients Windows Server Failover Cluster Primary Replica Secondary Replica Sync Async Listener

Demo: Creating an Availability Group In this demonstration, you will see how to: Verify Cluster and AlwaysOn Configuration Prepare a Database for Inclusion in an Availability Group Create an AlwaysOn Availability Group View Availability Group Information

Active Secondary Replicas Secondary connection types: No connections Read-Intent connections only Any connection (but only reads are supported) Clients connect to secondary replicas via the listener (using read-only routing) or direct Use secondary replicas for backup Log backups Copy-only backups Primary Replica Secondary Replica ApplicationIntent=ReadOnly Backup

Demo: Using an Availability Group In this demonstration, you will see how to: Connect to an AlwaysOn Availability Group Use an Active Secondary Replica Open a Read-Intent Connection

Managing an Availability Group Always On Availability Group Dashboard: View health events View cluster quorum information Perform a manual failover SQL Server Management Studio Add or remove a database. Adding or removing a replica. Add or remove a listener. Configure replica synchronization Configure active secondary replicas Configure availability group backup preferences PowerShell: Configure read-only routing

Managing Failover In this demonstration, you will see how to: Perform a Manual Failover Observe Automatic Failover

Module Summary AlwaysOn Failover Cluster Instances provide redundancy at the server level AlwaysOn Availability Groups provide redundancy at the database level Replacement for database mirroring Built on Windows Failover Cluster service