SQL Server Upgrading to. and Beyond ABSTRACT: By Andy McDermid

Size: px
Start display at page:

Download "SQL Server 2012. Upgrading to. and Beyond ABSTRACT: By Andy McDermid"

Transcription

1 Upgrading to SQL Server 2012 and Beyond ABSTRACT: By Andy McDermid If you re still running an older version of SQL Server, now is the time to upgrade. SQL Server 2014 offers several useful new features that will make the trouble of upgrading worth your while, including new functions to optimize performance and features to improve security. The first step is to assess the current state of your server and develop a plan for upgrading and migrating your data. There are a couple of ways to do this, each of which we discuss.

2 Upgrading to SQL Server 2012 and Beyond

3 content A Roadmap to Upgrading SQL Server... New Features in SQL And More... Resources for Planning Your Upgrade Final Thoughts... 3 About Datavail... 4

4 Your organization is still running SQL Server 2000, 2005, or Isn t it time to upgrade? With the release of SQL Server 2016, you may want to consider an upgrade to one of the more modern SQL environments. When you re equipped with a clear plan, upgrading won t seem like an impossible task. We ll walk you through some of the fundamentals to help you prepare for a successful transition to a modern database environment. In this white paper, we ll look at the types of upgrades possible, the limitations and opportunities associated with migrating to a newer version of SQL Server, what some of the newer features are, and some helpful tools and resources. There are many aspects of the upgrade process you will want to consider as you prepare to make the transition, some of which may present challenges. Some of these include licensing, the migration path, how to provision your servers, and new features you ll be able to leverage to your organization s advantage. Do you want SQL Server to remain an on-premise application? You might want it to be virtualized or move it to the cloud either an entire database server or just the database itself. All questions to consider. You probably already see some advantages and disadvantages associated with each method. The in-place option is a significant commitment, since rolling back can be challenging. The process is, however, relatively easy and fast. The side-by-side upgrade is potentially much easier to roll back and you can plan ahead by setting up a new server well in advance of migrating the data. This provides you and your staff with the opportunity to conduct lots of testing and tweaking before bringing the system online. This option is the most costly, primarily because you need to set up an entire separate, new hardware infrastructure to run in parallel with the legacy system. Plus you may need some additional disk space to handle the data or backups you will copy over. Why and how should you choose a path to upgrading? One critical topic will dictate your best possible choice: licensing. Microsoft radically changed how SQL Server is licensed with Microsoft SQL Server Where the license was once applied per socket, it is now applied per core. If we look at SQL Server 2014, for example, numerous options are available. With the Standard Edition, you can have a Core License or a Server and Client Access License. But if you choose to install the Enterprise Edition, your only option is the Core License. For the SQL Server Business Intelligence Edition, the only option is the Server and Client Access License. A Roadmap to Upgrading SQL Server First, you ll need to know where you re going, and determine the best possible migration path. There may be some limitations on that path. If you are on SQL 2000, you can t upgrade directly to SQL 2012, for example. You would have to update your system to the SQL Server 2005 Service Pack 4 first. You ll also need to consider the operating system underpinning your environment. You won t be able to run SQL 2012 on Windows Server 2003, for example. And you can t make jumps from a 32- to 64-bit version or from SQL Enterprise Edition to Standard Edition. So, what types of upgrades are possible? You can select an in-place upgrade or a side-by-side upgrade. With an in-place upgrade, everything all the hardware and operating systems stays the same. All you need do is upgrade the existing SQL instance to the newer, desired version. A side-by-side upgrade involves constructing an entirely new system alongside the existing server. You will then migrate the databases and any other critical resources from the old server to the new server environment. With the shift to per-core licensing, users have to make a basic purchase of four cores. Each subsequent license is sold in packs of two. Thus, per-core licensing may prove more expensive. If cost is an issue, this may preclude your organization from undertaking an in-place upgrade. A side-by-side upgrade provides users with many opportunities to bring in new hardware, software, and possibly other technologies. First, a companion server with SQL 2012 or 2014 installed is needed in preparation for migrating the databases. Page 1 Upgrading to SQL Server 2012 and Beyond 2015 Datavail, Inc. All rights reserved.

