SlideShare a Scribd company logo
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
Microsoft SQL Server 2014 Platform for Hybrid Cloud - Level 300 deck - From Atidan
Microsoft SQL Server 2014 Platform for Hybrid Cloud - Level 300 deck - From Atidan
Hybrid cloud solutions
Restore to VM
Geo-replication
Backup to Cloud
Backup to Cloud
Backup to Windows Azure
CREATE CREDENTIAL mystoragecred
WITH IDENTITY = ‘mystorage',
SECRET = ‘<your storage access key>
BACKUP DATABASE mydb TO URL ='https://mystorage.blob.core.windows.net/backup-
container/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
WA
WindowsAzure
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
• 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
Cloud DR
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
Technology SQL Server Version Zero Data Loss Scope # Secondaries Automatic
Failover
Readable
Secondaries
Availability
Groups
SQL Server 2012 Yes*
(Sync Mode)
DB(s) 4 Yes
(w/
additional
cluster
member)**
Yes
Database
Mirroring
SQL Server 2008 R2
SQL Server 2012
Yes*
(High Safety
Mode)
DB 1 Yes
(w/
Witness)**
Limited
(database
snapshots)
Log
Shipping
SQL Server 2008 R2
SQL Server 2012
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
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
Windows Cluster
Availability Group
CSNB2252109-TA
Virtual
Network
CSNB2252108-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
SecondaryPrimary Secondary
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 Windows Cluster
Availability GroupAvailability Group
Primary Secondary
On-Premises (NY) On-Premises (NJ)
30
Architecture Diagram
Windows Cluster Windows Cluster
Availability GroupAvailability Group
Primary Secondary
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
Cloud On-Premises
SecondarySecondaryPrimary
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
Cloud On-Premises
SecondarySecondaryPrimary
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
Deploy dB to
Windows Azure Wizard
Easy on-ramp to cloud
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-to-
transfer is database size
SQL Server Data & Log Files
in Windows Azure Storage
SQL Server Data & Log Files
in Windows Azure Storage
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
Complete and consistent data platform
Call to action
Download SQL Server 2014 CTP2
Stay tuned for availability
www.microsoft.com/sqlserver
© 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

More Related Content

PDF
Temporal Tables, Transparent Archiving in DB2 for z/OS and IDAA
PDF
Dr and ha solutions with sql server azure
PDF
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
 
PPTX
Implement SQL Server on an Azure VM
PPTX
IaaS for DBAs in Azure
PPTX
Scalable relational database with SQL Azure
PDF
Oracle Database appliance - Value proposition Webcast
PPTX
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Temporal Tables, Transparent Archiving in DB2 for z/OS and IDAA
Dr and ha solutions with sql server azure
Die 10 besten PostgreSQL-Replikationsstrategien für Ihr Unternehmen
 
Implement SQL Server on an Azure VM
IaaS for DBAs in Azure
Scalable relational database with SQL Azure
Oracle Database appliance - Value proposition Webcast
Accelerating Business Intelligence Solutions with Microsoft Azure pass

What's hot (20)

PPTX
HA/DR options with SQL Server in Azure and hybrid
PDF
Oracle Database Appliance Workshop
PPTX
Trusted advisory on technology comparison --exadata, hana, db2
PPTX
Software-Defined Storage (SDS)
PPTX
Avoid the SAN Trap
PDF
DBaaS with EDB Postgres on AWS
 
