SQL Server High Availability

Slides:



Advertisements
Similar presentations
Suggested Course Outline Cloud Computing Bahga & Madisetti, © 2014Book website:
Advertisements

Gold Sponsors Bronze Sponsors Silver Sponsors Taking SharePoint to the Cloud Aaron Saikovski Readify – Software Solution Specialist.
Intro to SharePoint 2013 Architecture Liam Cleary.
“It’s going to take a month to get a proof of concept going.” “I know VMM, but don’t know how it works with SPF and the Portal” “I know Azure, but.
4/16/2017 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
What is Cloud Computing? o Cloud computing:- is a style of computing in which dynamically scalable and often virtualized resources are provided as a service.
Virtual techdays INDIA │ September 2011 High Availability - A Story from Past to Future Balmukund Lakhani │ Technical Lead – SQL Support, Microsoft.
AZURE RESOURCE MANAGER API  container for multiple resources  resources exist in one* resource group  resource groups can span regions  resource.
Jennifer Rexford Princeton University MW 11:00am-12:20pm Data-Center Traffic Management COS 597E: Software Defined Networking.
SharePoint Business Continuity Management with SQL Server AlwaysOn
Windows Azure Conference 2014 Oracle on Windows Azure.
SharePoint Farm On Azure IAAS Prepared By : Prakhar Rastogi Premier Field engineer Microsoft India.
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Climate Sciences: Use Case and Vision Summary Philip Kershaw CEDA, RAL Space, STFC.
Windows Azure Conference 2014 Lessons Learned From Large Scale Migrations to Windows Azure IaaS.
Tony Tomarchio Director of Field Engineering SIOS Technology
MDC417 Follow me on Working as Practice Manager for Insight, he is a subject matter expert in cloud, virtualization and management.
From Virtualization Management to Private Cloud with SCVMM 2012 Dan Stolts Sr. IT Pro Evangelist Microsoft Corporation
Deploying, Organizing and Securing Applications with the Azure Resource Manager Emil Velinov Senior Program Manager, AzureCAT M391.
Amazon Web Services MANEESH MOHANAVILASAM. OLD IS GOLD?...NOT Predicting peaks Developing partnerships Buying and maintaining hardware Upgrading hardware.
Visual Studio Windows Azure Portal Rest APIs / PS Cmdlets US-North Central Region FC TOR PDU Servers TOR PDU Servers TOR PDU Servers TOR PDU.
Virtual SharePoint Summit 2010 hosted by Rackspace Manage Your Team with SharePoint Jennifer Mason, Senior Consultant SharePoint 911 Virtual SharePoint.
IT Professionals David Tesar | Microsoft Technical Evangelist David Aiken | Microsoft Group Technical Product Manager 07 | High Availability and Load Balancing.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
NetApp Private Storage for SoftLayer ​ Customer Technical Presentation ​ Presenter’s Name ​ Presenter’s Title ​ Presentation Date © 2014 NetApp, Inc. All.
Robert Potočnik, Microsoft Deployment za lenuhe – aka PDT.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
Inspirirani ljudima. Ugasite mobitele. Hvala.. Paolo Pialorsi Senior Consultant PiaSys ( Publishing apps for SharePoint 2013 on Microsoft.
Information Technology Department Technology Services Staff Independent Contractor ePaperless, LLC Information Technology Department Technology Services.
Deploying Highly Available SAP in the Cloud
Alfresco on Azure Shah Rahman Founder and CEO, CloudlyIO.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
Apache Hadoop on Windows Azure Avkash Chauhan
Sql Server Architecture for World Domination Tristan Wilson.
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
Introduction to Clustering
Migrating to and Integrating with SQL Azure
Building AD-SQL-APP Server on AZURE
11. Looking Ahead.
Chapter 6: Securing the Cloud
Recommended Practices & Fundamentals
Secrets to Fast, Easy High Availability for SQL Server in AWS
Implementing ArcGIS on Azure/Cloud Builder 10.4
Always On Multi-Site Patterns
VIDIZMO Deployment Options
Windows Azure Pack : Express Installation
Design and Implement Cloud Data Platform Solutions
Always On : Multi-site patterns
Cloud Database Based on SQL Server 2012 Technologies
Amazon AWS Solution Architect Associate Exam Dumps For Full Exam Info Visit This Link:
Introduction to Clustering
To Quickly Deploy Apps for a Global Clientele, Media Firm Relies on Cloud Virtual Machines MINI-CASE STUDY “Microsoft Azure Virtual Machines let us offer.
Clusters Provide Necessary HA Protection for International Marketer to Deploy SAP in Azure “SIOS DataKeeper provided the configuration flexibility and.
Massively Parallel Processing in Azure Comparing Hadoop and SQL based MPP architectures in the cloud Josh Sivey SQL Saturday #597 | Phoenix.
Always On : Multi-site patterns
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Time And Relative Dimensions in SQL
Always On : Multi-site patterns
Microsoft Virtual Academy
Cloud Data Replication with SQL Data Sync
Managing Services with VMM and App Controller
Copyright © JanBask Training. All rights reserved Become AWS Certified & Get Amazing Job Opportunities.
Become the Data Platform Engineer of Tomorrow
MDC-B203 Deploying Applications in Microsoft System Center Virtual Machine Manager Using Services John Messec Program Manager Microsoft.
Transforming your Datacentre
Evolution not Revolution
SQL Server using Amazon Web Services EC2 Instances
Making Row Level Security and Dynamic Data Masking work for you.
Windows Azure SDK 1.7 and New Features
Presentation transcript:

SQL Server High Availability For Virtualized and Cloud Deployments

About Me John Q Martin Solutions Engineer – SQL Sentry Twitter : @SQLDiplomat Email : jmartin@sqlsentry.com Blog : http://blogs.sqlsentry.com/author/JohnMartin Over a decade of experience with SQL Server DBA Dev BI Worked for Microsoft as a Premier Field Engineer (PFE) in the UK

High Level Architecture Agenda Cloud Providers Core Concepts High Level Architecture

Cloud Providers Microsoft Amazon Rackspace

Segregation of resources Core Concepts Segregation of resources Modular systems Environmental Restrictions

Region Resource Group Availability Set Fault Domain Update Domain Microsoft Azure Region Resource Group Availability Set Fault Domain Update Domain

Amazon AWS Region Availability Zone

Region Compute Cell Availability Zone Rackspace http://docs.openstack.org/arch-design/massively-scalable-technical-considerations.html

Virtualization Data Centre Racks Clusters Nodes

Cloud and Virtualization Multiple VMs in Availability Set. Use Availability Sets for each Tier. Segregate Storage for the same service. Fault Domain 0 Fault Domain 1

Cloud and Virtualization Important to isolate components providing same service. Leverage Anti-affinity. Understand the concept of a Fault Domain.

Cloud and Virtualization Limit the scope of potential impact.

Cloud and Virtualization Limit the scope of potential impact. Understand placement of storage components.

Cloud and Virtualization Limit the scope of potential impact. Understand placement of storage components.

Cloud and Virtualization When using a public cloud offering, understand the requirements for SLA cover. Azure has specific requirements Important environment details. Availability Sets Fault Domains Upgrade Domains

Questions