5 That new server can be most anything, including all modern hardware, which is my preference. This would enable the system to take advantage of the fastest available disk technology and newer, faster CPUs. As another example, the new server could be part of a Windows Failover Cluster to bring some high-availability into the upgrade plan. This type of upgrade also provides options to change the operating system and/or SQL editions. It is very possible that due to licensing changes and other factors your upgrade project will be completed using a side-by-side technique. This will give you a great opportunity to evaluate where you want to be with your SQL environment, make a plan, and work to implement the upgrade. Before going further in the planning process, take stock of what you re facing. You need to be aware of your three big resources on what will soon be your legacy server: CPU, memory, and disk. With CPU, look at speed and core count to get a sense of the existing server resource. For memory, we need only look at the Windows Server s properties to find that information. What is your disk speed? You need to know your IOPS (input/output operations per second) to have a benchmark of the speed. These metrics let you know the current server s theoretical capability. Now we need to see how much of each of those resources are actually being used, which is simple to determine by using PerfMon counters. Granted, the analysis becomes more complicated if you intend to migrate and upgrade a single database or group of databases. Provisioning a new server is much easier when you understand resource usage on the legacy server. If you have that information, you know exactly the resources you need. If going to the cloud is an option, Azure makes the provisioning process super easy. Figure your metrics. Go to Azure. Pick your machine. Almost any possible size of machine you might need is available from a single core, single-disk server with less than one GB of RAM to one with 32 cores and 450 GB of RAM. What s really cool with Azure is that if you under-provision, it s no problem. Just level up. The same is true for scaling up if your workload changes. You can also easily scale down. New Features in SQL 2014 Why would you want to upgrade? Because older SQL versions are falling out of support. Support has already ended for SQL SQL 2008 is in extended support and reaching obsolescence. You don t really want your database technology to be a decade behind, do you? There are also several new features that should make an upgrade worth your time and effort. Since SQL 2016 is still CTP we will focus on SQL 2014 here. Although there are quite a few interesting new features and a great deal of information about SQL 2014 available, in this paper, we will focus on a mix of features practical for many users. Backups: In a well-managed environment we back up databases regularly and follow all the best practices, including testing those backups. But what type of security should there be? With SQL 2005, users could password protect their backups, but even Microsoft will acknowledge that s not really sufficient. With 2008, the Transparent Data Encryption (TDE) option became available for data-at-rest encryption. The data and log files of a database, as well the backup data could be encrypted; the only problem is that TDE is an Enterprise Edition feature only. With SQL 2014, Backup Encryption is a Standard Edition feature. This is excellent news for those users running the Standard Edition and currently using third-party encryption tools. Another benefit is that the new backup technology provides better compression than the TDE backups, because the data is first compressed and then encrypted. Improved Cardinality Estimator: This is a part of the query engine that acts as an interface between the data s statistics and the query optimizer. This function determines how many rows are going to come back from a given table which will dictate, in part, the choice of query plan. Will a plan use a seek operation or a scan operation to pull data? Will a join within the plan be a merge join or an inner join? A good query plan, based on good cardinality estimations, allows SQL to access and return the data as fast as possible. If you want to use this feature, you need to make certain the database compatibility matches the instance version. Otherwise, to keep your 2014 database compatibility but the legacy cardinality estimator, set trace flag You can either make this a start-up parameter, or individual queries use this flag. Upgrading to SQL Server 2012 and Beyond Page 2

6 If you want to keep your database at the legacy compatibility but you want to try the new cardinality estimation server-wide, or for a particular session or query, use trace flag Microsoft is confident the improvements in cardinality estimation will be have a positive effect and allow the optimizer to generate better plans, but in the event your performance degrades there is the option to turn it off via these trace flags. This is an intriguing feature, however we suggest you give it a test via replaying a workload against a test version of your database. And More... Let s go through a few more features quickly. You may find delayed durability an interesting feature which trades the strict durability ideal of RDB systems for improved transaction log throughput. Or online index rebuilds by partition and low priority waiting, which is available in the Enterprise Edition. Others include Buffer Pool Extension to, well, extend the buffer pool to disk, AlwaysOn Availability group support which now supports nine replicas and new features for Windows Failover Clustering like Common Storage Volumes... There is a great deal of information already available about these new features available from Microsoft and reliable third parties. Resources for Planning Your Upgrade We ve already noted that it's best to have a plan. Some of the tools, documents, and reference material you will find useful in developing that plan are listed below. The Microsoft Best Practice Analyzer Tool 2012 The Microsoft Database Upgrade Advisor Microsoft SQL Server 2014 Upgrade Technical Guide The Datavail Health Check/Database Server Assessment Datavail SQL Server Upgrade Checklist available at datavail.com The Datavail Blog, which has useful information on working with SQL 2014 and SQL Visit Final Thoughts To review, you need to define your upgrade path by selecting the license and upgrade most appropriate for your organization. Then decide on the target. Start by identifying where your system is now and provision a destination based on current usage, taking into account a forecast of where the organization s SQL environment might be in three to five years. Regardless of whether you are using the Standard or Enterprise Editions, be familiar with all of the features so you can test them to determine whether one or more of these should be implemented. With either Enterprise or Standard Edition, you want to extract as much utility out of SQL Server as you can both for your end users and to get the best RIO on your investment of a SQL Server upgrade. Now you've planned the project write the whole thing out. This might be a requirement for your specific business, but even if it s not, you ll be happy to have the information in written form. Consider it your blueprint for success. If you are still using SQL 2005 or SQL 2008, upgrading may seem like a daunting task. No joke. It is. SQL Server technology has changed so much in the last decade. Upgrading may seem like a task you can put off, but its best not to delay migrating your server for many of the reasons we delineated previously. It s time to begin the migration process by defining your organization s business priorities and aligning your SQL environment to fit those needs. Upgrades are nothing new for Datavail, but each pose new challenges. With more than 400 database administrators and 300-plus clients worldwide, Datavail is the largest pure-play database services provider in North America. With 24x7 managed database services, including database design, architecture and staffing, Datavail can support your organization s transition to the newest version of SQL Server, regardless of the version you ultimately select. Contact Datavail to discuss a custom SQL Server solution designed for your enterprise. You can learn more about our remote database services and how our experts can help with your ongoing SQL Server operations. For more solutions to common and advanced SQL Server questions as well as many other database administration related questions, visit our frequently updated blog. Page 3 Upgrading to SQL Server 2012 and Beyond 2015 Datavail, Inc. All rights reserved.