PPTX
Introduction to Azure SQL DB
PPTX
Introduction to Windows Azure Data Services
PDF
Hi! Ho! Hi! Ho! SQL Server on Linux We Go!
PPTX
Introduction to NuoDB
PPTX
Introducing Azure SQL Database
PDF
Run Cloud Native MySQL NDB Cluster in Kubernetes
PDF
Evoluzione dello storage
PPTX
Experience SQL Server 2017: The Modern Data Platform
PPTX
SQL Explore 2012 - Meir Dudai: DAC
PPTX
Introduction to DataStax Enterprise Graph Database
PDF
Architecture of exadata database machine – Part II
PPT
An overview of snowflake
PPTX
SQL Server 2014 New Features
PPTX
Sql server hybrid what every sql professional should know
HA/DR options with SQL Server in Azure and hybrid
Oracle Database Appliance Workshop
Trusted advisory on technology comparison --exadata, hana, db2
Software-Defined Storage (SDS)
Avoid the SAN Trap
DBaaS with EDB Postgres on AWS
 
Introduction to Azure SQL DB
Introduction to Windows Azure Data Services
Hi! Ho! Hi! Ho! SQL Server on Linux We Go!
Introduction to NuoDB
Introducing Azure SQL Database
Run Cloud Native MySQL NDB Cluster in Kubernetes
Evoluzione dello storage
Experience SQL Server 2017: The Modern Data Platform
SQL Explore 2012 - Meir Dudai: DAC
Introduction to DataStax Enterprise Graph Database
Architecture of exadata database machine – Part II
An overview of snowflake
SQL Server 2014 New Features
Sql server hybrid what every sql professional should know
Ad

Viewers also liked (12)

PPT
InSTEDD HISA Conference
PPTX
InSTEDD - FIND Connected Diagnostics CDX Initiative
PPTX
Concern Worldwide: Who are we and what does Sonru mean to us?
PPTX
Frugal Innovation - Design for Resilience
PPTX
CDX Platform Availability - InSTEDD & FIND
PDF
#SlickdealsKohls Twitter Party: The Best Kohl's Shopping Hacks
PPTX
InSTEDD - Introductions for PACT Myanmar Mobile
PPTX
EpiHack - A Skoll Global Threats Fund Hackathon
PPT
Participatory surveillance and privacy negotiation in social media
PPTX
Switchpoint Presentation - Information for Crisis Victims
PPTX
CDC Cambodia Tech Launch: Finding Outbreaks Faster
PPTX
PlanWise - InSTEDD and Concern Worldwide Tools for Health Resource Planning
InSTEDD HISA Conference
InSTEDD - FIND Connected Diagnostics CDX Initiative
Concern Worldwide: Who are we and what does Sonru mean to us?
Frugal Innovation - Design for Resilience
CDX Platform Availability - InSTEDD & FIND
#SlickdealsKohls Twitter Party: The Best Kohl's Shopping Hacks
InSTEDD - Introductions for PACT Myanmar Mobile
EpiHack - A Skoll Global Threats Fund Hackathon
Participatory surveillance and privacy negotiation in social media
Switchpoint Presentation - Information for Crisis Victims
CDC Cambodia Tech Launch: Finding Outbreaks Faster
PlanWise - InSTEDD and Concern Worldwide Tools for Health Resource Planning
Ad

Similar to Microsoft SQL Server 2014 Platform for Hybrid Cloud - Level 300 deck - From Atidan (20)

