SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)

Slides:



Advertisements
Similar presentations
The System Center Family Microsoft. Mobile Device Manager 2008.
Advertisements

© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Keith Burns Microsoft UK Mission Critical Database.
Co- location Mass Market Managed Hosting ISV Hosting.
The spring release of Windows Azure Infrastructure as a Service introduces new functionality that allows full control and management of virtual machines.
Windows Azure Migrating SQL Server Workloads Speaker Title Organization.
Session 1.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Migrating to Windows Azure SQL Database Name Title Microsoft Corporation.
Getting Started with Windows Azure Name Title Microsoft Corporation.
Cloud OS Workload Mobility PRIVATE PUBLIC HOSTED.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
DBI-B314 SS PP PP SS VM Witness Failure detection for SQL Server Failover takes ~10s.
Emil VelinovNicholas Dritsas Senior Program ManagerPrincipal Program Manager Windows Azure Customer Advisory Team (AzureCAT) Microsoft Corporation.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

customer.
Speaker Name 00/00/2013. Solution Requirements.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
Advanced SQL Azure Database Name Title Microsoft Corporation.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Windows Azure SQL Data Sync Name Title Microsoft Corporation.
projekt202 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

Migrate SQL Server Apps to SQL Azure Cloud DB
Azure.
Dev and Test Solution reference architecture.
IT Operations Management
Data Platform and Analytics Foundational Training
Dev and Test Solution reference architecture.
Dev and Test Solution reference architecture.
Implementacija SharePoint 2016 farme pomoću Azure IaaS
Microsoft Azure: The only consistent Hybrid Cloud
Dev and Test Solution reference architecture.
IT Operations Management
Dev and Test Solution reference architecture.
Design and Implement Cloud Data Platform Solutions
Server & Tools Business
Design and Implement Cloud Data Platform Solutions
Azure.
Required 9s and data protection: introduction to sql server 2012 alwayson, new high availability solution Santosh Balasubramanian Senior Program Manager.
Cloud Database Based on SQL Server 2012 Technologies
BRK3286 SQL Server 2016 High Availability and Disaster Recovery in private and hybrid cloud deployments Denny Cherry
Enterprise Modernization
Microsoft Azure P wer Lunch
Microsoft Virtual Academy
Azure AD Domain Services
TechEd /23/ :44 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Access and Information Protection Product Overview October 2013
Disaster Recovery as a Service
Microsoft Virtual Academy
Dev and Test Solution reference architecture.
Why you should be thinking hybrid with SQL Server 2016
Building continuously available systems with Hyper-V
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Keeping the Lights on with SQL Server 2012 AlwaysOn
Windows Azure Hybrid Architectures and Patterns
Шитманов Дархан Қаражанұлы Тарих пәнінің
*AZs available across US, Europe and Asia
ATC323 Architecting Highly Available, Geo-Redundant Cloud Solutions with Windows Azure Graham Elliott Asia Time Zone Director Global Technical Evangelism.
Microsoft Virtual Academy
Hybrid Storage Solution reference architecture.
Azure AD Simon May Technical Evangelist.
Presentation transcript:

SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)

SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)

SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)

SQL Server 2014 Platform for hybrid cloud Level 300

Hybrid cloud solutions Restore to VM Geo-replication

Backup to Cloud

Backup to Windows Azure CREATE CREDENTIAL mystoragecred WITH IDENTITY = ‘mystorage', SECRET = ‘ BACKUP DATABASE mydb TO URL =' container/mydb bak' WITH CREDENTIAL = ‘mystoragecred', FORMAT, COMPRESSION, STATS = 5, MEDIANAME = ‘mydb backup ', MEDIADESCRIPTION = 'Backup of mydb'

Backup to Windows Azure Windows Azure storage WA Windows Azure Blobs On-site/off-site storage costs Device management costs Box XDrives limited to 1 terabyte Max 16 drives Manage drives and policy Near “bottomless” storage Off-site, geo-redundant No provisioning No device management Media safety (decay-free) Remote accessibility

Backup to Windows Azure

Backup to Windows Azure Tool

Managed Backup to Azure Example: @enable_backup=1

Cloud DR

Hybrid cloud solutions

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 18

Typical Configuration 19

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 20

Inverse Deployment Configuration Supported 21

Technologies Supported TechnologySQL Server VersionZero Data LossScope # Secondaries Automatic Failover Readable Secondaries Availability Groups SQL Server 2012Yes* (Sync Mode) DB(s)4Yes (w/ additional cluster member)** Yes Database Mirroring SQL Server 2008 R2 SQL Server 2012 Yes* (High Safety Mode) DB1Yes (w/ Witness)** Limited (database snapshots) Log Shipping SQL Server 2008 R2 SQL Server 2012 NoDBNNoLimited (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 22

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 23

redmond.corp.microsoft.com uswest.internal.cloudapp.net VPN Device VPN tunnel Windows Cluster Availability Group CSNB TA Virtual Network CSNB TA AGHybrid2 Example of Availability Group Spanning On-premises and Windows Azure 24

25 Online travel firm Container shipping company Online video streaming company Healthcare company Customer deployment examples

Online Travel Firm 26 Business ‐ Leading tour operator in Europe. ‐ Sells trips to holiday destinations throughout Europe. ‐ 10 brands, 9 countries ‐ Over 700K passengers in 2011 Application ‐ Online travel reservation system Infrastructure ‐ 1 data center (on-premises) ‐ Use AlwaysOn Availability Groups on-premises today ‐ No DR site ‐ Leverage Windows Azure as DR data center

27 Architecture Diagram Windows Cluster Availability Group On-Premises SecondaryPrimary

28 Architecture Diagram Windows Cluster Availability Group On-Premises SecondaryPrimarySecondary Cloud

Container Shipping Company Business ‐ One of the largest container shipping company in the World Application ‐ Secured electronic data interchange (EDI) messages Infrastructure ‐ Primary data center in NJ ‐ DR data center in Manhattan, NY ‐ Use Availability Groups for DR ‐ Both data centers got affected by Hurricane Sandy ‐ Would like to leverage Windows Azure as DR data center 29

Architecture Diagram Windows Cluster Availability Group PrimarySecondary On-Premises (NY)On-Premises (NJ) 30

Architecture Diagram Windows Cluster Availability Group PrimarySecondary On-Premises (NY)On-Premises (NJ) Secondary Cloud 31

Online Video Streaming Company Characteristics: ‐ Organizational strategy to move to Windows Azure ‐ HA / DR important need ‐ Windows Azure will be used as primary ‐ One secondary in Windows Azure for local HA ‐ Another secondary replica on-premises for DR 32

Architecture Diagram Windows Cluster Availability Group CloudOn-Premises Secondary Primary 33

Healthcare Company Characteristics: ‐ Healthcare software company providing on premises as well as hosted software ‐ Use Windows Azure as hosting infrastructure ‐ HA / DR needs are important ‐ HIPAA compliance is important ‐ Primary: Windows Azure ‐ Secondary: a copy of data on premises for reporting and regulatory purposes 34

Architecture Diagram Windows Cluster Availability Group CloudOn-Premises Secondary Primary 35

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) 36

Deploy dB to Windows Azure Wizard

Easy on-ramp to cloud

Deploy databases to Windows Azure VM

SQL Server Data & Log Files in Windows Azure Storage

Complete and consistent data platform

Call to action Download SQL Server 2014 CTP2 Stay tuned for availability

© 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 Corporation as of 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 cannot guarantee 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