7 Biography Andy McDermid Principal SQL Server DBA for Datavail Andy is a MCITP certified MS SQL DBA who delivers and manages delivery of DBA services to many diverse clients. He enjoys helping his clients by finding and deploying pragmatic and practical solutions for their database issues. Andy is always working to improve and expand his DBA skills and he likes to share the experience via writing. About Datavail Datavail Corporation is the largest pure-play provider of remote database administration (DBA) services in North America, offering database design and architecture, administration and 24x7 support. The company specializes in Oracle, Oracle E-Business Suite, Microsoft SQL Server, MySQL, MongoDB, DB2 and SharePoint, and provides flexible on-site/off-site, onshore/offshore service delivery options to meet each customer s unique business needs. Contact Us General Inquiries: Fax Number: info@datavail.com Corporate Headquarters: Datavail Corporation Ridge Parkway Suite 125 Broomfield, CO Database Operations Control Center: Datavail Infotech Pvt. Ltd 3rd Floor, Unit No. B-3 Ashar IT Park, Road No. 16Z Wagale Estate Thane (West), Thane Direct Telephone Number: Bangalore Office Datavail Infotech Pvt. Ltd Concept Business Park #319/9, 1st floor, Block A Hosur Main Road Bommanahalli, Bangalore Upgrading to SQL Server 2012 and Beyond Page 4

8

Extending Your Use of Extended Events

Extending Your Use of Extended Events Extending Your Use of Extended Events An Introduction to Replacing SQL Profiler with Extended Events ABSTRACT: By Andy McDermid & Sivakumar Thangavelu September 2014 The much-used Microsoft SQL Profiler

More information

MySQL. Leveraging. Features for Availability & Scalability ABSTRACT: By Srinivasa Krishna Mamillapalli

MySQL. Leveraging. Features for Availability & Scalability ABSTRACT: By Srinivasa Krishna Mamillapalli Leveraging MySQL Features for Availability & Scalability ABSTRACT: By Srinivasa Krishna Mamillapalli MySQL is a popular, open-source Relational Database Management System (RDBMS) designed to run on almost

More information

The Complete SQL Server Health Checks

The Complete SQL Server Health Checks The Business Value of Complete SQL Server Health Checks ABSTRACT: By Eric Russo August 2014 A SQL Server is a complex database environment that needs iterative analysis and constant tweaking to ensure

More information

.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala

.NET. Workflow Solutions. For ABSTRACT: By Owens Gollamandala .NET Workflow Solutions For ABSTRACT: By Owens Gollamandala Workflows are available within Microsoft SharePoint, and help users track and monitor documents or files associated with a specific business

More information

Strategic 7Tasks for a Superlative

Strategic 7Tasks for a Superlative Strategic 7Tasks for a Superlative Implementation ABSTRACT: By Owens Gollamandala SharePoint, Microsoft s web application framework, is an incredibly powerful tool that can integrate an organization s

More information

Ways. to Shore Up. Security. Your. ABSTRACT: By Trish Crespo

Ways. to Shore Up. Security. Your. ABSTRACT: By Trish Crespo 6 Ways to Shore Up Your Security ABSTRACT: By Trish Crespo February 04 Microsoft's SharePoint collaboration software is an excellent tool for enterprise users, but some individuals have pointed to it as

More information

Is Your Head in the Cloud

Is Your Head in the Cloud Is Your Head in the Cloud When It Comes To Database Management? Maybe It Should Be ABSTRACT: By Mark Perlstein Cloud-based database management provides organizations with database expertise when they are

More information

Top 10 Issues Facing Managers of DBAs

