Floating on a Hybrid Cloud: SQL Server 2014 & Microsoft Azure Timothy P. McAliley Microsoft Premier Field Engineer SQL Server May 8, 2014

Similar documents
SQL Server 2014 Private and Hybrid Cloud Features. Darmadi Komo Senior Technical Product Marketing Mgr, SQL Server Product Mgmt

AMA: Open Questions and Answers on SQL Server in Azure VMs. Silvano Coriani, Program Manager AzureCAT Microsoft

Welcome to the. Migrating SQL Server Databases to Azure

EASYHA SQL SERVER V1.0

Microsoft Azure Windows Server Microsoft System Center

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992

HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER

Exam : Implementing Microsoft Azure Infrastructure Solutions

Most SQL Servers run on-premises. This one runs in the Cloud (too).

Martin Cairney. Hybrid data platform making the most of Azure plus your onprem

Eliminate Idle Redundancy with Oracle Active Data Guard

Ian Choy. Technology Solutions Professional

Design and implement cloud data platform solutions.

Microsoft SQL Server

Ryan Adams Blog - Twitter Thanks to our Gold Sponsors

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft


Microsoft SQL AlwaysOn and High Availability

Building Clusters to Protect SQL Server in Cloud Configurations

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings

Windows Clustering 101

Randy Pagels Sr. Developer Technology Specialist DX US Team AZURE PRIMED

Microsoft SQL Server HA and DR with DVX

Are AGs A Good Fit For Your Database? Doug Purnell

Modernize Your Backup and DR Using Actifio in AWS

SQL Server Virtualization 201

Address new markets with new services

Upgrading Your Skills to Windows Server 2016

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP

Arcserve Solutions for Amazon Web Services (AWS)

SQL Server 2012 virtually out, Microsoft talks features, licensing

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES?

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024

Availability and Performance for Tier1 applications

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk

70-745: Implementing a Software-Defined Datacenter

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI /

Microsoft SQL AlwaysOn and High Availability

SQL Server New innovations. Ivan Kosyakov. Technical Architect, Ph.D., Microsoft Technology Center, New York

Security & Management

Virtual protection gets real

Azure File Sync. Webinaari

The Freedom to Choose

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

20465: Designing a Data Solution with Microsoft SQL Server

The Three Data Challenges

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI /

Architecting a Hybrid Database Strategy with Microsoft SQL Server and the VMware Cloud Provider Program

Veeam and Azure Better together. Martin Beran Senior Systems Engineer; Czechia/Slovakia/Hungary

AlwaysOn Availability Groups 2016 What is new?

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Agenda. This Session: Azure Networking Basics, On-prem connectivity options DEMO Create VNET/Gateway Cost-estimation for VNET/Gateways

Microsoft Azure Course Content

HPE Storage solutions for SQL Server. Rambo WANG TME, HPE Storage #HPEMSFT

How to Lift-and-Shift a Line of Business Application onto Google Cloud Platform

High Availability- Disaster Recovery 101

Easy VMware Disaster Recovery & Business Continuity in Amazon Web Services

Let s manage agents. Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management

Javier Villegas. Azure SQL Server Managed Instance

ZENworks Mobile Workspace High Availability Environments. September 2017

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD

Virtualization And High Availability. Howard Chow Microsoft MVP

Introducing VMware Validated Designs for Software-Defined Data Center

What s new in Vembu BDR Suite v3.5!

SQL Azure. Abhay Parekh Microsoft Corporation

Microsoft and Oracle: Partners in the Enterprise Cloud

Developing Microsoft Azure Solutions (70-532) Syllabus

Introducing VMware Validated Designs for Software-Defined Data Center

EBOOK. FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS

Oracle Maximum Availability Architecture for Oracle Cloud

Introducing VMware Validated Designs for Software-Defined Data Center

Simplify Application Access with Azure Active Directory

arcserve r16.5 Hybrid data protection

REDCENTRIC SQL SERVER PLUG-IN 8.3 USER GUIDE

Developing Microsoft Azure Solutions (70-532) Syllabus

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

Microsoft Azure StorSimple Hybrid Cloud Storage. Manu Aery, Raju S

Symantec Reference Architecture for Business Critical Virtualization

Transactional Replication New Features for AlwaysOn AG in SQL Henry Weng Premier Field Engineer SQL Server & AI

Enhanced VMware and Hyper-V Data Protection with Vembu VMBackup v3.5!

Synergetics-Standard-SQL Server 2012-DBA-7 day Contents

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM

50 TB. Traditional Storage + Data Protection Architecture. StorSimple Cloud-integrated Storage. Traditional CapEx: $375K Support: $75K per Year

Kathryn Varrall. The secret sauce to successful database migrations

Designing Database Solutions for Microsoft SQL Server 2012

20533B: Implementing Microsoft Azure Infrastructure Solutions

How To Guide: Long Term Archive for Rubrik. Using SwiftStack Storage as a Long Term Archive for Rubrik

IBM Spectrum Protect Plus

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition

High Availability- Disaster Recovery 101

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA

Construct a High Efficiency VM Disaster Recovery Solution. Best choice for protecting virtual environments

Offloaded Data Transfers (ODX) Virtual Fibre Channel for Hyper-V. Application storage support through SMB 3.0. Storage Spaces

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers

Microsoft. Designing Database Solutions for Microsoft SQL Server 2012


Infrastructure modernization with Microsoft Azure

EXPRESSCLUSTER D Product Introduction

Actual4Dumps. Provide you with the latest actual exam dumps, and help you succeed

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Transcription:

Floating on a Hybrid Cloud: SQL Server 2014 & Microsoft Azure Timothy P. McAliley Microsoft Premier Field Engineer SQL Server May 8, 2014 Agenda 1

