Microsoft Azure SQL Database – SQL Azure : The Good, The Bad and the Ugly. Pini Krisher DBA TL at etoro

Slides:



Advertisements
Similar presentations
Gold Sponsors Bronze Sponsors Silver Sponsors Taking SharePoint to the Cloud Aaron Saikovski Readify – Software Solution Specialist.
Advertisements

Microsoft Dynamics AX Technical Conference 2013
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
GETTING STARTED WITH AZURE SQL DB Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
The Microsoft Cloud Azure Platform This presentation incorporates some content from Microsoft.
“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.
High memory instances Monthly SLA : Virtual Machines Validated & supported Microsoft workloads Price reduction: standard Windows (22%) & Linux (29%)
On-Premises VM Microsoft builds both SQL Server and Microsoft Azure Thus it can provide end-to-end experiences that are optimized and use.
Azure Services Platform Piotr Zierhoffer. Agenda Cloud? What is Azure? Environment Basic glossary Architecture Element description Deployment.
Low Control | Low Maintenance Shared Lower cost Dedicated Higher cost High Control | High Maintenance Hybrid On premises Off premises SQL Server Physical.
The Cloud for Modern WakeUpAndCode.com.
INTRODUCTION TO CLOUD COMPUTING CS 595 LECTURE 4.
Accelerate adoption, provide customer insights to engineering, and deliver knowledge to the IT Pro community.
Windows Azure Pack Tomáš „Kanty“ Kantůrek
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
9 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Cross Platform Mobile Backend with Mobile Services James
Windows Azure SQL Database and Storage Name Title Organization.
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Migrating Business Apps to Windows Azure Marc Müller Principal Consultant, 4tecture GmbH
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
Your First Azure Application Michael Stiefel Reliable Software, Inc.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
Emil VelinovNicholas Dritsas Senior Program ManagerPrincipal Program Manager Windows Azure Customer Advisory Team (AzureCAT) Microsoft Corporation.
Advanced Technology Days 18. i 19. studenog 2015., Cinestar Arena Centar.
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Sofia Event Center November 2013 Hybrid Cloud Damien Caro Technical Evangelist
Text Microsoft to Or Tweet #uktechdays Questions?
3 TIME IT CAPACITY Actual Load Allocated IT-capacities Too Much Power Not Enough Power Load Forecast.
Hello Cloud… Mike Benkovich
Page 1 Programming SQL Azure Database Jeff Chu |
DevTeach Presentation Template Use of this template is mandatory (no exceptions) Please note the orientation of this presentation is landscape (16:10);
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
Bellevue College Cloud Workshops Try: Cloud services Friday, May 6, 2016 Azure Introduction Fawad Khan.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
Windows Azure Pack Speaker Name Date. Internal slide only—do not show.
CLOUD COMPUTING When it's smarter to rent than to buy.. Presented by D.Datta Sai Babu 4 th Information Technology Tenali Engineering College.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
Managed Hybrid automatedusage based economics elastic always up. always on. PowerShell Automation Easy Scale-Out Easy Scale-Up.
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.
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
Clouding with Microsoft Azure
Prof. Jong-Moon Chung’s Lecture Notes at Yonsei University
Managing a database environment in the cloud
Migrating to and Integrating with SQL Azure
Unit 3 Virtualization.
Run Azure Services in your datacenter
What is Cloud?.
Data Platform and Analytics Foundational Training
Azure SQL Databases - Introduction and Migration
Lead SQL BankofAmerica Blog: SQLHarry.com
Cloud Data platform (Cloud Application Development & Deployment)
Example of a page header
Windows Azure Cloud Visit – Ravindra verma.
Windows Azure Migrating SQL Server Workloads
Fast Start for Microsoft Azure – SQL Server IaaS Workshop
Azure Infrastructure as a Service
By Saru Radhakrishnan Member - Sacramento SQL Server Group 07/28/2018
SQL On Azure Parikshit Savjani, Sr. Premier Field Engineer.
02 | Hosting Services in Windows Azure
What Azure have to offer for your data
microsoft cloud platform: enterprise-class architecture
MS AZURE By Sauras Pandey.
Productive + Hybrid + Intelligent + Trusted
SQL Server on Containers
The Database World of Azure
Presentation transcript:

Microsoft Azure SQL Database – SQL Azure : The Good, The Bad and the Ugly. Pini Krisher DBA TL at etoro

Agenda: 10 minutes of basic introduction. 10 minutes of ways to work with SQL Azure 10 minutes of good 10 minutes of bad 10 minutes of Ugly 10 minutes of some conclusions.

Basic Introduction What is Cloud Computing. Types of Cloud Computing. Vendors DataBases on AZURE

What is the Cloud Computing? Pay as you go Scale – UP/DOWN/IN/OUT Backups Upgrades Access from any ware SLA Storage Types SAAS IAAS PAAS

Cloud is not 1 huge machine

Vendors AWS-Amazon Web Services Rackspace Google HP Cloud Dell Microsoft Azure Ect….

DATABASES on AZURE Windows Azure SQL Databases - PAAS SQL Server on VM - IAAS Windows Azure Storage\ DocumentDB - NoSQL

Ways to work with SQL Azure SQL Azure is PAAS! What is PAAS in DB world? Azure Portal * 2 Web portal SSMS PS

PAAS Microsoft Azure SQL Databases = SQL Azure

What is PAAS in DB world You can not connect to the server You can not manage hardware You can not control hardware No clusters etc.… So… what DBA’s can do? Nothing in infrastructure - there are 3 replicas… Applicative work: adding Indexes, short transaction etc.… Performance tuning High queries by CPU,IO etc.…

Azure Portal Create Server Create DB – 3 ways (from portal, ssms, vs2012) Location Tier Size – GB Security Basic monitoring (monitoring in other tools like Quest) Connection strings from the portal Backups to BLOB

Monitoring Tools Portals

Web protal Connect – silver light – to 1 DB or to server Run T-sql Basic monitoring Query plans Add indexes See DATA Change schema

SSMS All actions but backup

PS All actions

The Good

No OS No Upgrades Any One, Anywhere can query DB From Smartphone you can monitor Scale-Up DR VM - templates New features – looks at the blog (Auditing, Automation) …. Or not

The bad

No regular backups No read replica within the data center Features that are not supported Co administrator in Azure can change lots of things. Changes in Azure can bring your bill up – without changing anything. Fair share policy. Scale out only via code

And The Ugly

Federations is retired Not all T-sql supported (sequence) New feathers are slow - for example EE or backups only via PS. SLA – good but when you need Restart – you can not do it. Many small DB’s with better DTU – cost as 500 GB DB’s

conclusions

SO… When should we use SQL AS PAAS ? Simple and small DB’s The high point after IPO or Elections Reduce storage costs/IT costs No MSFT agreements When we need Unlimited resources Easy to manage (But risky) Hybrid – some on privet cloud and some on public. No Bottlenecks at IT, Finance ect.. conclusions

Usege logs Regular DB Lots of small DB’s Scale up – increase DB size Scale out – Shard Devops

Price ??? Pricing calculator