PDF
Eric Moreau - Samedi SQL - Backup dans Azure et BD hybrides
PDF
Windows Server 2003 End-of-Service: A Comprehensive, Market-Shifting Opportunity
PDF
Agile Infrastructure with Windows Azure
PPTX
windows server 2012 R2
PPTX
Windows Server 2012 R2 Jump Start - Intro
PPTX
Should I move my database to the cloud?
PPTX
02_DP_300T00A_Plan_implement.pptx
PDF
Dell Solutions Tour 2015 - Azure i ditt eget datasenter, Kristian Nese, CTO L...
PPTX
SQL PASS Taiwan 七月份聚會-1
PDF
Big App Workloads on Microsoft Azure - TechEd Europe 2014
PPTX
Hybrid cloud sample architectures
PDF
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
PDF
Samedi SQL Québec - Database Backup & copy to Azure par Eric Moreau
PPTX
SQL 2014 hybrid platform - Azure and on premise
PPTX
Migrate or modernize your database applications using Azure SQL Database Mana...
PPTX
Big data journey to the cloud 5.30.18 asher bartch
PPTX
Introducing Azure SQL Data Warehouse
PDF
IBM - Introduction to Cloudant
PDF
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
PPTX
Pass 2013 dantoni azure a gs
Eric Moreau - Samedi SQL - Backup dans Azure et BD hybrides
Windows Server 2003 End-of-Service: A Comprehensive, Market-Shifting Opportunity
Agile Infrastructure with Windows Azure
windows server 2012 R2
Windows Server 2012 R2 Jump Start - Intro
Should I move my database to the cloud?
02_DP_300T00A_Plan_implement.pptx
Dell Solutions Tour 2015 - Azure i ditt eget datasenter, Kristian Nese, CTO L...
SQL PASS Taiwan 七月份聚會-1
Big App Workloads on Microsoft Azure - TechEd Europe 2014
Hybrid cloud sample architectures
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Samedi SQL Québec - Database Backup & copy to Azure par Eric Moreau
SQL 2014 hybrid platform - Azure and on premise
Migrate or modernize your database applications using Azure SQL Database Mana...
Big data journey to the cloud 5.30.18 asher bartch
Introducing Azure SQL Data Warehouse
IBM - Introduction to Cloudant
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
Pass 2013 dantoni azure a gs

More from David J Rosenthal (20)

PDF
Microsoft Teams Phone - Calling Made Simple
PDF
Whats New in Microsoft Teams Calling November 2021
PDF
Whats New in Microsoft Teams Hybrid Meetings November 2021
PDF
Viva Connections from Microsoft
PDF
Protect your hybrid workforce across the attack chain
PDF
Microsoft Viva Introduction
PDF
Microsoft Viva Learning
PDF
Microsoft Viva Topics
PDF
A Secure Journey to Cloud with Microsoft 365
PDF
Azure Arc Overview from Microsoft
PDF
Microsoft Windows Server 2022 Overview
PDF
Windows365 Hybrid Windows for a Hybrid World
PDF
Windows 11 for the Enterprise
PDF
Microsoft Scheduler for M365 - Personal Digital Assistant
PDF
What is New in Teams Meetings and Meeting Rooms July 2021
PDF
Modernize Java Apps on Microsoft Azure
PDF
Microsoft Defender and Azure Sentinel
PDF
Microsoft Azure Active Directory
PDF
Nintex Worflow Overview
PDF
Microsoft Power BI Overview
Microsoft Teams Phone - Calling Made Simple
Whats New in Microsoft Teams Calling November 2021
Whats New in Microsoft Teams Hybrid Meetings November 2021
Viva Connections from Microsoft
Protect your hybrid workforce across the attack chain
Microsoft Viva Introduction
Microsoft Viva Learning
Microsoft Viva Topics
A Secure Journey to Cloud with Microsoft 365
Azure Arc Overview from Microsoft
Microsoft Windows Server 2022 Overview
Windows365 Hybrid Windows for a Hybrid World
Windows 11 for the Enterprise
Microsoft Scheduler for M365 - Personal Digital Assistant
What is New in Teams Meetings and Meeting Rooms July 2021
Modernize Java Apps on Microsoft Azure
Microsoft Defender and Azure Sentinel
Microsoft Azure Active Directory
Nintex Worflow Overview
Microsoft Power BI Overview

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Machine learning based COVID-19 study performance prediction
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPT
Teaching material agriculture food technology
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Big Data Technologies - Introduction.pptx
PDF
KodekX | Application Modernization Development
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Modernizing your data center with Dell and AMD
PDF
cuic standard and advanced reporting.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
NewMind AI Weekly Chronicles - August'25 Week I
Encapsulation_ Review paper, used for researhc scholars
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Machine learning based COVID-19 study performance prediction
The Rise and Fall of 3GPP – Time for a Sabbatical?
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Teaching material agriculture food technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Empathic Computing: Creating Shared Understanding
Big Data Technologies - Introduction.pptx
KodekX | Application Modernization Development
Reach Out and Touch Someone: Haptics and Empathic Computing
“AI and Expert System Decision Support & Business Intelligence Systems”
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Modernizing your data center with Dell and AMD
cuic standard and advanced reporting.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...