Top 10 Issues Facing Managers of DBAs Top 10 Issues Facing Managers of DBAs by Keenan Phelan Updated: October 2013 Abstract Managers of database administrators have a recurring problem: they need to hire experts to keep their systems running,

More information

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2

Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 Executive Summary Maximizing Your Server Memory and Storage Investments with Windows Server 2012 R2 October 21, 2014 What s inside Windows Server 2012 fully leverages today s computing, network, and storage

More information

MS SQL Server 2014 New Features and Database Administration

MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 Architecture Database Files and Transaction Log SQL Native Client System Databases Schemas Synonyms Dynamic Management Objects

More information

SQL Server 2014. What s New? Christopher Speer. Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft.

SQL Server 2014. What s New? Christopher Speer. Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft. SQL Server 2014 What s New? Christopher Speer Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft.com The evolution of the Microsoft data platform What s New

More information

SQL Server 2014 New Features/In- Memory Store. Juergen Thomas Microsoft Corporation

SQL Server 2014 New Features/In- Memory Store. Juergen Thomas Microsoft Corporation SQL Server 2014 New Features/In- Memory Store Juergen Thomas Microsoft Corporation AGENDA 1. SQL Server 2014 what and when 2. SQL Server 2014 In-Memory 3. SQL Server 2014 in IaaS scenarios 2 SQL Server

More information

Top Trends in Database Management

Top Trends in Database Management Top Trends in Database Management Dissecting the Latest Industry Offerings to Benefit Your Organization ABSTRACT: By Patrick Gates February 2014 Trends come and go, but some new ideas in database management

More information

Microsoft SQL Server Security and Auditing Clay Risenhoover ISACA North Texas April 14, 2016 http://tinyurl.com/isacaclay

Microsoft SQL Server Security and Auditing Clay Risenhoover ISACA North Texas April 14, 2016 http://tinyurl.com/isacaclay Microsoft SQL Server Security and Auditing Clay Risenhoover ISACA North Texas April 14, 2016 http://tinyurl.com/isacaclay 2016, Risenhoover Consulting, Inc. All Rights Reserved 1 Goals Understand new and

More information

Top. SQL Server. Issues ABSTRACT: By Andy McDermid. September 2014

Top. SQL Server. Issues ABSTRACT: By Andy McDermid. September 2014 Top SQL Server Issues ABSTRACT: By Andy McDermid September 2014 In a complex database environment, keeping tabs on the health and stability of each system is critical to ensure data availability, accessibility,

More information

ICONICS Choosing the Correct Edition of MS SQL Server

ICONICS Choosing the Correct Edition of MS SQL Server Description: This application note aims to assist you in choosing the right edition of Microsoft SQL server for your ICONICS applications. OS Requirement: XP Win 2000, XP Pro, Server 2003, Vista, Server

More information

SQL Best Practices for SharePoint admins, the reluctant DBA. ITP324 Todd Klindt

SQL Best Practices for SharePoint admins, the reluctant DBA. ITP324 Todd Klindt SQL Best Practices for SharePoint admins, the reluctant DBA ITP324 Todd Klindt Todd Klindt, MVP Solanite Consulting, Inc. http://www.solanite.com http://www.toddklindt.com/blog todd@solanite.com Author,

More information

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft

SQL Server on Azure An e2e Overview. Nosheen Syed Principal Group Program Manager Microsoft SQL Server on Azure An e2e Overview Nosheen Syed Principal Group Program Manager Microsoft Dedicated Higher cost Shared Lower cost SQL Server Cloud Continuum Hybrid SQL Server in Azure VM Virtualized Machines

More information

Why a Server Infrastructure Refresh Now and Why Dell?

Why a Server Infrastructure Refresh Now and Why Dell? Why a Server Infrastructure Refresh Now and Why Dell? In This Paper Outdated server infrastructure contributes to operating inefficiencies, lost productivity, and vulnerabilities Worse, existing infrastructure

More information

I-Motion SQL Server admin concerns

I-Motion SQL Server admin concerns I-Motion SQL Server admin concerns I-Motion SQL Server admin concerns Version Date Author Comments 4 2014-04-29 Rebrand 3 2011-07-12 Vincent MORIAUX Add Maintenance Plan tutorial appendix Add Recommended

More information

Microsoft Azure Cloud on your terms. Start your cloud journey.

Microsoft Azure Cloud on your terms. Start your cloud journey. Microsoft Azure Cloud on your terms. Start your cloud journey. Subscribe, Deploy, Migrate and Get Finance and Support for your Hybrid and/or Cloud Data Center. Never pay huge upfront Cost. How can Azure

More information

Deploying and Optimizing SQL Server for Virtual Machines

Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Deploying and Optimizing SQL Server for Virtual Machines Much has been written over the years regarding best practices for deploying Microsoft SQL

