Intro to Azure SQL Databases. 2 Mike Fal Agenda What is Azure SQL Database? Pieces and Parts Using the Database 3.

Slides:



Advertisements
Similar presentations
Help! My table is getting too big! How to divide and conquer SQL Relay 2014.
Advertisements

GETTING STARTED WITH AZURE SQL DB Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
Manage backup vaults and servers Download and install backup agent Download a vault agent Create backup vault.
Dedicated Windows 2003 Servers Dedicated Windows 2003 Servers Application Server Application Server Database Server Database Server Web Server Web Server.
Time SQL Server 2012 Highlights and ColumnStore Index09:00 – 10:15 AlwaysOn and Contained Databases10:45 – 12:15 PowerPivot and PowerView (BI)13:00 –
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.
Cross Platform Mobile Backend with Mobile Services James
New SharePoint 2016 Features
Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP.
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
Denny Cherry
Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP.
CRM in Education: Raising Standards. Saving Time. Presented by: Daniel Petersen Director of Business Solutions Applied Tech.
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Migrating Data to SQL Azure Arunraj Chandrasekaran Twitter June 21, 2011.
Warwick Rudd – Henry Rooney – How Available is SQL Server 2016? DAT33 6.
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Page 1 Programming SQL Azure Database Jeff Chu |
SQL Server 2014, more than just in-memory Eric Zierdt.
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.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
SQL Server 2016 editions – what’s new Express Mission critical performance SecurityData warehousing Business intelligence Advanced Analytics Hybrid cloud.
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Redmond Protocols Plugfest 2016 Kevin Farlee Senior Program Manager SQL Server AlwaysOn in SQL Server 2016.
Customer pulse Why Stretch? How Stretch works? Core Stretch scenarios Demo QA.
Intro to Azure SQL Databases. INTRO TO AZURE SQL DATABASES Mike Fal.
SQL Server 2016 features by edition
Recommended Practices & Fundamentals
Standard/Express edition
On-premise database. Files in the cloud.
Data Platform and Analytics Foundational Training
Enterprise Row Level Security: SQL Server 2016 and Azure SQL DB
System Center Marketing
Welcome to WideWorld Importers
Thank You! #sqlsatdnipro Denis
System Center Marketing
Example of a page header
Planning an Effective Upgrade from SQL Server 2008
Example of a page header
Presented by [Harshit Agrawal] 03/02/2017
Design Seamless Upgrades to SQL Server 2016 with Query Store
Installation and database instance essentials
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Mission-critical performance with Microsoft SQL Server 2016
SQL Server 2016 Security Features
Introduction to Azure SQL Database
Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL
Please support our sponsors
Overview of Security Investments
Migrating your SQL Server Instance
MIGRATIONS 101 Gilda Alvarez Sr. Database Administrator
Row Level Security in SQL Azure and in On Premise
Table Partitioning Intro and make that a sliding window too!
Understanding Azure SQL DB Service Tiers
Stretch Database - Historical data storage in SQL Server 2016
EXPLORING THE SQL POWERSHELL MODULE
Table Partitioning Intro and make that a sliding window too!
Table Partitioning Intro and make that a sliding window too!
Your Data Any Place, Any Time
SQL Server 2019: What’s new? Eugene Meidinger
SQL Server on Amazon Web Services
Sql Server 2019: what’s new?.
SQL Server on Amazon Web Services
SQL Azure to .NET Developers
06 | SQL Server and the Cloud
SQL Server on Containers
Gordon McKenna | MVP & CEO | Inframon
Presentation transcript:

Intro to Azure SQL Databases

2 Mike Fal

Agenda What is Azure SQL Database? Pieces and Parts Using the Database 3

What is it? 4

Why? …patching …hardware pain …worrying about backups …running out of space (sort of) 5

What do you get? 6 Severname – xxx.database.windows.net SQL Version – 11 or 12 Logins – SQL Only and Azure AD Severname – xxx.database.windows.net SQL Version – 11 or 12 Logins – SQL Only and Azure AD SERVER FIREWALL DATABASE FIREWALL Database Name Service Level Edition Database Name Service Level Edition

Service Levels 7

Demo – Creating an Azure SQL Database 8

Using 9 SOMESQLSERVER01 YOURDB.DATABASE.WINDOWS.NET Windows Auth + SQL Auth Azure AD Auth + SQL Auth

Version 12 - Supported Current Version: 12 Many 2016 features –Row Level Security –Data Masking –Always Encrypted Other SQL Features –In Memory OLTP –In Memory columnstore –Table Partitioning 10 Cloud only features –Geo Restore –Standard Geo-Replication –Active Geo-Replication

Not available Unsupported Cross database stuff Server configuration Linked Servers Resource Governor Service Broker CLR And so on… 11 us/documentation/articles/sql-database-transact- sql-information/

Demo - Working With an Azure SQL Database 12

Agenda What is Azure SQL Database? Pieces and Parts Using the Database 13

Questions