Microsoft SQL Server 2014 Platform for Hybrid Cloud - Level 300 deck - From Atidan

  • 1. SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)
  • 2. SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)
  • 3. SQL Server 2014 Platform for Hybrid Cloud (Level 300 Deck)
  • 4. SQL Server 2014 Platform for hybrid cloud Level 300
  • 7. Hybrid cloud solutions Restore to VM Geo-replication
  • 10. Backup to Windows Azure CREATE CREDENTIAL mystoragecred WITH IDENTITY = ‘mystorage', SECRET = ‘<your storage access key> BACKUP DATABASE mydb TO URL ='https://mystorage.blob.core.windows.net/backup- container/mydb-20130411.bak' WITH CREDENTIAL = ‘mystoragecred', FORMAT, COMPRESSION, STATS = 5, MEDIANAME = ‘mydb backup 20130411', MEDIADESCRIPTION = 'Backup of mydb'
  • 11. Backup to Windows Azure Windows Azure storage WA WindowsAzure 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
  • 13. Backup to Windows Azure Tool
  • 14. 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
  • 18. 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
  • 20. 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
  • 22. Technologies Supported Technology SQL Server Version Zero Data Loss Scope # Secondaries Automatic Failover Readable Secondaries Availability Groups SQL Server 2012 Yes* (Sync Mode) DB(s) 4 Yes (w/ additional cluster member)** Yes Database Mirroring SQL Server 2008 R2 SQL Server 2012 Yes* (High Safety Mode) DB 1 Yes (w/ Witness)** Limited (database snapshots) Log Shipping SQL Server 2008 R2 SQL Server 2012 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 22
  • 23. 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
  • 24. redmond.corp.microsoft.com uswest.internal.cloudapp.net VPN Device Windows Cluster Availability Group CSNB2252109-TA Virtual Network CSNB2252108-TA AGHybrid2 Example of Availability Group Spanning On-premises and Windows Azure 24
  • 25. 25 Online travel firm Container shipping company Online video streaming company Healthcare company Customer deployment examples
  • 26. 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. 27 Architecture Diagram Windows Cluster Availability Group On-Premises SecondaryPrimary
  • 28. 28 Architecture Diagram Windows Cluster Availability Group On-Premises SecondaryPrimary Secondary Cloud
  • 29. 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
  • 30. Architecture Diagram Windows Cluster Windows Cluster Availability GroupAvailability Group Primary Secondary On-Premises (NY) On-Premises (NJ) 30
  • 31. Architecture Diagram Windows Cluster Windows Cluster Availability GroupAvailability Group Primary Secondary On-Premises (NY) On-Premises (NJ) Secondary Cloud 31
  • 32. 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
  • 33. Architecture Diagram Windows Cluster Availability Group Cloud On-Premises SecondarySecondaryPrimary 33
  • 34. 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
  • 35. Architecture Diagram Windows Cluster Availability Group Cloud On-Premises SecondarySecondaryPrimary 35
  • 36. 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
  • 37. Deploy dB to Windows Azure Wizard
  • 38. Deploy dB to Windows Azure Wizard
  • 40. 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-to- transfer is database size
  • 41. SQL Server Data & Log Files in Windows Azure Storage
  • 42. SQL Server Data & Log Files in Windows Azure Storage
  • 43. 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
  • 44. SQL Server Data & Log Files in Windows Azure Storage
  • 45. Complete and consistent data platform
  • 46. Call to action Download SQL Server 2014 CTP2 Stay tuned for availability www.microsoft.com/sqlserver
  • 47. © 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