Speaker Intro Timothy McAliley 2

Hybrid cloud solutions Geo-replication Restore to VM Running SQL Server on an Windows Azure VM 3

Key Benefits Key Benefits 4

Key Benefits Easy on-ramp to cloud 5

Backup to Cloud Key Concepts and Fun Facts Limitations Max Backup Size is 1TB Logical Device Name Not Supported Append To Existing Blob Not Supported Backups to Multiple Blobs in a Single Backup Operation Not Supported 6

Backup to Azure Backups CREATE CREDENTIAL mystoragecred WITH IDENTITY = mystorage', SECRET = <your storage access key> BACKUP DATABASE mydb TO URL ='https://mystorage.blob.core.windows.net/backupcontainer/mydb-20130411.bak' WITH CREDENTIAL = mystoragecred', FORMAT, COMPRESSION, STATS = 5, MEDIANAME = mydb backup 20130411', MEDIADESCRIPTION = 'Backup of mydb' Backup to Windows Azure Windows Azure storage On-site/off-site storage costs Device management costs XDrives limited to 1 terabyte Max 16 drives Manage drives and policy Box WA Near bottomless storage Off-site, geo-redundant No provisioning No device management Media safety (decay-free) Remote accessibility Windows Azure Blobs 7

Backup to Windows Azure Backup to Windows Azure Tool 8

Managed Backup to Azure Agent that manages and automates SQL Server backup policy Large-scale management and no need to manage backup policy Context-aware for example, workload/throttling Minimal knobs control retention period Manage whole instance or particular databases Take advantage of backup to Azure Inherently off-site Geo-redundant Minimal storage costs Zero hardware management Example: EXEC smart_admin.sp_set_db_backup @database_name='testdb', @storage_url=<storage url>, @retention_days=30, @credential_name='mycredential', @enable_backup=1 Benefits 9

Cloud DR Hybrid cloud solutions 10

Why Do We Need Cloud DR for SQL Server? An event can cause on-premises SQL Server to become unavailable - Temporarily (e.g. gateway failure) - Permanently (e.g. flooding) A disaster recovery site is expensive - Site rent + maintenance - Hardware - Ops 21 Typical Configuration 22 11

Characteristic of Cloud DR for SQL Server Deploy one or more secondary replicas for on-premises SQL Server - Replicas continuously synchronize At best region: West US, East US, East Asia, Southeast Asia, North Europe, West Europe - Political considerations - Latency Low TCO - VM and storage 23 Inverse Deployment Configuration Supported 24 12

Technologies Supported Technology SQL Server Version Zero Data Loss Scope # Secondaries Automatic Failover Availability Groups Database Mirroring Log Shipping SQL Server 2012 SQL Server2008 R2 SQL Server 2012 SQL Server2008 R2 SQL Server 2012 Yes* (Sync Mode) Yes* (High Safety Mode) DB(s) 4 Yes (w/ additional cluster member)** DB 1 Yes (w/ Witness)** Readable Secondaries Yes Limited (database snapshots) No DB N No Limited (standby state) * Most customers use Async Mode (High Performance) to avoid impacting primary performance **Async Mode only supports Force Failover to make DR (and potential data loss) a conscious decision 25 Availability Groups in Cloud DR Provide additional benefits: - Integrated HA/DR - Offload Read workloads to Windows Azure Connect reporting/bi apps Migrate apps and run against local secondaries - Offload Backups to Windows Azure A solution for policy compliance Requires: - Same Windows Domain - Needs an Active Directory Domain Controller 26 13

Example of Availability Group Spanning On-premises and Windows Azure redmond.corp.microsoft.com Availability Group CSNB2252108-TA uswest.internal.cloudapp.net Virtual Network CSNB2252109-TA Windows Cluster VPN Device AGHybrid2 27 Architecture Diagram Cloud Windows Cluster On-Premises Availability Group Primary Secondary Secondary 28 14

Architecture Diagram Cloud Windows Cluster On-Premises Availability Group Primary Secondary Secondary 29 AlwaysOn Replica in Windows Azure What s being delivered - Wizard to add a replica in a Windows Azure VM Main benefits - Easily deploy one or more replicas of your databases to Windows Azure No need for a DR site (hardware, rent, ops) - Use these replicas for Disaster Recovery Workloads (reads/backups) 30 15

Deploy DB to Windows Azure Wizard Easy on-ramp to cloud 16

Deploy databases to Windows Azure VM New wizard to deploy databases to SQL Server in Windows Azure VM Can also create a new Windows Azure VM if needed Easy to use Perfect for database administrators new to Azure and for ad hoc scenarios Complexity hidden Detailed Azure knowledge not needed Almost no overhead: defining factor for time-totransfer is database size SQL Server Data & Log Files in Windows Azure Storage 17

SQL Server Data & Log Files in Windows Azure Storage Ability to move data & log files in Windows Azure Storage, while keeping the compute node of SQL Server on-premise Transparent Data Encryption (TDE) is supported No application changes required Centralized copy of data and log files Enjoy unlimited storage capacity in Azure Storage (built in HA, SLA, geo-dr) Secure because TDE encryption key can be stored on-premise Restore database is simply an attach operation SQL Server Data & Log Files in Windows Azure Storage 18

Complete and consistent data platform References and Resources http://azure.microsoft.com/en-us/ http://www.microsoft.com/enterprise/microsoftcloud/default.aspx www.microsoft.com/sqlserver http://technet.microsoft.com/en-us/sqlserver/default 19

References and Resources Upcoming Events: www.novasql.com www.sqlsaturday.com 20

Call to action -Download SQL Server 2014 Eval Edition -Try Windows Azure www.microsoft.com/sqlserver Thank You! timothy.mcaliley@microsoft.com 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporationasof the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannotguarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION 21