More information

Microsoft SQL Server 2012 Administration

Microsoft SQL Server 2012 Administration PROFESSION Microsoft SQL Server 2012 Administration Adam Jorgensen Steven Wort Ross LoForte Brian Knight WILEY John Wiley & Sons, Inc. INTRODUCTION xxxvii CHAPTER 1: SQL SERVER 2012 ARCHITECTURE 1 SQL

More information

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

Hosted SharePoint. OneDrive for Business. OneDrive for Business with Hosted SharePoint. Secure UK Cloud Document Management from Your Office Anywhere

Hosted SharePoint. OneDrive for Business. OneDrive for Business with Hosted SharePoint. Secure UK Cloud Document Management from Your Office Anywhere OneDrive for Business with Hosted SharePoint Secure UK Cloud Document Management from Your Office Anywhere Cloud Storage is commonplace but for businesses that want secure UK Cloud based document and records

More information

Brochure. Update your Windows. HP Technology Services for Microsoft Windows 2003 End of Support (EOS) and Microsoft Migrations

Brochure. Update your Windows. HP Technology Services for Microsoft Windows 2003 End of Support (EOS) and Microsoft Migrations Brochure Update your Windows HP Technology Services for Microsoft End of Support (EOS) and Microsoft Migrations Stabilize and secure your infrastructure Microsoft will end support for Windows Server 2003/R2

More information

MS 20465C: Designing a Data Solution with Microsoft SQL Server

MS 20465C: Designing a Data Solution with Microsoft SQL Server MS 20465C: Designing a Data Solution with Microsoft SQL Server Description: Note: Days: 5 Prerequisites: The focus of this five-day instructor-led course is on planning and implementing enterprise database

More information

Server Consolidation with SQL Server 2008

Server Consolidation with SQL Server 2008 Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

Capacity planning with Microsoft System Center

Capacity planning with Microsoft System Center Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization

More information

IDERA WHITEPAPER. The paper will cover the following ten areas: Monitoring Management. WRITTEN BY Greg Robidoux

IDERA WHITEPAPER. The paper will cover the following ten areas: Monitoring Management. WRITTEN BY Greg Robidoux WRITTEN BY Greg Robidoux Top SQL Server Backup Mistakes and How to Avoid Them INTRODUCTION Backing up SQL Server databases is one of the most important tasks DBAs perform in their SQL Server environments

More information

We ensure happier human resources.

We ensure happier human resources. CUSTOMER CASE STUDY We ensure happier human resources. One of the biggest challenges we ve always faced is storage ensuring performance and managing growth. SolidFire s high availability, scalability,

More information

Configuration and Development

Configuration and Development Configuration and Development BENEFITS Enables powerful performance monitoring. SQL Server 2005 equips Microsoft Dynamics GP administrators with automated and enhanced monitoring tools that ensure 24x7

More information

Backup Exec System Recovery Management Solution 2010 FAQ

Backup Exec System Recovery Management Solution 2010 FAQ Backup Exec System Recovery Management Solution 2010 FAQ Contents Overview... 1 Supported Backup Exec System Recovery Versions and Configurations... 6 Backup Exec System Recovery Management Solution Installation

More information

Upgrading to Microsoft SQL Server 2008 R2 from Microsoft SQL Server 2008, SQL Server 2005, and SQL Server 2000

Upgrading to Microsoft SQL Server 2008 R2 from Microsoft SQL Server 2008, SQL Server 2005, and SQL Server 2000 Upgrading to Microsoft SQL Server 2008 R2 from Microsoft SQL Server 2008, SQL Server 2005, and SQL Server 2000 Your Data, Any Place, Any Time Executive Summary: More than ever, organizations rely on data

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 22 June 2016 Designing a Data Solution with Microsoft SQL Server 2014 Designing a Data Solution with Microsoft SQL Server 2014 20465C - Version: 1 5 days Course Description: The focus

More information

Navigating Your Move to the Cloud

Navigating Your Move to the Cloud Navigating Your Move to the Cloud With Microsoft having recently launched its two Australian data centres there s never been a better time to move your business to the cloud. However for some organisations,

More information

Expert Reference Series of White Papers. Introduction to Amazon Relational Database Service (Amazon RDS)

