sql azure intro and what’s new

14
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer

Upload: andythiru

Post on 02-Jun-2015

205 views

Category:

Education


2 download

TRANSCRIPT

Page 1: SQL Azure Intro and what’s New

SQL Azure Intro and What’s NewLevel: Introductory to Intermediate

Andy ThiruSQL/BI Developer

Page 2: SQL Azure Intro and what’s New

Agenda

• Overview of SQL Azure• Getting Started with SQL Azure• Administration • Advanced Topic in SQL Azure

• Data Sync• Federation

• Q&A

Page 3: SQL Azure Intro and what’s New

Windows Azure Platform

Page 4: SQL Azure Intro and what’s New

Getting Started with SQL Azure

1. Sign Up or Login to Windows Azure2. Create SQL Azure Server3. Create SQL Azure Database4. Setup Schema5. Connect and Access

Page 5: SQL Azure Intro and what’s New

Getting Started with SQL Azure

demo

Page 6: SQL Azure Intro and what’s New

SQL Azure – Behind the Scenes

Replica 1

Replica 2

Replica 3

DB

Single LogicalDatabase

Multiple PhysicalReplicas

Page 7: SQL Azure Intro and what’s New

Administration/Azure Security• SQL Azure Firewalls

• Managing the Login

• Migrating the Database

• Backup

Page 8: SQL Azure Intro and what’s New

Administration

demo

Page 9: SQL Azure Intro and what’s New

Data Sync

• Topology• Agent• Security• Database Consideration• Table Consideration

Page 10: SQL Azure Intro and what’s New

Data Sync

demo

Page 11: SQL Azure Intro and what’s New

Global Scalability – Data Centers

Page 12: SQL Azure Intro and what’s New

Summary• SQL Azure is the Windows Azure solution for

highly available, massively scalable, relational data in the Cloud.

• If you’re familiar with SQL Server, SQL Azure will be a natural extension.

• SQL Azure is great for simple relational data storage to more advanced scenarios like BI, Scale and Sync.

Page 13: SQL Azure Intro and what’s New

Useful Links

• http://wappowershell.codeplex.com/releases/view/84058

Page 14: SQL Azure Intro and what’s New

Questions