Azure SQL Databases - Introduction and Migration

Slides:



Advertisements
Similar presentations
Database Architectures and the Web
Advertisements

Database Throughput Unit – DTU Monitoring % of current Performance Level Utilization 75% Read 50% Write CPU 60% Memory (coming) Compute Writes.
Ken Casada Technical Evangelist Microsoft Switzerland What’s new in Microsoft Azure.
Moving Data Lesson 23. Skills Matrix Moving Data When populating tables by inserting data, you will discover that data can come from various sources.
GETTING STARTED WITH AZURE SQL DB Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
An enterprise-grade database-as-a-service platform with easily accessible tier-1 capabilities.
 Built for SaaS and enterprise applications  Elastic database model for unpredictable workloads  99.99% availability with global reach  Geo-replication.
Passage Three Introduction to Microsoft SQL Server 2000.
Module 9: Transferring Data. Overview Introduction to Transferring Data Tools for Importing and Exporting Data in SQL Server Introduction to DTS Transforming.
Global Windows Azure Bootcamp Auckland March
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
XVII Encontro – 29/11/2011. Virgílio Esteves ID&T – Research & Founder of NetPonto Coimbra C# / WPF / Silverlight / XNA / Azure.
Windows Azure SQL Database and Storage Name Title Organization.
Overview of SQL Server Alka Arora.
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Migrating to Windows Azure SQL Database Name Title Microsoft Corporation.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Chris Wright Senior Systems Engineer, Lucity MOVING TO ONE DATABASE FOR SQL SERVER.
Introduktion till Azure SQL Database Robert Folkesson Active Solution.
Make VMs Resilient to Failures with Availability Sets.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Migrating Data to SQL Azure Arunraj Chandrasekaran Twitter June 21, 2011.
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.
ORACLE DBA INTRODUCTION: Undo Introduction offline status Pending Rollback segments Features of Flashback Flashback Table Flashback query Flashback Version.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
Microsoft Azure SQL Database – SQL Azure : The Good, The Bad and the Ugly. Pini Krisher DBA TL at etoro
Aaron Stanley King. What is SQL Azure? “SQL Azure is a scalable and cost-effective on- demand data storage and query processing service. SQL Azure is.
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Presented by: Aaron Stanley King.  Benefits of SQL Azure  Features of SQL Azure  Demos, Demos, Demos!  How to query in SQL Azure  More Demos!  Recent.
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
AZURE PRIMED Randy Pagels Sr. Developer Technology Specialist DX US Team –
Stretch Database & Managed Backups Cloud Services for your SQL Servers Andrew Loree – Solution Architect.
9/24/2017 7:27 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Migrating to Azure SQL Database Tips, Tricks and Lessons Learned
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
IT06 – HAVE YOUR OWN DYNAMICS NAV TEST ENVIRONMENT IN 90 MINUTES
Launch Your Database Into Microsoft Azure
Data Platform and Analytics Foundational Training
Lead SQL BankofAmerica Blog: SQLHarry.com
Cloud Data platform (Cloud Application Development & Deployment)
Example of a page header
Launch Your Database Into The Cloud (bacpac edition)
Data Warehouse in the Cloud – Marketing or Reality?
Windows Azure Migrating SQL Server Workloads
Maximize the performance and scale of Microsoft Dynamics AX
Azure SQL Database – Scaling in and Scaling out with elastic pool
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Developing an app for SharePoint autohosted in Azure
Fast Start for Microsoft Azure – SQL Server IaaS Workshop
Exploring Azure Event Grid
By Saru Radhakrishnan Member - Sacramento SQL Server Group 07/28/2018
Capitalize on modern technology
Introduction to Azure SQL Database
Migrating Your BI Platform To Azure
What is the Azure SQL Datawarehouse?
Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL
Stretch Database & Managed Backups
Outline Virtualization Cloud Computing Microsoft Azure Platform
Launch Your Database Into Azure
Azure SQL Database - Managing your database on the cloud
Understanding Azure SQL DB Service Tiers
MS AZURE By Sauras Pandey.
5 Azure Services Every .NET Developer Needs to Know
Your Data Any Place, Any Time
06 | SQL Server and the Cloud
The Database World of Azure
Presentation transcript:

Azure SQL Databases - Introduction and Migration Kumar Bijayanta 2/14/2015

Azure SQL Databases Database as a service. Hosted on Azure VMs. Pay as you go. No upfront cost, no termination fees. Price starting from 0.41 rs/hr. Access over internet. Easily Scalable.

Capabilities - Close to zero maintenance. Predictable performance. Availability backed by replicas. Data protection via auditing , restore and geo-replication. Easily scalable. Automated backup and restore.

Editions Web and Business - unpredictable performance. 5 GB - 150 GB Supported until September. Basic, Standard and Premium Predictable performance upto 500 GB. DTUs - a blend of memory, CPU, I/O, etc.

Comparison

Demo Create a database. Run queries against it. Scale Database. Backup and Restore.

Advantages Close to zero maintenance. Create database in seconds. Code near data. Guaranteed predictable performance. Easily scalable. Lower price. Built-in HA, backup and restore

Database migration Size Complexity Time to migrate directly proportional to size. Transactions could be throttled. Complexity Schema changes. Features not supported in Azure.

Migration tools Azure SQL Database Import and Export Service. Database Copy. SQL Server Import and Export Wizard. SQL Database Migration Wizard. SQL Server Migration Assistant - From Accss/DB2/Oracle/MySQL BCP. SQL Server Integration Services.

Demo Migration that requires database to be modified. Clean errors and migrate.

Migration Best Practices Pick S2 or higher edition for the migration duration. Copy bacpac file to Azure blob. Run the source database trough SQL database migration wizard. Separate operations into smaller batches. Retry logic.