Expert Reference Series of White Papers. Introduction to Amazon Relational Database Service (Amazon RDS) Expert Reference Series of White Papers Introduction to Amazon Relational Database Service (Amazon RDS) 1-800-COURSES www.globalknowledge.com Introduction to Amazon Relational Database Service (Amazon

More information

Tushar Joshi Turtle Networks Ltd

Tushar Joshi Turtle Networks Ltd MySQL Database for High Availability Web Applications Tushar Joshi Turtle Networks Ltd www.turtle.net Overview What is High Availability? Web/Network Architecture Applications MySQL Replication MySQL Clustering

More information

SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures

SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures SPM rollouts in Large Ent erprise: different iat ing exist ing cloud architectures 1 Table of contents Why this white paper?... 3 SPM for SMEs vs. SPM for LEs... 3 Why a multi-tenant and not single-tenant

More information

Availability for your modern datacenter

Availability for your modern datacenter Availability for your modern datacenter - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable Veeam Availability protection for the Always-On Business

More information

Best Practices for Upgrading to SQL Server 2012

Best Practices for Upgrading to SQL Server 2012 Preview of the Best Practices Pre-con on Monday, Nov. 5 th Robert L Davis Sr. Product Consultant and Chief SQL Server Evangelist Idera Software Global Sponsors: Robert L Davis Sr. Product Consultant at

More information

SQL 2016 and SQL Azure

SQL 2016 and SQL Azure and SQL Azure Robin Cable Robin.Cable@TCSC.com BI Consultant AGENDA Azure SQL What's New in SQL 2016 Azure SQL Azure SQL Azure is a cloud based SQL service, provided to subscribers, to host their databases.

More information

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 va Day(s): 5 Course Code: M10977 Version: A Overview This five-day instructor-led course teaches students how to use the enhancements and new

More information

SQL Server 2008 is Microsoft s enterprise-class database server, designed

SQL Server 2008 is Microsoft s enterprise-class database server, designed In This Chapter Chapter 1 Introducing SQL Server 2008 Understanding database basics Choosing a SQL Server 2008 edition Using SQL Server components Implementing SQL Server databases Finding additional information

More information

MIGRATION SERVICES MIGRATION SERVICES

MIGRATION SERVICES MIGRATION SERVICES MIGRATION SERVICES Our team of 100 carefully selected technology professionals average 10+ years of experience per engineer across a broad spectrum of disciplines, including network infrastructure, cloud

More information

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database

Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database WHITE PAPER Improve Business Productivity and User Experience with a SanDisk Powered SQL Server 2014 In-Memory OLTP Database 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

Gladstone Health & Leisure Technical Services

Gladstone Health & Leisure Technical Services Gladstone Health & Leisure Technical Services Plus2 Environment Server Recommendations Commercial in Confidence Database Server Specifications Database server specifications are based on sizes in use on

More information

Planning and Administering Windows Server 2008 Servers

Planning and Administering Windows Server 2008 Servers Planning and Administering Windows Server 2008 Servers Course 6430 Five days Instructor-led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Prospect 365 CRM Installation Requirements. Technical Document

Prospect 365 CRM Installation Requirements. Technical Document Prospect 365 CRM Installation Requirements Technical Document Prospect 365 Software Prospect 365 is a cloud-based solution and for the browser-based components there is no installation required (just minimum

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM

RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM RESILIENT PRODUCT LIFECYCLE MANAGEMENT STRATEGIES & SOLUTIONS FOR FUTURE-PROOFING PLM PLM systems hit the wall when they can t adapt to evolving business requirements and / or when they hold your business

More information

How To Use Windows Small Business Server 2011 Essentials

How To Use Windows Small Business Server 2011 Essentials Everything Your Business Needs in a Server, Nothing it doesn t. Ideal as a first server for small businesses with up to 25 users, Windows Small Business Server 2011 Essentials provides a cost-effective

More information

Server & Cloud Management

Server & Cloud Management Technical Bootcamp: The Cloud-enabled Datacenter with Windows Server 2012 and System Center 2012 This 3-day, instructor-led course will help you understand how to evolve a traditional datacenter configuration

More information

IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME?

IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME? IS IN-MEMORY COMPUTING MAKING THE MOVE TO PRIME TIME? EMC and Intel work with multiple in-memory solutions to make your databases fly Thanks to cheaper random access memory (RAM) and improved technology,

More information

How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV

How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV How On-Premise ERP Deployment Compares to a Cloud (SaaS) Deployment of Microsoft Dynamics NAV 13875 Cerritos Corporate Dr., #A Cerritos, CA 90703 Toll Free : (800) 969-APEX Tel : (562) 926-6820 E-mail

More information

SCALABILITY AND AVAILABILITY

SCALABILITY AND AVAILABILITY SCALABILITY AND AVAILABILITY Real Systems must be Scalable fast enough to handle the expected load and grow easily when the load grows Available available enough of the time Scalable Scale-up increase

More information

DATABASE VIRTUALIZATION AND INSTANT CLONING WHITE PAPER

DATABASE VIRTUALIZATION AND INSTANT CLONING WHITE PAPER DATABASE VIRTUALIZATION AND INSTANT CLONING TABLE OF CONTENTS Brief...3 Introduction...3 Solutions...4 Technologies....5 Database Virtualization...7 Database Virtualization Examples...9 Summary....9 Appendix...

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

What are Hosted Desktops?

What are Hosted Desktops? Hosted Desktops An introduction to Hosted Desktops from Your Office Anywhere Hosted Desktops from Your Office Anywhere provide Flexibility, Reliability and Security and offer genuine cost savings against

More information

An introduction to Hosted SQL database applications

An introduction to Hosted SQL database applications Hosted SQL Server From Your Office Anywhere Cloud hosting applications that require SQL server not only gives you the flexibility to run your application from anywhere, but also provides genuine cost savings

More information

Get started with cloud hybrid search for SharePoint

Get started with cloud hybrid search for SharePoint Get started with cloud hybrid search for SharePoint This document supports a preliminary release of the cloud hybrid search feature for SharePoint 2013 with August 2015 PU and for SharePoint 2016 Preview,

More information

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE

WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE WITH A FUSION POWERED SQL SERVER 2014 IN-MEMORY OLTP DATABASE 1 W W W. F U S I ON I O.COM Table of Contents Table of Contents... 2 Executive Summary... 3 Introduction: In-Memory Meets iomemory... 4 What

More information

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.)

Server 2008 SQL. Administration in Action ROD COLLEDGE MANNING. Greenwich. (74 w. long.) SQL Server 2008 Administration in Action ROD COLLEDGE 11 MANNING Greenwich (74 w. long.) contents foreword xiv preface xvii acknowledgments xix about this book xx about the cover illustration about the

More information

Introduction 1 Performance on Hosted Server 1. Benchmarks 2. System Requirements 7 Load Balancing 7

Introduction 1 Performance on Hosted Server 1. Benchmarks 2. System Requirements 7 Load Balancing 7 Introduction 1 Performance on Hosted Server 1 Figure 1: Real World Performance 1 Benchmarks 2 System configuration used for benchmarks 2 Figure 2a: New tickets per minute on E5440 processors 3 Figure 2b:

More information

Data Compression in Blackbaud CRM Databases

Data Compression in Blackbaud CRM Databases Data Compression in Blackbaud CRM Databases Len Wyatt Enterprise Performance Team Executive Summary... 1 Compression in SQL Server... 2 Perform Compression in Blackbaud CRM Databases... 3 Initial Compression...

More information

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 www.etidaho.com (208) 327-0768 Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014 5 Days About this Course This five day instructor led course teaches students how to use the enhancements

More information

SQL Server Virtualization

SQL Server Virtualization The Essential Guide to SQL Server Virtualization S p o n s o r e d b y Virtualization in the Enterprise Today most organizations understand the importance of implementing virtualization. Virtualization

More information

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 MS 10977B Upgrading Your SQL Server Skills to Microsoft SQL Server 2014 Description: Days: 5 Prerequisites: This five-day instructor-led course teaches students how to use the enhancements and new features

More information

James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/

James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/ James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/ Our Focus: Microsoft Pure-Play Data Warehousing & Business Intelligence Partner Our Customers: Our Reputation: "B.I. Voyage came

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

Using SQL Monitor at Interactive Intelligence

Using SQL Monitor at Interactive Intelligence Using SQL Monitor at Robbie Baxter 93% of Fortune 100 companies use Red Gate's software Using SQL Monitor at Robbie Baxter Database Administrator Summary Business communications software company has used

More information

Microsoft SharePoint 2010 Administration

Microsoft SharePoint 2010 Administration Microsoft SharePoint 2010 Administration Real-World Skills for MCITP Certification and Beyond Tom Carpenter James Pyles WILEY Wiley Publishing, Inc. Contents Introduction xxiii Chapter 1 Planning the Logical

More information

Response Time Analysis

Response Time Analysis Response Time Analysis A Pragmatic Approach for Tuning and Optimizing Oracle Database Performance By Dean Richards Confio Software, a member of the SolarWinds family 4772 Walnut Street, Suite 100 Boulder,

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Install and Configure (19%) Plan installation. May include but not limited to: evaluate installation requirements; design the installation of SQL Server

More information

Virtualizing Exchange

Virtualizing Exchange Virtualizing Exchange Simplifying and Optimizing Management of Microsoft Exchange Server Using Virtualization Technologies By Anil Desai Microsoft MVP September, 2008 An Alternative to Hosted Exchange

More information

The Benefits of Virtualizing

The Benefits of Virtualizing T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi

More information

Product Overview. UNIFIED COMPUTING Interoute Database & Application Management

Product Overview. UNIFIED COMPUTING Interoute Database & Application Management Product Overview Interoute Database and Application Managed Services provide our clients with the peace of mind that their systems are managed by a team of experts around the clock. Our proven pedigree

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Top Ten Considerations For Choosing A Server Virtualization Technology www.parallels.com Version 1.0 Table of Contents Introduction... 3 Technology Overview...

More information

Kalen Delaney www.sqlserverinternals.com

Kalen Delaney www.sqlserverinternals.com Kalen Delaney www.sqlserverinternals.com Kalen Delaney Background: MS in Computer Science from UC Berkeley Working exclusively with SQL Server for over 26 years Contracted by both Sybase and Microsoft

More information

Designing a Data Solution with Microsoft SQL Server 2014

Designing a Data Solution with Microsoft SQL Server 2014 Page 1 of 8 Overview The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies.

More information

The 5-minute SQL Server Health Check

The 5-minute SQL Server Health Check The 5-minute SQL Server Health Check Christian Bolton Technical Director, Coeo Ltd. Kevin Kline Technical Strategy Manager, Quest Software 2009 Quest Software, Inc. ALL RIGHTS RESERVED Agenda Introducing

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos)

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos) Course Description This course is a soup-to-nuts course that will teach you everything you need to configure a server, maintain a SQL Server disaster recovery plan, and how to design and manage a secure

