The Future of Database Development with SQL Azure

Slides:



Advertisements
Similar presentations
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
Advertisements

Customers Live on Windows Azure Platform
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
customer.
Testing Azure Applications with Visual Studio 2010 Abhishek Agrawal Senior Program Manager Visual Studio Microsoft Corporation
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Virtual techdays INDIA │ august 2010 Data-tier Applications in Visual Studio 2010 Abhishek Kala │ Partner Technical Consultant, Microsoft Global.
Introducing Application and Multi-Server Management.
Migrate SQL Server Apps to SQL Azure Cloud DB
DoRon Motter Development Lead Microsoft Corporation
SQL Server deployments
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Jim Nakashima Program Manager – Cloud Tools Microsoft Corporation
Managing the Solution Lifecycle for xRM Applications
Microsoft Virtual Academy
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
Configuration Management with Azure Automation DSC
Using Dynamic Languages to Build Scriptable Apps
Microsoft Virtual Academy
Bridging the Gap From On-Premises to the Cloud
Cloud Database Based on SQL Server 2012 Technologies
Dev and Test Environments in the Cloud
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Tech·Ed North America /21/2018 6:42 PM
Microsoft Virtual Academy
New Developer Tools in Windows Embedded Standard 2011
Build /2/ The future of Azure devops: Building and managing cloud applications lifecycle across your teams Bradley Millington Program.
Microsoft Virtual Academy
Building Modern Windows Applications with Visual C
TechEd /6/2018 8:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
F# for Parallel and Asynchronous Programming
Microsoft Virtual Academy
12/9/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Jim Nakashima Program Manager Cloud Tools
Microsoft Virtual Academy
ASP.NET 4 Core Runtime for Web Developers
Pablo Castro Software Architect Microsoft Corporation
From Development to Production: Optimizing for Continuous Delivery
Introduction to VSTS Database Professional
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
Delivering great hardware solutions for Windows
Vinod Malhotra Group Program Manager Microsoft Corporation
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Service Template Creation from the Ground Up
What’s new in Visual Studio 2012
Microsoft Virtual Academy
Шитманов Дархан Қаражанұлы Тарих пәнінің
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Office 365 Development July 2014.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
What’s New for Developers in Office and SharePoint
Mobile App Management David Alessi — Support Topic Owner for Enterprise Windows Phone, Microsoft Corporation Simon May — Enterprise Device Infrastructuralist,
Building Data-Driven Applications Using "Quadrant" and "M"
Microsoft Virtual Academy
Jamie Cool Program Manager Microsoft
Advanced app and driver debugging
Microsoft Virtual Academy
Presentation transcript:

The Future of Database Development with SQL Azure 6/12/2018 12:38 AM SVC27 The Future of Database Development with SQL Azure David Robinson Senior Program Manager Microsoft Corporation © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Agenda SQL Azure Overview Database Lifecycle Overview How do we develop our Databases today? What are Data-Tier Applications? Managing Multiple Database Environments Project Houston

SQL Azure Database Highly scaled out relational database as a service 3 6/12/2018 12:38 AM SQL Azure Database Highly scaled out relational database as a service Relational database service SQL Server technology foundation Highly symmetrical Highly scaled Database “as a Service” – beyond hosting Browser SQL Azure Database (Windows Azure Compute) SOAP/REST HTTP/S Astoria/REST - EDM HTTP/S App Code (ASP.NET) SQL Server Reporting Server (on-premises) Customer Value Props Self-provisioning and capacity on demand Symmetry w/ on-premises database platform Automatic high-availability and fault-tolerance Automated DB maintenance (infrastructure) Simple, flexible pricing – “pay as you grow” Windows Azure Compute T-SQL (TDS) T-SQL (TDS) SQL Azure Database MS Datacenter - AD Federation (LiveId /.Net Svcs ACS) © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Database Lifecycle Overview Requirements Analysis Schema Design Implementation Maintenance

How do we develop our data tiers today? Develop locally using SQL Server Rich design tools available SQL Server Management Studio Visual Studio Script out our Schema Artifacts Install in SQL Azure Newly added support in SSMS R2 is changing the game

