Getting Started with Windows Azure and SQL Databases

39
INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM Getting Started with Microsoft Azure and SQL Databases

description

The Microsoft Windows Azure platform provides service-based offerings for your data needs. These include services from file storage to SQL databases that are scalable to your specific needs. Regardless of the size of your data platform, Windows Azure has options that fit to your business needs. In this session, we'll discuss the Windows Azure platform and discuss how the SQL Database and other services enhance and extend your data platform. By session end, you'll understand how Windows Azure is able to fit into your environment and be ready to start using Windows Azure. http://pragmaticworks.com/LearningCenter/FreeTrainingWebinars/PastWebinars.aspx?ResourceId=639

Transcript of Getting Started with Windows Azure and SQL Databases

Page 1: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Getting Started with Microsoft Azure and SQL Databases

Page 2: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM2

Introduction

Jason

Strate

e: [email protected]

e: [email protected]

b: www.jasonstrate.com

t: StrateSQL

Resources pragmaticworks.com/Services/CloudSolutions

Page 3: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM3

<obligatory “cloud” picture>

Page 4: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM4

Page 5: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM5

The cloud isn’t evil…

Page 6: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM6

It’s a different approach…

Page 7: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM7

To get what

you need…

Page 8: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM8

What do you

want to

know?

Page 9: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM9

Agenda

SQL

DatabaseStorage

Virtual

MachinesHDInsight

Recovery

Manager

Page 10: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM10

Azure Preparation

Access is subscription basedPay for usePre-pay options

Multiple data centers world-wideLocal accessRemote data centerYour choice

Online managementmanage.windowsazure.com

Page 11: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

SQL Database

SQ

L D

ata

base

Sto

rag

e

Vir

tual M

ach

ines

Azu

re B

ack

up

Reco

very

Manag

er

Page 12: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM12

SQL Database

Managed relational database platformPlatform as a Service (PaaS)

Basically SQL Server database online

Built-in features:High availability

Disaster recovery

Performance governance

Scale-out growth

Page 13: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM13

Database Roadblocks

Lack of infrastructure expertise

Lack of database expertise

Data center capacity

SQL Server capacity

Budget constraints

Page 14: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM14

SQL Database Advantages

Minimal maintenanceService packs / Cumulative updates

Limited maintenance

Use based costsys.bandwidth_usage

sys.database_usage

Advancing feature set

Page 15: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM15

SQL Database Disadvantages

Noisy neighborResource governor

Premium edition

Limited feature set

Chatty applications

Limited profiling options

Page 16: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM16

SQL Database Approach

Page 17: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM17

SQL Database Approach

Page 18: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM18

SQL Database Approach

Page 19: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

SQL Database

Demo

Page 20: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Storage

SQ

L D

ata

base

Sto

rag

e

Vir

tual M

ach

ines

HD

Insi

ght

Reco

very

Manag

er

Page 21: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM21

Storage

Block

blobs

Page blobs

(disks)

Tables

and

Queues

Page 22: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM22

Block Blobs

High scale, low-cost storage optionOn-premise database backups

SQL Database backups

Data files (csv, txt, etc)

Online accessible storage locationPrivate

Public

Page 23: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM23

Backup to URL

Backup database directly to block storage

BACKUP DATABASE AdventureWorks2012

TO URL = 'https://mystorageaccount.blob.core.windows.net

/mycontainer/AdventureWorks2012_1.bak'

WITH CREDENTIAL = 'mycredential'

,STATS = 5;

Page 24: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM24

Azure Backup Tool

Backup locally push to block storage

Page 25: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM25

Azure Backup Tool

Page 26: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Storage

Demo

Page 27: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Virtual Machines

SQ

L D

ata

base

Sto

rag

e

Vir

tual M

ach

ines

Azu

re B

ack

up

Reco

very

Manag

er

Page 28: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM28

Virtual Machines

Cloud based virtual machineInfrastructure as a Service (IaaS)

Scalable, on-demand environment

Pre-configured templatesWindows Server

Linux

Virtual networking

Page 29: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM29

Virtual Machine Roles

SharePoint 2013

SQL Server 2014Data warehouse template

SQL Server 2012Data warehouse template

Biztalk

Microsoft Dynamics

And more…

Page 30: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM30

Use Cases

Extend data centerHigh availability

Disaster recovery

Grow environment capabilities

Minimize infrastructure investments

Pilot new offerings

Development environment

Page 31: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Virtual Machines

Demo

Page 32: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

HDInsight

SQ

L D

ata

base

Sto

rag

e

Vir

tual M

ach

ines

HD

Insi

ght

Reco

very

Manag

er

Page 33: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM33

HDInsight

Apache Hadoop implementation

Empowers ad-hoc Hadoop processing

Brings Big Data processing to everyone

Use based investmentCompute separated from storage

Page 34: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Azure Backup

Demo

Page 35: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM

Recovery Manager

SQ

L D

ata

base

Sto

rag

e

Vir

tual M

ach

ines

Azu

re B

ack

up

Reco

very

Manag

er

Page 36: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM36

Recovery Manager

Extends capabilities of private cloud

Leverage System Center 2012

Provides Hyper V replication and recoverySecond physical location

Azure based recovery

Data secured through virtual networks

Page 37: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM37

Summary

Azure provides ecosystem of features

Many key features can empower data pros

Azure and cloud will impact future architectures

Leverage cloud when it makes sense….

Page 38: Getting Started with Windows Azure and SQL Databases

INTELLIGENT DATA SOLUTIONS WWW.PRAGMATICWORKS.COM38

Keep an

open mind

Page 39: Getting Started with Windows Azure and SQL Databases

ProductsImprove the quality,

productivity, and performance

of your SQL Server and BI

solutions.

ServicesSpeed development through

training and rapid

development services from

Pragmatic Works.

FoundationHelping those who don’t have

the means to get into

information technology and to

achieve their dreams.

Name: Jason Strate

Email: [email protected]

Blog: www.jasonstrate.com

Resource: pragmaticworks.com/Services/CloudSolutions

Need Help? jasonstrate.com/go/vmdba