More information

BENCHMARKING CLOUD DATABASES CASE STUDY on HBASE, HADOOP and CASSANDRA USING YCSB

BENCHMARKING CLOUD DATABASES CASE STUDY on HBASE, HADOOP and CASSANDRA USING YCSB BENCHMARKING CLOUD DATABASES CASE STUDY on HBASE, HADOOP and CASSANDRA USING YCSB Planet Size Data!? Gartner s 10 key IT trends for 2012 unstructured data will grow some 80% over the course of the next

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

The Methodology Behind the Dell SQL Server Advisor Tool

The Methodology Behind the Dell SQL Server Advisor Tool The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity

More information

ANDREW HERTENSTEIN Manager Microsoft Modern Datacenter and Azure Solutions En Pointe Technologies Phone 317-362-1213

ANDREW HERTENSTEIN Manager Microsoft Modern Datacenter and Azure Solutions En Pointe Technologies Phone 317-362-1213 ANDREW HERTENSTEIN Manager Microsoft Modern Datacenter and Azure Solutions En Pointe Technologies Phone 317-362-1213 Application Compatibility Many organizations have business critical or internally

More information

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL Server 2014 and other Microsoft technologies. It describes how

More information

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

CLOUD COMPUTING MEANS BUSINESS

CLOUD COMPUTING MEANS BUSINESS CLOUD COMPUTING MEANS BUSINESS 10 BUSINESS REASONS TO CONSIDER MICROSOFT CLOUD COMPUTING Cloud Computing is more than an interesting direction in technology: it has huge implications for business including

