Windows Azure Migrating SQL Server Workloads

Slides:



Advertisements
Similar presentations
Windows Azure for SharePoint people Dennis – Solution Architect Microsoft Windows Azure.
Advertisements

Kako uklopiti oblak u svoju postojeću infrastrukturu? Tomica Kaniški CITUS d.o.o.
System Center 2012 R2 Overview
Microsoft Azure Overview
© 2010 VMware Inc. All rights reserved Confidential Performance Tuning for Windows Guest OS IT Pro Camp Presented by: Matthew Mitchell.
w/ Service Provider Foundation & Service Management Automation VMs, Networks, Automation Service Bus Database SQL Sever MySQL Web Sites Services Plans.
1.1 Installing Windows Server 2008 Windows Server 2008 Editions Windows Server 2008 Installation Requirements X64 Installation Considerations Preparing.
Low Control | Low Maintenance Shared Lower cost Dedicated Higher cost High Control | High Maintenance Hybrid On premises Off premises SQL Server Physical.
The spring release of Windows Azure Infrastructure as a Service introduces new functionality that allows full control and management of virtual machines.
M.A.Doman Model for enabling the delivery of computing as a SERVICE.
Migrating SQL Server database applications to Windows Azure Virtual Machine Guy BowermanEvgeny Krivosheev DBI333.
Linux Running on an Azure Virtual Network Speaker Title Organization.
Windows Azure Virtual Machines. Agenda IT Pro experience Support for key server applications Easy storage manageability High availability features.
SAP on windows server 2012 hyper-v documentation
Windows Azure Conference 2014 Oracle on Windows Azure.
Windows Azure Migrating SQL Server Workloads Speaker Title Organization.
VM Role (PaaS)Virtual Machine (IaaS) StorageNon-Persistent StoragePersistent Storage Easily add additional storage DeploymentBuild VHD offsite and upload.
Migrating Applications to Windows Azure Virtual Machines Michael Washam Senior Technical Evangelist Microsoft Corporation.
9 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Windows Azure SQL Database and Storage Name Title Organization.
The Era of the Cloud OS: Transform the Datacentre
Introduction To Windows Azure Cloud
Partner Practice Enablement - Overview In this session students will learn how to properly deploy, manage and scale SQL Server and SharePoint Server in.
Get More out of SQL Server 2012 in the Microsoft Private Cloud environment Guy BowermanMadhan Arumugam DBI208.
Windows Azure Virtual Machines Speaker Title Organization.
On Premises Storage Servers Networking O/S Middleware Virtualization Data Applications Runtime You manage Infrastructure (as a Service) Storage.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
Your First Azure Application Michael Stiefel Reliable Software, Inc.
Get More out of SQL Server 2012 in the Microsoft Private Cloud environment Steven Wort, Xin Jin Microsoft Corporation.
Windows Azure Conference 2014 Designing Applications for Scalability.
DBI313. MetricOLTPDWLog Read/Write mixMostly reads, smaller # of rows at a time Scan intensive, large portions of data at a time, bulk loading Mostly.
Windows Azure Migrating Applications and Workloads Speaker Title Organization.
Emil VelinovNicholas Dritsas Senior Program ManagerPrincipal Program Manager Windows Azure Customer Advisory Team (AzureCAT) Microsoft Corporation.
Windows Azure Virtual Machines Anton Boyko. A Continuous Offering From Private to Public Cloud.
Windows Azure Conference 2014 LAMP on Windows Azure.
Azure. SQL, SharePoint, BizTalk Images Distributed Cache Queue Geo Replication Read-Only Secondary Storage Delete Disks Large Memory SKU Tag Expressions.
Zvezdan Pavković. Storage Non-Persistent Storage Persistent Storage Easily add additional storage. Networking Internal and Input Endpoints configured.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Intended audience : –SQL DBA’s, SQL Server enthousiasts, non Azure Database developers goal : –Enlight the most valueable aspects on Windows Azure SQL.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
Making a Difference with Azure Storage Solutions Dudu Sinai.
Sql Server Architecture for World Domination Tristan Wilson.
F in B Windows Server 2012 “Early Experts” Cloud Quest Keith Mayer MCSE: Private Cloud, MCSA: 2008, MCITP: SharePoint 2010, MCITP:2008, MCSE 2003, MCTS:
Azure.
Windows Hyper-V Microsoft Storage Spaces
Unit 3 Virtualization.
Aprovisionamiento de Maquinas Virtuales Windows Server 2016 y Windows 10 en Azure
Volume Licensing Readiness: Level 200
Volume Licensing Readiness: Level 200
Lead SQL BankofAmerica Blog: SQLHarry.com
Cloud Data platform (Cloud Application Development & Deployment)
VIDIZMO Deployment Options
Design and Implement Cloud Data Platform Solutions
Volume Licensing Readiness: Level 200
Fast Start for Microsoft Azure – SQL Server IaaS Workshop
Azure.
02 | Design and implement database
Melbourne Azure Meetup
SQL On Azure Parikshit Savjani, Sr. Premier Field Engineer.
Microsoft Azure for SQL Server Professionals
SQL Server performance tuning on Azure IaaS
Microsoft Virtual Academy
SQL Server performance tuning on Azure IaaS
TechEd /11/ :25 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Azure for SQL Server Professionals
Windows Azure Hybrid Architectures and Patterns
Microsoft Azure Services Platform
Hybrid Buffer Pool The Good, the Bad and the Ugly
The Database World of Azure
Windows Azure SDK 1.7 and New Features
Presentation transcript:

Windows Azure Migrating SQL Server Workloads Speaker Title Organization

Agenda Migrating SQL Server Workloads SQL Server IaaS Best Practices Summary

Migrating SQL Server Workloads

SQL Server and Windows Azure VM Supported Versions SQL Server 2012, 2008 R2, 2008 Supported Features All SQL Server features supported except failover clustering * SQL Server Provisioning Cloud-first using stock images, bring your own server / VHD, capture cloud images SQL Server Licensing Pay by the hour or migrate your own license via Software Assurance ** With the introduction of Windows Azure Virtual Machines and Virtual Networks there are an entirely new set of workloads that are suitable. * AlwaysOn Availability Groups not supported until GA ** Windows Azure Compute and Storage charges also apply

Virtual Machine Sizes and SQL Editions VM Size CPU Cores Memory Bandwidth # Data Disks SQL Edition Extra Small Shared 768 MB 5 (Mbps) 1 Express Small 1.75 GB 100 (Mbps) 2 Standard Medium 3.5 GB 200 (Mbps) 4 Large 7 GB 400 (Mbps) 8 Standard / Enterprise Extra Large 14 GB 800 (Mbps) 16 Each Persistent Data Disk Can be up to 1 TB

SQL Server on Virtual Machines Best Practices

Running SQL Server in a Windows Azure VM Storage Recommendations Do not use write caching Avoid using OS drive for large databases Consider putting database and transaction log files on separate drives Consider putting tempdb on the non-persistent cache disk (D:\) Database Recommendations Consider using database page compression to reduce I/O High Availability Recommendations Consider latency between primary and replica when choosing sync mode

SQL Server or Windows Azure SQL Db? SQL Server (IaaS) Windows Azure SQL Database (PaaS) Development Migrate Existing Apps Develop New Apps Management Full Control Managed Service Compatibility Full SQL Server Capabilities Based on SQL Server Technology Shared Technology Network transport (Tabular Data Stream) SQL dialect (Transact-SQL) Data access APIs (ADO.NET, ODBC, JDBC) Development tools (SQL Server Data Tools) Management tools (SQL Server Management Studio)

Summary Microsoft has a continuous offering from private to public cloud Windows Azure now supports IaaS workloads SQL Server is fully supported on Windows Azure Virtual Machine IaaS is about migration, PaaS is about new development