SQL Server Management Studio 2008 R2 6/12/2018 12:38 AM SQL Server Management Studio 2008 R2 demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Challenges Development Deployment Management No uniform DB project system and workflow No ability to capture deployment intent Lack of T-SQL designers for breadth developers Deployment DBAs and Developers work in silos No clean app containment once deployed Time consuming and error prone Management Difficult to centrally control the environment SQL Server sprawl on the rise Impact analysis & resource planning is tricky, difficult

Investments Development Deployment Management Near Term Near Term Data-tier Application project New T-SQL IDE in VS 2010 Integrated editor, debugger, IntelliSense, language service, policy designer Static code analysis, build service Long Term Near Term Deployment Easier to deploy and upgrade Data-tier Apps from VS and SSMS Single unit of deployment has app + developer intent Management Manage @ Scale: SQL Server Control Point Visualize resource utilization at the instance & application level Trending analysis helps improve resource utilization, reduce costs

Data-tier Application Component DAC Deployment Profile Concepts Data-tier Application Project New project type in VS 2010; Leverages Database project system code base First class T-SQL/DAC development experience in Visual Studio Developers can declare deployment intent Build output = .dacpac Data-tier Application Component Data-tier Application Component Improves collaboration between developer and DBA .dacpac = single unit of deployment (data-tier application + developer intent) Moves developers from a procedural model to a declarative model No need to create alter statements + scripts that need to be run in the correct order Contains the desired shape of the application Allows tooling to enable scenarios like drift detection V1 is targeted at Departmental apps Schema LOGICAL Tables, Views, Constraints, SProcs, UDFs, PHYSICAL Users, Logins, Indexes Unit of Deployment DAC Deployment Profile Deployment Requirements, Management Policies, Failover Policies

SQL Azure & Data-Tier Applications 6/12/2018 12:38 AM SQL Azure & Data-Tier Applications demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Managing Multiple Database Environments Dev, Test, Prod What we do today What is wrong with this? Developers make changes during development Developer manually creates update scripts to give to Testers Testers then give update scripts to Operations Operations deploy to production Phase transitions are typically a manual process guided by a development methodology Manual Processes are error prone Backups mitigate risks but… How can we do this better?

Quick Trivia Question… A smoke test is a non exhaustive software test to ensure that recent changes did not break the high level features of the product If an electronic device didn’t catch fire, it was free to proceed for further testing Smoke bombs were placed inside chambers to ensure they were airtight

Managing Multiple Database Environments Where we are headed Dev Test Prod Utilizing a DAC handles all the schema upgrades automatically Only after smoke tests pass are the changes allowed Having Best Practices built in makes a happy customer At the same time, our tester is writing smoke tests Higher quality gates prevent changes to production Our developer goes about their day writing new code When ready, changes are packaged and smoke tested 010101010101 010101010101 Tests are uploaded and form an enforcement boundary SQL Azure Dev DB SQL Azure Prod DB DAC SQL Azure Test DB SQL Azure UAT DB

SQL Azure Database Lifecycle Combine Existing Technologies Together Business Rules MSTest DACPACs Ensure that all updates are fully tested Prevent any fat-fingering Allows you to have “Best Practices” built in

How will we develop SQL Azure Databases in the Future? “I want an easy way to just get in there and start developing” “My database is in the cloud, why can’t my database development tools be?”

Introducing Code Name “Houston” demo © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Wrap Up SQL Azure is a powerful and symmetrical relational database as a service You can develop and interact w/ SQL Azure databases in that same way and leveraging the same skill set you are have for SQL Server Data-Tier Applications Streamline Development Deployment Management Project Houston will provide a easy to use cloud based database development experience We continue to invest in development and admin tooling across the breadth of the SQL data platform

YOUR FEEDBACK IS IMPORTANT TO US! Please fill out session evaluation forms online at MicrosoftPDC.com

channel9.msdn.com/learn 6/12/2018 12:38 AM Learn More On Channel 9 Expand your PDC experience through Channel 9 Explore videos, hands-on labs, sample code and demos through the new Channel 9 training courses channel9.msdn.com/learn Built by Developers for Developers…. © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/12/2018 12:38 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/12/2018 12:38 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.