More information

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35

Table of Contents Introduction and System Requirements 9 Installing VMware Server 35 Table of Contents Introduction and System Requirements 9 VMware Server: Product Overview 10 Features in VMware Server 11 Support for 64-bit Guest Operating Systems 11 Two-Way Virtual SMP (Experimental

More information

About Me: Brent Ozar. Perfmon and Profiler 101

About Me: Brent Ozar. Perfmon and Profiler 101 Perfmon and Profiler 101 2008 Quest Software, Inc. ALL RIGHTS RESERVED. About Me: Brent Ozar SQL Server Expert for Quest Software Former SQL DBA Managed >80tb SAN, VMware Dot-com-crash experience Specializes

More information

The Evolution of Microsoft SQL Server: The right time for Violin flash Memory Arrays

The Evolution of Microsoft SQL Server: The right time for Violin flash Memory Arrays The Evolution of Microsoft SQL Server: The right time for Violin flash Memory Arrays Executive Summary Microsoft SQL has evolved beyond serving simple workgroups to a platform delivering sophisticated

More information

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business

WHITE PAPER. Data Center Fabrics. Why the Right Choice is so Important to Your Business WHITE PAPER Data Center Fabrics Why the Right Choice is so Important to Your Business Introduction Data center fabrics are emerging as the preferred architecture for next-generation virtualized data centers,

More information

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013

Big Data Use Case. How Rackspace is using Private Cloud for Big Data. Bryan Thompson. May 8th, 2013 Big Data Use Case How Rackspace is using Private Cloud for Big Data Bryan Thompson May 8th, 2013 Our Big Data Problem Consolidate all monitoring data for reporting and analytical purposes. Every device

More information

Microsoft SQL Server 2012 Licensing Guide. June 2012

Microsoft SQL Server 2012 Licensing Guide. June 2012 Microsoft SQL Server 2012 Licensing Guide June 2012 Contents Overview...3 SQL Server 2012 Editions...4 How SQL Server 2012 Licenses Are Sold...5 SQL Server 2012 Licensing Models...6 Core-Based Licensing...7

More information