Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP.

Slides:



Advertisements
Similar presentations
Denny Cherry Manager of Information Systems MVP, MCSA, MCDBA, MCTS, MCITP.
Advertisements

Modeling and Maintaining Virtualized Services Microsoft System Center Virtual Machine Manager 2012 (c) 2011 Microsoft. All rights reserved.
AN OVERVIEW & INTRODUCTION TO USING DACPACS D ata-Tier Applications {Application and Multi-Server Management} Neil Hambly York Oct 2010.
Deploying GMP Applications Scott Fry, Director of Professional Services.
Denny Cherry Manager of Information Systems MVP, MCSA, MCDBA, MCTS, MCITP.
Denny Cherry Senior Database Administrator / Architect Awareness Technologies MVP, MCSA, MCDBA, MCTS, MCITP.
Denny Cherry Manager of Information Systems MVP, MCSA, MCDBA, MCTS, MCITP.
Denny Cherry MVP, MCSA, MCDBA, MCTS, MCITP.
Denny Cherry twitter.com/mrdenny.
Denny Cherry twitter.com/mrdenny.
Microsoft ® Application Virtualization 4.5 Infrastructure Planning and Design Series.
SQL SERVER DAYS 2011 Optimizing SQL Server Performance in a Virtual Environment Denny Cherry twitter.com/mrdenny.
SQL Server 2008 & Solid State Drives Jon Reade SQL Server Consultant SQL Server 2008 MCITP, MCTS Co-founder SQLServerClub.com, SSC
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study Guide (70-443) Chapter 1: Designing the Hardware and Software.
Sponsored by: PASS Summit 2010 Preview Storage for the DBA Denny Cherry MVP, MCSA, MCDBA, MCTS, MCITP.
Chapter 10 : Designing a SQL Server 2005 Solution for High Availability MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design.
Denny Cherry Senior Database Administrator / Architect MVP, MCSA, MCDBA, MCTS, MCITP.
Learningcomputer.com SQL Server 2008 – Installation of SQL Server 2008.
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
Sofia, Bulgaria | 9-10 October SQL Server 2005 High Availability for developers Vladimir Tchalkov Crossroad Ltd. Vladimir Tchalkov Crossroad Ltd.
Denny Cherry Manager of Information Systems MVP, MCSA, MCDBA, MCTS, MCITP.
SQL Server 2008 R2 for the DBA Patrick LeBlanc. Objectives  New Editions  Datacenter  Parallel Data Warehouse  Multi-server management  Utility Control.
Rajib Kundu Agenda Definitions Failover Cluster Database Snapshots Log shipping Database Mirroring.
Chokchai Junchey Microsoft Product Specialist Certified Technical Training Center.
Introduction to Oracle. Oracle History 1979 Oracle Release client/server relational database 1989 Oracle Oracle 8 (object relational) 1999.
Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP.
Denny Cherry Senior Database Administrator / Architect Awareness Technologies Quest Software SQL Server MVP MCSA, MCDBA, MCTS,
SharePoint enhancements through SQL Server RSS integration with SharePoint What’s New Elimination of IIS
Tech Advice Presented by Matt Straka. Welcome If you are applying for CPE credit, please be sure to sign in and sign out. Please write legibly! Additionally,
Hosting Websites and Web Applications with Microsoft ® SQL Server ® 2008.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Migrating Data to SQL Azure Arunraj Chandrasekaran Twitter June 21, 2011.
Prem Mehra Program Manager Microsoft Corporation SESSION CODE: DAT308 Sung Hsueh Program Manager Microsoft Corporation.
Introducing Application and Multi-Server Management.
Log Shipping, Mirroring, Replication and Clustering Which should I use? That depends on a few questions we must ask the user. We will go over these questions.
Developing SQL/Server database in Visual Studio Introducing SQL /Server Data Tools Peter Lu.Net Practices Director Principle Architect Nexient March 19.
SQL Server High Availability Introduction to SQL Server high availability solutions.
SQL Advanced Monitoring Using DMV, Extended Events and Service Broker Javier Villegas – DBA | MCP | MCTS.
Optimizing SQL Server Performance in a Virtual Environment Denny Cherry twitter.com/mrdenny.
Database Administration for the Non-DBA Denny Cherry twitter.com/mrdenny.
FUN WITH AVAILABILITY GROUPS Christopher Wolff SQL Server Database Engineer, Xero.
Are You High? Can You Recover? Robert Douglas SQL Saturday #468, Sydney 27 th February 2016.
Launch Your Database Into Microsoft Azure
Table spaces.
Visual Studio 2010 Database Projects
SQL Server deployments
Launch Your Database Into The Cloud (bacpac edition)
Building Effective Backups
Windows Azure Migrating SQL Server Workloads
Installation and database instance essentials
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Contained DB? Did it do something wrong?
Denny Cherry twitter.com/mrdenny
Visual Studio 2010 Database Projects
Introduction of Week 6 Assignment Discussion
SQL Server May Let You Do It, But it Doesn’t Mean You Should
What’s new in SQL Server 2016 Availability Groups
Launch Your Database Into Azure
Azure SQL Database - Managing your database on the cloud
Microsoft Virtual Academy
AlwaysOn Availability Groups
SSDT and Database Project Basics
What about the Data Dude?
Mario…Take My Data To The Cloud!
Your Data Any Place, Any Time
February 11-13, 2019 Raleigh, NC.
SQL Server Indexing for the Client Developer
06 | SQL Server and the Cloud
Presentation transcript:

Denny Cherry Manager of Information Systems twitter.com/mrdenny MVP, MCSA, MCDBA, MCTS, MCITP

Agenda Utility Control Point Data Tier Applications DACPACs

Utility Control Point Databases are mapped to Applications Monitors CPU, IO load per Application Monitors CPI, IO per Instance Monitors CPU, IO per Server Enterprise Edition can manage 25 instances Data Center can manage 200+ instances

Datacenter UCP Limits License allows for unlimited Recommended limit of 200 monitored instances Practical limit depends on hardware CPU will be first bottleneck Disk IO will be the second bottleneck

Data Tier Application Allows for.NET developer to create and manage schema within Visual Studio 2010 Can be packaged as a DACPAC for easy deployment to SQL Azure or native SQL Server Instance Doesn’t support Security, Service Broker, Synonyms, SQL Logins, etc (Basically if Azure supports it, it is supported by DAC) Foreign Key Constraints have to be done by hand

Data Tier Applications Used to define a database as an application Creates Schema Version which can match Application Version

DACPAC Deployment method requires double hard drive space, downtime, Consistency problems. A single schema change requires a full redeployment A single comment change requires a full redeployment Currently only can be deployed to SQL 2008 R2 SQL 2008 R1, SQL 2005 coming soon Breaks Log Shipping, Mirroring, Log backups All objects are placed within an XML document for parsing

DACPAC Schema MSDB database dbo.sysdac_instances_internal Contains list of Data Tier Applications on the server dbo.sysdac_history_internal Contains a record for each step of the release process

DACPAC – My Conclusions Usable only for the smallest of applications. Definitely not ready for Tier 1 Applications Full Backups must be taken after each release to maintain some sort of backup restore capabilities.

Please fill out the survey at Twitter Contact InfoBlog