October 15-18, 2013 Charlotte, NC Being the DBA of the Future A World of On-Premises and Cloud Dandy Weyn, Snr. Technical Marketing Product Manager Microsoft.

Slides:



Advertisements
Similar presentations
Windows Azure and the Hybrid Cloud Arnie Locsin
Advertisements

Microsoft Dynamics AX Technical Conference 2013
System Center 2012 R2 Overview
Module 1: Demystifying Software Defined Networking Module 2: Realizing SDN - Microsoft’s Software Defined Networking Solutions with Windows Server 2012.
“It’s going to take a month to get a proof of concept going.” “I know VMM, but don’t know how it works with SPF and the Portal” “I know Azure, but.
Be the Next Private Cloud Expert Now Dan Stolts (ITProguru) Sr. IT Pro Evangelist
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
Devices & Services Full WinRT 11,000 members Windows Phone Runtime 2,800 shared members 600 new members Networking Proximity In-App Purchase.
Microsoft Azure Virtual Networks. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision.
The Changing Datacenter – Understanding the Hybrid Cloud Opportunity Kristian Wares, Datacentre Solution Sales Specialist Nick Ward, Cloud Solution Sales.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Migrating Applications to Windows Azure Virtual Machines Michael Washam Senior Technical Evangelist Microsoft Corporation.
Windows Azure Networking & Active Directory Nasir (Muhammad Nasiruddin) Developer Evangelist - Azure Microsoft Corporation
Using Excel, Excel Service and PerformancePoint
Randy Pagels, Developer Technology Specialist Microsoft Corporation Dev & Test in the Cloud.
April | Chicago, IL Office as your BI Platform Ashvini Sharma Principal Group Manager Microsoft Office Division | Program Management Seayoung Rhee.
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
Preparing your Fabric & Apps for Windows Server 2003 End of Support Jeff Woolsey Principal Program Manager.
Jan – Apr 2012 Private Cloud Day System Center 2012 announced Microsoft Management Summit System Center 2012 General Availability Windows Server 2012.
Title Slide No more than two lines here Session Subtitle 18pt April , 2015 | Santa Clara, CA Speaker Name Title Company.
April 10-12, Chicago, IL Driving Smarter Decisions with Microsoft Big Data Tim Mallalieu Group Program Manager, HDInsight.
Top Free Tools for Tuning SQL Statements Kevin Kline & Aaron Bertrand SQL Sentry, Inc.
Fares Zekri Account Technology Strategist Microsoft Tunisia ITU Workshop on “Cloud Computing” (Tunis, Tunisia, June 2012) Microsoft Clouds.
Microsoft Azure Storage. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision.
WINDOWS AZURE Scott Guthrie Corporate Vice President Windows Azure
Website s Azure Websites is an enterprise class cloud solution for developing, testing and running web apps. Azure Websites allows you to focus on what.
Alessandro Cardoso Microsoft MVP | Readify National Manager |
Terminal Services Technical Overview Olav Tvedt TVEDT.info Microsoft Speaker Community
On-premises Your datacenter Hybrid Datacenter scenarios Capacity Demand Remote Site Layered Solutions Strategic migration Disaster Recovery.
How* to Win the #BestMicrosoftHack Shahed Chowdhuri Sr. Technical WakeUpAndCode.com *Hint: Use the Cloud.
Windows Azure for IT Pros Kurt CLAEYS (TSP Windows Azure, Microsoft EMEA)
How to Use Parameters Like a Pro …and Boost Performance Guy Glantser, CEO, Madeira.
Windows Azure. Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs.
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Dandy Weyn. dandyweyn Dandy Weyn Sr. Technical Product Mkt. Manager.
Building and Diagnosing Applications using Visual Studio and Azure SDK Paul Yuknewicz Principal PM Manager.
IT Pro Day Welcome to TechDays Congress Center Basel.
#SPSMX Hybrid Environments SharePoint On-premises & SharePoint Online Luis Du Solier SharePoint Premier Field Engineer Microsoft.
Hello Cloud… Mike Benkovich
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Patrick Ortiz Global SQL Solution Architect Dell Inc. BIN209.
Going Hybrid – part 1 Moving to Hybrid Cloud with Windows Azure Virtual Machines & System Center 2012 R2.
Big Data Analytics with Excel Peter Myers Bitwise Solutions.
Robert Potočnik, Microsoft Pripeljite košček Azure sveta v vaš datacenter (WAP)
Superhero Power BI Peter Myers Bitwise Solutions.
Query Performance Tuning in SQL Server 2014 #devconnections.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
October 15-18, 2013 Charlotte, NC SQL Server Index Internals Tim Chapman Premier Field Engineer.
Cloud, big data, and mobility Your phone today probably meets the minimum requirements to run Windows Server 2003 Transformational change up.
WINDOWS AZURE AND THE HYBRID CLOUD. Hybrid Concepts and Cloud Services.
Partner Toolbox Cloud Infrastructure & Management
Solving the Hard Problems
Cloud Data platform (Cloud Application Development & Deployment)
Microsoft Ignite /31/ :08 AM
Cloud Database Based on SQL Server 2012 Technologies
Microsoft Virtual Academy
Microsoft Virtual Academy
11/27/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
SQL Server Security For Everyone
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Presentation transcript:

October 15-18, 2013 Charlotte, NC Being the DBA of the Future A World of On-Premises and Cloud Dandy Weyn, Snr. Technical Marketing Product Manager Microsoft Corp. Grant Fritchey, Product Evangelist Red Gate Software

October 15-18, 2013 | Charlotte, NC Please silence cell phones

Explore Everything PASS Has to Offer Free SQL Server and BI Web Events Free 1-day Training Events Regional Event Local User Groups Around the World Free Online Technical Training This is Community 3 Business Analytics Training Session Recordings PASS Newsletter

Session Evaluations ways to access Go to passsummit/evals Download the GuideBook App and search: PASS Summit 2013 Follow the QR code link displayed on session signage throughout the conference venue and in the program guide Submit by 5pm Friday Oct. 18 to WIN prizes Your feedback is important and valuable. 4

scarydba Grant Fritchey Product Evangelist, Red Gate Software

The world is changing

What is Windows Azure?

Global Physical Infrastructure servers / network / datacenters computedata servicesnetworks West US, East US, N Central US, S Central US, N Europe, W Europe, E Asia, SE Asia + 24 Edge CDN Locations Automated Managed Resources Elastic Usage Based app services

Windows Azure Data Management — Overview

Options for Relational Data Services in the Cloud

Scenarios

SQL Server in a Windows Azure Virtual Machine

Windows Azure Virtual Network Build virtual networks that scale Traditional, familiar approach to build extension to datacenter Complete control over network configuration Define your own IP addresses Enables complex hybrid scenarios And compliance scenarios for sensitive data Apps on Azure VMs can securely Access on-premise Databases Including Domain-Attach Azure VMs to on-premise AD

Windows Azure SQL Database

How It Works Architecture Client Layer – Used by application to communicate directly with SQL Database. Services Layer – Gateway between Client layer and Platform layer. Platform Layer – Includes physical servicers and services that support the Services layer. Infrastructure Layer – IT administration of the physical HW and OS.

Azure Management Tool Set 18

Use both SQL Server in Windows Azure VM and Windows Azure SQL Database in a single app. KEY SCENARIOS Public Cloud Microsoft Data Platform Deployment Solutions

Optimization 20 Traditional: Query Tuning, Indexes, Database Design Windows SQL Azure Database Premium Scale Out Through Sharding

What’s Old is New Transactions as short as possible Only move the data you need to move Only move the data when you need to move it Tune the queries

Data Movement 22 Import/Export through DACPAC Manage data movement through DataSync Standard mechanism with SSIS

October 15-18, 2013 | Charlotte, NC Thank you for attending this session and the 2013 PASS Summit in Charlotte, NC 24