Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL

Slides:



Advertisements
Similar presentations
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
Advertisements

Cloud OS Microsoft’s Vision of the Unified Platform for Modern Business.
1 NETE4631 Cloud deployment models and migration Lecture Notes #4.
Amazon RDS (MySQL and Oracle) and SQL Azure Emil Tabakov Telerik Software Academy academy.telerik.com.
App services Network Storage Compute CachingIdentityService busMediaCDNIntegrationHPCAnalytics Virtual machinesWebsites Cloud services Mobile services.
SQL Azure Administration and Application Self-Servicing Michal Lesiczka Program Manager Microsoft Corporation Vinod Jagannathan Program Manager Microsoft.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Why consider the cloud? Cloud innovation presents challenges for IT.
Insight Proprietary & Confidential. Do Not Copy or Distribute. © 2015 Insight Direct USA, Inc. All Rights Reserved. Insight Presentation Insight’s Tagline.
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
Introduktion till Azure SQL Database Robert Folkesson Active Solution.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
How to Build High Performance Apps Using Microsoft Azure Redis Cache
Text Microsoft to Or Tweet #uktechdays Questions?
Backing Up and Restoring Databases by Using the SQL Server 2000.
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Azure SQL Database Lori Clark SQL Saturday 10/17/2015.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
Microsoft Azure SQL Database – SQL Azure : The Good, The Bad and the Ugly. Pini Krisher DBA TL at etoro
What is the future of OFA?. Bryan Eckle FullNorth Technology Group Provide expert resources for Oracle Applications and Business Intelligence from scoping,
AlwaysOn In SQL Server 2012 Fadi Abdulwahab – SharePoint Administrator - 4/2013
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
The Derivitec Risk Portal Provides Powerful, Cost-Effective Risk Management Solutions, Powered by Azure, that Deploy in Minutes MICROSOFT AZURE ISV PROFILE:
Managing a database environment in the cloud
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
Use relational database as a service
State of Azure SQL Database
DBMS Programs MS SQL Server & MySQL
Avenues International Inc.
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Data Platform and Analytics Foundational Training
Successfully migrate existing databases to Azure SQL Database
Azure SQL Databases - Introduction and Migration
Lead SQL BankofAmerica Blog: SQLHarry.com
Example of a page header
Scaling In e Scaling Out através do elastic pool
Couchbase Server is a NoSQL Database with a SQL-Based Query Language
Exam in just 24 hours!!! Pass your exam in first attempt by the help of our latest braindumps
Extensible Platform Microsoft Dynamics 365
Installation and database instance essentials
Azure SQL Database – Scaling in and Scaling out with elastic pool
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
02 | Design and implement database
SharePoint Online Management and Control
Powerful Microsoft Azure Platform Helps Make Mobile Forms and Reporting Solution Possible “With Microsoft Azure it is very easy to scale up our infrastructure.
By Saru Radhakrishnan Member - Sacramento SQL Server Group 07/28/2018
Azure SQL Database – Scaling in and Scaling out with elastic pool
Azure Powers Medication Administration for Aged, Disability, and Community Care Providers “With Microsoft Azure, Telstra Health is able to scale our MedMobile.
Enterprise Modernization
Introduction to Azure SQL Database
SQL On Azure Parikshit Savjani, Sr. Premier Field Engineer.
In-Memory OLTP (IMOLTP) What Can It Do For Me?
Migrating your SQL Server Instance
Microsoft Azure-Powered Self-Service Insurance Management Tool Gets Products to Market Fast “With Azure, we can provide a genuinely elastic, web-scale.
Data Security for Microsoft Azure
Excelian Grid as a Service Offers Compute Power for a Variety of Scenarios, with Infrastructure on Microsoft Azure and Costs Aligned to Actual Use MICROSOFT.
Microsoft Azure Meets the Demand for Medical Media Storage and Integration in the Cloud MINI-CASE STUDY “Microsoft Azure offers the robust features and.
Dell Data Protection | Rapid Recovery: Simple, Quick, Configurable, and Affordable Cloud-Based Backup, Retention, and Archiving Powered by Microsoft Azure.
TruRating: Mass Point-of-Payment Customer Rating System Uses the Power of Microsoft Azure to Store and Analyze Millions of Ratings for Business Owners.
Appcelerator Arrow: Build APIs in Minutes. Connect to Any Data Source
Understanding Azure SQL DB Service Tiers
XtremeData on the Microsoft Azure Cloud Platform:
Managing Services with VMM and App Controller
MS AZURE By Sauras Pandey.
Mario…Take My Data To The Cloud!
06 | SQL Server and the Cloud
The Database World of Azure
Presentation transcript:

Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL Bob Tabor | http://www.LearnVisualStudio.NET @bobtabor

What is Azure SQL? Core RDBMS SQL Server functionality in the cloud.  High availability, low learning curve, inexpensive starting point, elastic capacity, low management overhead.

What you get: Tables, Views, Stored Procedures, Security Roles and Users Limited T-SQL functionality Automatic backups Auditing Monitoring Geo-replication Client tools you already know + online administration

What you lose: http://bit.do/azure-sql-unsupported

Azure SQL Pricing http://bit.do/azure-sql-pricing Basic, Standard, Premium differences: Storage capacity Functionality Performance http://bit.do/azure-sql-performance

When would you use Azure SQL? http://bit.do/azure-sql-expectations (See: “Expectations for Azure SQL Database”) Key considerations: Multi-tenancy Commodity hardware Tier latency

My conclusion … Great for: startups departmental apps or non-critical LOB apps World-wide reach “Plan B” Heavy / active development … new features coming online

Getting started … http://bit.do/azure-sql-get-started I’m going to cover: typical use cases migrating simple databases - import / export backup and restore understanding redundancy: active vs standard geo-replication