Mario…Take My Data To The Cloud!

Slides:



Advertisements
Similar presentations
AN OVERVIEW & INTRODUCTION TO USING DACPACS D ata-Tier Applications {Application and Multi-Server Management} Neil Hambly York Oct 2010.
Advertisements

Manage backup vaults and servers Download and install backup agent Download a vault agent Create backup vault.
Securing Enterprise Applications Rich Cole. Agenda Sample Enterprise Architecture Sample Enterprise Architecture Example of how University Apps uses Defense.
Gavin Payne Oracle for SQL Server DBAs. Why Oracle? Installation Physical Storage Backup and Recovery 20 slides in 50 minutes Inside the database Programmability.
Exploring SQL Server Data Tier Applications Gert Drapers Principal Group Program Manager Microsoft Corporation Adam Mahood Program Manager.
Agenda Model migration vs MDS upgrade Model migration overview Model migration – how does it work? Model package Demo.
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
SQL Server Management Studio Introduction
How to Take Advantage of Contained Databases in SQL Server 2012 Steve Jones SQLServerCentral Red Gate Software.
Introduction To Windows Azure SQL Database Name Title Microsoft Corporation.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Membership in ASP.Net...if only Presented by: Patrick Hynds President, CriticalSites Microsoft Regional Director.
Migrating to Windows Azure SQL Database Name Title Microsoft Corporation.
Back Office Solution For C.T Smith Stock Brokers WEG-34.
1© Copyright 2013 EMC Corporation. All rights reserved. Dimitri Ayrapetov November 9, 2013 Introduction to Building Reports Reporting Services.
Tom Castiglia Hershey Technologies
SQL Server 2008 R2 for the DBA Patrick LeBlanc. Objectives  New Editions  Datacenter  Parallel Data Warehouse  Multi-server management  Utility Control.
Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP.
Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer Yaroslav Pentsarskyy
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
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.
Text Microsoft to Or Tweet #uktechdays Questions?
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.
Inspirirani ljudima. Ugasite mobitele. Hvala.. Paolo Pialorsi Senior Consultant PiaSys ( Publishing apps for SharePoint 2013 on Microsoft.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 18/06/2016David Postlethwaite.
Others Talk, We Listen. Managing Database Projects in Visual Studio 2013.
Migrate SQL Server Apps to SQL Azure Cloud DB
Migrate DB to Azure SQL Taiob M Ali.
Web Application for Home Energy Assistance Program
Migrating to and Integrating with SQL Azure
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
Introduction to SQL Azure
Managing, Storing, and Executing DTS Packages
SQL Saturday #573 - BSB Azure SQL Database Vs. Amazon RDS
On-premise database. Files in the cloud.
Launch Your Database Into Microsoft Azure
Visual Studio 2010 Database Projects
SQL Server deployments
Introduction to ASP.NET 2.0
Lead SQL BankofAmerica Blog: SQLHarry.com
The Future of Database Development with SQL Azure
Business Connectivity Services in SharePoint 2010 and Office 2010
Implementing ArcGIS on Azure/Cloud Builder 10.4
Planning an Effective Upgrade from SQL Server 2008
Efficiently Searching Schema in SQL Server
Launch Your Database Into The Cloud (bacpac edition)
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Migrating to Windows Azure SQL Database
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Cloud Helps Schools Get Needed Tools
By Saru Radhakrishnan Member - Sacramento SQL Server Group 07/28/2018
Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL
Tech·Ed North America /21/2018 6:42 PM
Launch Your Database Into Azure
Migrating your local database to Azure SQL DB
Azure Enables Mobility, Easy Sync and Share, and Allows Companies to Retain Data Control MINI-CASE STUDY “Azure provides the full stack of technology that.
Jim Nakashima Program Manager Cloud Tools
Cross-Platform, Cloud and On-Premise Database Tool
Building and Migrating Modern Enterprise Line of Business Applications
Cross-Platform, Cloud and On-Premise Database Tool
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Deploy WebClient App on Microsoft Azure
Michelle Haarhues Keeping up with SSMS.
06 | SQL Server and the Cloud
Presentation transcript:

Mario…Take My Data To The Cloud! Presented By: Jim Donahoe

About Me Jim Donahoe Cloud Solutions Architect - Azure DBA| Video Game Enthusiast | Nerd |Not-so-Big Data | Azure Enthusiast

Agenda What are BACPACs and DACPACs? Deployment Methods Security Common Errors

BACPAC A BACPAC file is a ZIP file with an extension of BACPAC containing the metadata and data from a SQL Server database. A BACPAC file can be stored in an on-premises location and later imported back into Azure SQL Database or into a SQL Server on-premises installation. Source: https://docs.microsoft.com/en-us/sql/relational- databases/data-tier-applications/data-tier-applications#Anchor_4

DACPAC A data-tier application(DAC) is a logical database management entity that defines all of the other SQL Server objects – like tables, views, and instance objects, including logins – associated with a user’s database. A DAC is a self-contained unit of SQL Server database deployment that enables data-tier developers and database administrators to package SQL Server objects into a portable artifact called a DAC package, also known as a DACPAC. Source: https://docs.microsoft.com/en-us/sql/relational- databases/data-tier-applications/data-tier-applications

Deployment Methods SSMS(SQL Server Management Studio) Microsoft Database Migration Assistant(DMA) Transactional Replication(Old Fashioned Replication)

Common Errors Error SQL71562: Error validating element [dbo].[ProcedureName]: Procedure: [dbo].[ProcedureName] has an unresolved reference to object [Database].[dbo].[ProcedureName]. External references are not supported when creating a package from this platform. Error SQL71627: The element Login: [Windows Login] has property IsMappedToWindowsLogin set to a value that is not supported in Microsoft Azure SQL Database v12.

Jim, enough talk, show us the demo!