Softchoice Microsoft SQL Server 2016 Migration Guide

Size: px
Start display at page:

Download "Softchoice Microsoft SQL Server 2016 Migration Guide"

Transcription

1 SPRING 2016 Softchoice Microsoft SQL Server 2016 Migration Guide 1

2 Contents ABOUT THE AUTHORS 3 STEVE THOMPSON 3 MICHAEL LOSLEBEN 3 SQL SERVER 2016 MIGRATION GUIDE 4 BUSINESS VALUE OF SQL SERVER 2016 ENHANCEMENTS 4 MIGRATION OPTIONS 5 In-place Upgrade 5 Side-by-side Migration 6 Azure Migration 7 OTHER CONSIDERATIONS 8 SSRS (SQL Services Reporting Services) 8 SQL LICENSING 9 What does Server/CAL licensing mean? 9 Should I use Per User or Per Device? 10 What does Per Core licensing mean? 11 Should I License Per Core or S/CAL? 11 Software Assurance for SQL 12 License Mobility Rights 13 Unlimited Virtualization 13 SQL in Test/Dev Environments 13 FAQ 14 HOW WE CAN HELP SQL SERVER TECHCHECK ASSESSMENT 15 Develop better insights into your SQL environment 15 HOW TO GET STARTED 16 2

3 ABOUT THE AUTHORS Steve Thompson PROFESSIONAL SERVICES SENIOR CONSULTANT Steve has achieved MVP (Microsoft Valuable Professional) every year since With a background in Windows Server, SQL Server, as DBA and advocate for SQL Server technology, started working with Systems Management Server when it was a v1.1 release. Steve tends to specialize in System Center products, however, has a deep and wide knowledge of the Microsoft infrastructure. Industry speaker has presented at numerous Microsoft Management Summit events.first awarded MVP in Microsoft Access in Dec 1995, transitioned into SQL Server MVP for a few years before joining the System Center team as a Configuration Manager MVP Author: System Center 2012 R2 Configuration Manager: A Practical Handbook for Reporting. Contributing author for System Center 2012 Configuration Manager Unleashed (SAMS) and expert on SSRS (SQL Server Reporting Services). Presented at Microsoft TechEd 2014 event to over 1,100 attendees. Michael Losleben VENDOR SALES SPECIALIST, MICROSOFT Michael Lobo Losleben is a Microsoft Licensing expert and advocate of organizations embracing technology to not only further their business goals, but also to empower their employees. He lives in Seattle, Washington with his beautiful wife and three boys and enjoys gaming, weight lifting and amateur app development in his spare time. 3

4 Business value of SQL Server 2016 Enhancements Technology is at the forefront of the transformation of all businesses. The disruptive transformation is driven by three major trends: The explosion of data, Intelligence from machine learning and advanced analytics and Economics and agility of cloud computing Databases were not designed with such disruption in mind, until now. Microsoft built SQL Server 2016 for this new world, and to help businesses get ahead of today s continuous evolution. It supports advanced analytics and machine learning, hybrid transactional/analytical processing, mobile BI, data integration, always encrypted query processing capabilities and in-memory transactions. It s cloud-first approach allows its features to be first deployed and tested in Azure, across 22 global datacenters and billions of requests per day. Not only does SQL Server 2016 offer 100X faster analytics, it is also the only commercial database that leads simultaneously in both transaction processing and data warehousing. Therefore, it allows you to realize incredible performance against massive data sets and gain real-time insights across all workloads. Its unique hybrid capabilities enable deployment on private clouds, hosted clouds and public clouds including Microsoft Azure. New Stretch Database technology allows you to dynamically, transparently and securely stretch your transactional data to Azure, creating a massive database with great price performance. With the proliferation of latest security threats, the SQL Server 2016 is designed with security in mind. SQL holds the honors of being be the industry s least vulnerable database, six years running, according to the National Institute of Standards and Technology (NIST) public security board. Superior capabilities in SQL Server 2016 help protect data at rest and in memory (Always Encrypted), encrypt all user data with low performance overhead (Transparent Data Encryption), mitigate attacks with support for Transport Layer Security version 1.2. The new SQL Server 2016 delivers not just a relational database, but an entire data platform for your business with incredible TCO. We ve written this guide to help you with your migration journey. We cover migration, licensing options best suited for your business and services available to help you in that process. 4

5 Migration Options One of the challenges of upgrading SQL Server to the latest version, is deciding the proper upgrade path. There are several options available, these will be described next along with advantages and disadvantages. Planning SQL Server migration is a key part of this process to minimize potential downtime and data loss. In-place Upgrade An In-place migration from SQL Server 2008, 2008 R2, 2012 and 2014 (on premise) to SQL Server 2016 is supported. The proper way to implement an in-place upgrade is to use the SQL Server Installation Wizard, to upgrade existing SQL Server components to SQL Server When SQL Server is upgraded, the previous SQL Server instance will be overwritten and will no longer exist on your server. Before upgrading, be sure to have a reliable back up of your SQL Server databases and files associated with your SQL Server Instance. Advantages: Simple, wizard driven process SQL Server upgraded upon completion May be appropriate for lab or development environments Disadvantages: Possible binaries left behind due to upgrade No real back out plan if upgrade fails No recourse if applications can no longer access SQL Instance Existing Operating System remains (disadvantage if previous version) Reference >> 5

6 Side-by-side Migration The side-by-side migration involves setting up a new SQL Server 2016 instance on a new Windows Server. Additional planning is required to implement this migration option, however, there are a number of advantages. There are several approaches for the side-by-side migration of the databases. 1) Use the traditional SQL Server database backup and restore 2) Detach the database files, copy database files to the new server and reattach the database files 3) Use the Copy Database Wizard to migrate the databases to the new server Note: Of the three methods, backing up and restoring databases is the author s favorite. Advantages: Easier rollback strategy, if something goes wrong, change connection strings to point back to the prior server. Excellent opportunity to refresh server hardware (or introduce virtualization!) Excellent opportunity to refresh the operating system. (Chances are that SQL Server 2008 R2 instance is running on Windows Server 2008) Ability to run SQL Servers side-by-side for testing and verification Best for large databases because restore time could be sizable Disadvantages: Does not preserve SQL Server 2008 (or 2005) functionality Instance name will need to change for connecting applications 6

7 Azure Migration Prior versions of SQL Server are supported in Microsoft Azure, however SQL Server 2016 has added a number of new features and options for cloud based support. These options will be discussed next. Azure Options Azure SQL Database part of PaaS (Platform as a Service) offering allows migration of an SQL Server database (and a few non-sql Server databases as well) to Azure SQL Database. This solution may be appropriate for databases that are external facing. Lower cost solution and lower maintenance required. Use the Deploy a SQL Server Database to a Microsoft Azure SQL Database wizard to assist in database migration. Azure SQL Server on IaaS (Infrastructure as a Service) this offering provides a Windows Server Operating system virtual machine with a full version of SQL Server running on this VM. This platform gives the client complete control over the Operating System and SQL Server. Virtual machine workloads can be scaled up or out as needed. There are a few techniques to achieve this service offering: Use the Deploy a SQL Server Database to a Microsoft Azure VM wizard, Traditional backup and restore to the Azure SQL Server Instance Detach, copy and reattach database files Convert existing on-premise machine to Hyper-V VHDs and upload to Azure Extended Database also known as a stretch database, stretch warm and cold transactional data dynamically from SQL Server to Microsoft Azure with SQL Server Stretch Database. Unlike typical cold data storage, your data is always online and available to query. Applications do not need to change queries to access data in either local or remote databases. Can reduce on-premise data maintenance as cold data is automatically transferred to Azure based on defined settings. Hybrid DR / High Availability Always On Availability Groups (AOAG) - SQL Server 2016 AlwaysOn Availability Groups use Windows Azure in a couple of different ways. On-premises SQL Server instances can use the new Windows Azure configuration options in the AlwaysOn Availability Group wizard (Add Azure Replica Wizard) to create one or more asynchronous secondary replicas on Windows Azure Infrastructure as a Service (IaaS) services. This enables you to manually fail over to a SQL Server instance running on Windows Azure. As with a typical secondary replica, Windows Azure replicas can be used to offload reporting workloads and to perform backups. 7

8 In addition, you can also use SQL Server 2016 AlwaysOn Availability Groups to provide high availability for SQL Server databases hosted in Windows Azure. SQL Server 2016 instances running on Windows Azure IaaS Services can configure a synchronous secondary replica in Azure for automatic failover in case of server or VM failure. Reference >> Other Considerations SSRS (SQL Services Reporting Services) Include a migration plan for Reporting Services as well. There are two general paths to upgrade an SSRS environment, Upgrade or Migrate. These techniques are discussed next: Upgrade Using the in-place upgrade technique mentioned earlier, upgrade the SSRS components where they are installed. This technique cannot be used to move the SSRS instance between Modes. For example; an in-place upgrade could not be used to migrate the SSRS instance from Native Mode to SharePoint Mode. Migrate Similar to the side-by-side migration strategy, a new SSRS instance is enabled; either in Native or SharePoint Mode. A copy of the existing SSRS reports, encryption keys and required configuration files are copied to the new SSRS instance. Reference >> Microsoft has provided a number of techniques to upgrade or migrate SQL Server from previous versions. With proper design, planning and selection of available SQL Server migration options, downtime can be kept to a minimum. More importantly, business critical applications will have a more robust and reliable data platform when complete. Continue >>> 8

9 SQL Licensing SQL Server is licensed in two different models depending on the edition of SQL. The licensing models are Server/CAL and Per Core. The different editions are Standard edition, Business Intelligence edition, and Enterprise edition Licensing Options Server/CAL Per Core Microcoft SQL Server Standard Microcoft SQL Server Business Intelligence Microcoft SQL Server Enterprise Available Available Not Available Available Not Available Available What does Server/CAL licensing mean? Server/CAL licensing is very common among Microsoft products. A SQL Server license is required for each server (either a physical server or a virtual machine) that SQL will be installed on. A CAL (Client Access License) is then required for every end user or end device that will be accessing that SQL instance directly or indirectly. Directly is a simple enough concept as it would mean anyone that logs into the SQL Server to directly update data or to create rows, columns, or queries. Indirectly accessing SQL is something many are not aware of, but means if an end user or end device is accessing an application that has SQL as a backend database that is either storing or querying the data. This even applies to multiple intermediary devices or applications. For example: a customized CRM solution is built on top of SharePoint and SQL is a backend requirement for SharePoint. Even though end users would only be directly accessing the custom CRM solution and even though there are possibly multiple physical servers/devices between the SQL backend and the end user, a CAL is still needed. The CALs can be licensed for either per user or per device, and are the same cost regardless. Per User A licensed user can access SQL directly or indirectly from any device they need. This is a good option when a single user will be accessing SQL via multiple devices. Per Device Any user can access SQL directly or indirectly from that licensed device. This is a good option when a single device is shared between multiple users and those users will not be accessing the SQL from other devices. 9

10 Should I use Per User or Per Device? The following diagram shows where per user licensing would be most effective. A single end user is accessing SQL indirectly (multiplexing through multiple other servers), but using multiple devices. The single user CAL is more cost effective than purchasing three device CALs. SQL Application Server Application Server The following diagram shows where per device licenses would be most effective. Multiple end users are using a single device to access SQL indirectly (multiplexing through multiple other servers) but using a single device. The single device CAL is more cost effective than purchasing three user CALs. SQL Application Server Application Server Softchoice Tip: While SQL CALs are the same cost whether they are per device or per user, other CALs (like Windows Server) are not. Please contact Softchoice for advice on your particular use case to ensure you re optimally licensed across your entire solution. 10

11 What does Per Core licensing mean? Per Core licensing negates the need for CALs and instead requires licensing of the number of cores on the server. With this licensing model, you must look at if SQL is installed in a physical environment or a virtual environment. For SQL installed on a physical server (so a non-virtualized instance), you must license all of the physical cores on the machine. For example: a two processor, 6 cores per processor machine would require 12 cores of SQL licensing (2 proc * 6 cores each = 12 cores required). For SQL installed on a virtual server, you must license the number of virtual cores (v-cores) that are allocated to the VM that SQL is installed on, with a minimum of 4 cores of licensing per VM. What is a v-core? A v-core is a virtual processor, virtual CPU, or virtual thread depending on the terminology you re familiar with and the terminology that your hyper-visor uses. For licensing purposes, a v-core maps to a hardware thread on the physical processor. Should I License Per Core or S/CAL? There are two considerations to think about when answering this question: 1. Is the solution that SQL is a part of externally facing or not? If it is externally facing, it should be licensed per core as providing a CAL for a large number of external user would be cost prohibitive, and likely impossible to compliantly track. 2. Comparing the cost of the number of cores in question versus the number of servers and CALs required. At Softchoice, we are happy to do this comparison for you, walk you through the results, and help you make an informed decision. 11

12 Software Assurance for SQL Software Assurance (SA) grants much more than simply upgrade rights when it comes to SQL. SA includes benefits that are very important when it comes to how you use and license SQL within your environment. Free Passive Instance SQL and the data that is contained and processed by SQL is usually critical to the business and downtime is very rarely acceptable. As such, a best practice is to have both an Active SQL instance and a Passive SQL instance running in the event of a crash of the Active SQL instance. The Passive instance, which has had data replicated to it can pick up where the primary left off which enables minimal interruption to the business until the primary instance is back up and running. Most Microsoft licensing requires an individual license be purchased for each instance if they are both turned on and running at the same time. With SQL with SA, the passive instance is free so long as there is no active workload being put on the passive instance, except in case of failure of the primary. The below diagram gives an active/passive SQL diagram in which only the Active SQL with SA needs to be licensed. The passive instance is free. Application Server Active SQL with SA 12 cores Passive SQL 12 cores 12

13 License Mobility Rights Software Assurance gives a right called License Mobility which allows for SQL Server licenses to move dynamically from one physical host to another physical host within a server farm as often as needed. It also allows you to host your own SQL license on a 3rd party server (Azure for instance). License Mobility within Server Farms One benefit of virtualization is the ability for a VM to move from physical host to physical host depending on fault tolerance, load balancing, or failover. The right for a SQL VM to move dynamically from physical host to physical host as often as desired is a function of software assurance. Without SA, the VM is only able to move to a new physical host once every 90 days. For SQL installed on a VM, we always recommend software assurance. Licensed Mobility within 3rd party datacenters As hosting and public cloud solutions become more and more common, Microsoft has provided a Software Assurance right to help clients maximize their IT investment around SQL by allowing a Bring Your Own License (BYOL) option for SQL with SA. When you use a VM in the cloud, you pay for two things on a per/minute basis; cost of the hardware and cost of the operating system. You can also provision a VM within cloud providers like Azure to include a product like SQL. This adds to your cost per minute by including the license cost for SQL. Alternatively, you can BYOL of SQL to Azure, install it on the VM you have provisioned, and still only pay for the hardware and OS cost (you have already paid for your license of SQL). Unlimited Virtualization Specific to SQL Enterprise Per Core licensing with SA, if you license all of the physical cores on a host server, you can have unlimited SQL on that host server upon which you have just licensed all of the physical cores. SQL in Test/Dev Environments When licensing a test/dev environment, an organization should use MSDN licenses instead of production licenses. MSDN licenses are user based licenses and allow for licensed users to deploy, use and access Microsoft products for test/dev use, without having to purchase full production licenses. 13

14 FAQ Q: If I only have one component of SQL Server installed on a server, do I need a license? A: Yes, any component of SQL Server installed on a server requires that the server be licensed. However, if you have already licensed a server, you can install multiple components on that already licensed server. Q: For Test/Dev, what specific MSDN license do I need? A: Different MSDN subscriptions have different Test/Dev allowances, I recommend speaking with Softchoice to discuss your unique situation to ensure you re optimally licensed. Q: What is the Microsoft definition of Test/Dev? A: If a system or environment is connected to live production data, it is production. Q: If I have multiple SQL Servers in the S/CAL model, do I need multiple CALs for a single User access those? A: No, a single SQL CAL will license the User to access ANY of your SQL Servers that you have in your production environment. Q: If I own SQL Enterprise, can I deploy and run Standard? A: Yes, SQL is one of the few Microsoft products with down-edition rights in which you can license with Enterprise but run the lesser version, Standard, instead. 14

15 How we can help SQL Server TechCheck Assessment Develop better insights into your SQL environment The Softchoice SQL Server TechCheck is a consultative engagement designed to arm you clients with better insights into your existing SQL deployments, and to optimize your use of existing SQL Server licenses. Additionally, it maximizes the conversion from the Processor to Core model. We also look at consolidation scenarios as a way to maximize your licensing both for on-premises and hosted cloud scenarios. Milestone Client Benefit Data Collection Discovery scan via the free Microsoft MAP Tool, an agentless scanning tool that does not transmit data outside of your network. Discover your entire SQL footprint, including unknown and zombie servers, utilizing a Microsoft-approved tool. Baseline Current State We analyze the resulting data, taking into account SQL-specific concerns such as virtualization, clustering, and edition-specific use rights. Understand the current-state of SQL deployments and their impact on licensing requirements. Evaluate Entitlements Detailed comparison and analysis of existing licenses to current installed footprint. Know whether you are under or over-licensed based on your current state. Identify areas to maximize your existing licensing. Conversion from Processor to Core Model Prepare a conversion table from Processor to Core model. Provides a report you can send to Microsoft to maximize your processor-to-core grant at SA renewal More accurately forecasts your future licensing entitlement and costs. Evaluate Existing Performance Requirements Optionally, we will analyze the performance of your SQL servers to generate a consolidation scenario. Understand the potential benefits of building a dedicated SQL VM environment, for license optimization and cost control. Understand the potential impact of cloud-hosting with Azure. 15

16 About Us Softchoice is a leading North American services and solutions provider, offering professional services, procurement and architecture excellence in all areas of the data center. With a deep bench of Microsoft technical experts, we are the leading Enterprise Agreement reseller in the United States and Canada, and we offer a series of non-biased data-driven assessments that help our clients chart the best path for their business needs. How to get started Contact your Softchoice Account Manager today to understand the best path forward and how to accelerate your organization s journey to SQL Connect with us today facebook.com/softchoice 16

New hybrid cloud scenarios with SQL Server 2014. Matt Smith - @SmithMattC 6/4/2014

New hybrid cloud scenarios with SQL Server 2014. Matt Smith - @SmithMattC 6/4/2014 New hybrid cloud scenarios with SQL Server 2014 Matt Smith - @SmithMattC 6/4/2014 Breakthrough data platform performance with SQL Server 2014 Drive business faster with SQL Server 2014 in-memory technologies

More information

Microsoft SQL Server 2014 Licensing Guide

Microsoft SQL Server 2014 Licensing Guide Microsoft SQL Server 2014 Licensing Guide Publish Date: April 1, 2014 Contents 1 Overview 1 SQL Server 2014 Editions 3 How SQL Server 2014 Licenses Are Sold 4 SQL Server 2014 Licensing Models 4 Core-Based

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

Introduction to Per Core Licensing and Basic Definitions

Introduction to Per Core Licensing and Basic Definitions Volume Licensing brief Introduction to Per Core Licensing and Basic Definitions Table of Contents This brief applies to all Volume Licensing programs. Summary... 1 What s New in This Brief... 1 Definitions...

More information

Microsoft SQL Server 2012 Licensing Guide

Microsoft SQL Server 2012 Licensing Guide Microsoft SQL Server 2012 Licensing Guide 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 Server+CAL

More information

WELKOM Cloud met Azure

WELKOM Cloud met Azure WELKOM Cloud met Azure Inspiratiedag zonder praatjes Cloud met Azure Inspiratiedag zonder praatjes Brecht Vuylsteke Microsoft System Engineer RealDolmen SQL Hybrid on Azure Agenda Introduction Disaster

More information

Data platform evolution

Data platform evolution 2 Data platform evolution Top Reasons Reasons to to upgrade 1) End of extended support 2) Enhanced SQL Server 2014 features and performance 3) Impact on security and compliance 4) Cloud strategy Top Blockers

More information

LICENSING MANAGEMENT SERIES. A Guide to Assessing Windows Server Licensing

LICENSING MANAGEMENT SERIES. A Guide to Assessing Windows Server Licensing LICENSING MANAGEMENT SERIES A Guide to Assessing Windows Server Licensing July 2010 This document provides customers of Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, and Windows Server

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

How To Run A Modern Business With Microsoft Arknow

How To Run A Modern Business With Microsoft Arknow Microsoft Azure DataSync ModernBiz Agenda ModernBiz: Your path to the Modern Business Microsoft Azure overview Key business solutions leveraging the cloud Back up your data Reduce unexpected downtime Host

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

Orchestration. Replicate to Azure capacity (100 GB) Guaranteed recovery time objective (RTO) $54 / instance. $16 / instance

Orchestration. Replicate to Azure capacity (100 GB) Guaranteed recovery time objective (RTO) $54 / instance. $16 / instance Microsoft Azure Site Recovery Licensing White Paper Overview Microsoft Azure Site Recovery (ASR) can help protect your most important services by coordinating the automated replication and recovery of

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

Licensing Microsoft server products for use in virtual environments

Licensing Microsoft server products for use in virtual environments Volume Licensing brief Licensing Microsoft server products for use in virtual environments Table of Contents This brief applies to all Microsoft Volume Licensing programs. Summary... 2 What s New in this

More information

Microsoft SQL Server 2012 Virtualization Licensing Guide. June 2012

Microsoft SQL Server 2012 Virtualization Licensing Guide. June 2012 Microsoft SQL Server 2012 Virtualization Licensing Guide June 2012 Contents Introduction...4 Quick Overview: Licensing SQL Server 2012 for Virtualization...4 Licensing Individual Virtual Machines...4 Licensing

More information

ScaleArc for SQL Server

ScaleArc for SQL Server Solution Brief ScaleArc for SQL Server Overview Organizations around the world depend on SQL Server for their revenuegenerating, customer-facing applications, running their most business-critical operations

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Designing a Microsoft SharePoint 2010 Infrastructure Course Details Course Code: Duration: Notes: 10231B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Microsoft SQL Server 2014 Virtualization Licensing Guide

Microsoft SQL Server 2014 Virtualization Licensing Guide Microsoft SQL Server 2014 Virtualization Licensing Guide June 2014 Contents 1 Introduction 1 Quick Overview: Licensing SQL Server 2014 for Virtualization -Licensing Individual Virtual Machines -Licensing

More information

Microsoft SharePoint Architectural Models

Microsoft SharePoint Architectural Models Microsoft SharePoint This topic is 1 of 5 in a series Introduction to Fundamental SharePoint This series is intended to raise awareness of the different fundamental architectural models through which SharePoint

More information

Cloud OS. Philip Meyer Partner Technology Specialist - Hosting

Cloud OS. Philip Meyer Partner Technology Specialist - Hosting Cloud OS Philip Meyer Partner Technology Specialist - Hosting The New Era of Hosting 52.4% 68% 62.5% Customers Cloud Applications Grow their business or realign to new company strategy Plan to adopt hybrid

More information

System Center 2012 R2 Licensing Datasheet

System Center 2012 R2 Licensing Datasheet Licensing Datasheet Product Overview Microsoft offers solutions for managing datacenter resources, private clouds, and client devices. Private Cloud/ Management helps your organization achieve IT as a

More information

SPLA Compliance Your Check List!

SPLA Compliance Your Check List! SPLA Compliance Your Check List! This SPLA Compliance Check List document has been compiled by HP SLMS to assist Service Providers in understanding the program and product licensing rules under Microsoft

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

Agenda Smal Business Mid-market 2

Agenda Smal Business Mid-market 2 Agenda Small Business Mid-market 2 IT Transformation Opportunity to Grow Your Business 4 IT Transformation 5 The Cloud OS 6 Windows Server 2012 Enables small businesses around the world, powers many of

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

BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: May, 2014

BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: May, 2014 BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: May, 2014 Product Overview BizTalk Server (BTS) is Microsoft s integration and connectivity server solution. A mature product on its eighth

More information

Windows Server 2012 R2 Licensing Datasheet

Windows Server 2012 R2 Licensing Datasheet Windows Server 2012 R2 Licensing Datasheet Product overview Windows Server 2012 R2 captures Microsoft s experience of delivering global-scale cloud services to provide an enterprise-class server and cloud

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

Choosing Encryption for Microsoft SQL Server

Choosing Encryption for Microsoft SQL Server Choosing Encryption for Microsoft SQL Server www.securityfirstcorp.com 29811 Santa Margarita Pkwy Rancho Santa Margarita, CA 92688 888-884-7152 CONTENTS Database Security Issues 3 Balancing Database Security

More information

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing.

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing. Microsoft SQL Server 2012 for Private cloud (Part 1) Darmadi Komo - Senior Technical Product Manager DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server

More information

BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: July, 2014

BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: July, 2014 BizTalk Server 2013 R2 Licensing Datasheet and FAQ Published: July, 2014 Product Overview BizTalk Server (BTS) is Microsoft s integration and connectivity server solution. A mature product on its eighth

More information

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

SQL Server 2012. Upgrading to. and Beyond ABSTRACT: By Andy McDermid 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

More information

Module: Sharepoint Administrator

Module: Sharepoint Administrator Module: Sharepoint Administrator Mode: Classroom Duration: 40 hours This course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course Outline: Module 1: Designing a Logical Architecture

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

Hadoop in the Hybrid Cloud

Hadoop in the Hybrid Cloud Presented by Hortonworks and Microsoft Introduction An increasing number of enterprises are either currently using or are planning to use cloud deployment models to expand their IT infrastructure. Big

More information

Configuring and Deploying a Private Cloud 20247C; 5 days

Configuring and Deploying a Private Cloud 20247C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring and Deploying a Private Cloud 20247C; 5 days Course Description

More information

DEMYSTIFYING THE CLOUD

DEMYSTIFYING THE CLOUD DEMYSTIFYING THE CLOUD GETTING THE MOST OUT OF OFFICE 365 & WINDOWS AZURE Pete Lee Michael Lee Aaron Saposnik Rachael Narel Agenda SWC Introduction Cloud Definition & Market Overview Solutions and Demos

More information

BizTalk Server 2013 Licensing Datasheet and FAQ Published: March, 2013

BizTalk Server 2013 Licensing Datasheet and FAQ Published: March, 2013 BizTalk Server 2013 Licensing Datasheet and FAQ Published: March, 2013 Product Overview BizTalk Server (BTS) is Microsoft s integration and connectivity server solution. A mature product on its eighth

More information

Medical Center Trims Budget by $600,000 by Switching to Hyper-V Private Cloud

Medical Center Trims Budget by $600,000 by Switching to Hyper-V Private Cloud Medical Center Trims Budget by $600,000 by Switching to Hyper-V Private Customer: UConn Health Website: www.uchc.edu Number of Employees: 5000 Customer profile: St. UConn Health is a vibrant, integrated

More information

CA ARCserve Replication and High Availability Deployment Options for Hyper-V

CA ARCserve Replication and High Availability Deployment Options for Hyper-V Solution Brief: CA ARCserve R16.5 Complexity ate my budget CA ARCserve Replication and High Availability Deployment Options for Hyper-V Adding value to your Hyper-V environment Overview Server virtualization

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

Hybrid and Hyperscale Cloud with SQL Server 2016

Hybrid and Hyperscale Cloud with SQL Server 2016 Hybrid and Hyperscale Cloud with SQL Server 2016 Technical White Paper Published: April 2016 Applies to: Microsoft SQL Server 2016 and Microsoft Azure Summary: With cloud computing comes a new paradigm

More information

About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010.

About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course 10231B: Designing a Microsoft SharePoint 2010 Infrastructure OVERVIEW About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Audience Profile

More information

Updating Your Skills to SQL Server 2016

Updating Your Skills to SQL Server 2016 Updating Your Skills to SQL Server 2016 Course 10986A 3 Days Instructor-led, Hands on Course Information This three-day instructor-led course provides students moving from earlier releases of SQL Server

More information

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

Course 20465C: Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Module 1: Introduction to Enterprise Data Architecture As organizations grow to enterprise scale, their IT infrastructure requirements

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

Double-Take Cloud Migration Center (CMC) Tech Brief

Double-Take Cloud Migration Center (CMC) Tech Brief Double-Take Cloud Migration Center (CMC) Tech Brief Overview Double-Take Cloud Migration Center is an online service that enables migrations from VMware vsphere and Amazon Web Services EC2 to Microsoft

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course 20247C: Configuring and Deploying a Private Cloud Course Details Course Outline Module 1: Planning for the Cloud Planning a hybrid cloud involves understanding these tools and technologies so that

More information

Course 20465: Designing a Data Solution with Microsoft SQL Server

Course 20465: Designing a Data Solution with Microsoft SQL Server Course 20465: Designing a Data Solution with Microsoft SQL Server Overview About this course The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure

More information

Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Page 1 of 6 Designing a Data Solution with Microsoft SQL Server Course 20465C: 4 days; Instructor-Led Introduction The focus of this four-day

More information

Services Provider License Agreement Cloud Platform Suite & Guest

Services Provider License Agreement Cloud Platform Suite & Guest Services Provider License Agreement Cloud Platform Suite & Guest Frequently Asked Questions (FAQ) Last modified February 2014 Table of Contents Q1. What is the Cloud Platform Suite?... 2 Q2. What is the

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

Licensing & Pricing FAQ

Licensing & Pricing FAQ Licensing & Pricing FAQ Table of Contents DATACENTER AND STANDARD EDITIONS... 4 Q1. What is new in Windows Server 2012?... 4 Q2. What is the difference between Windows Server 2012 Standard edition and

More information

Microsoft s Advantages and Goals for Hyper-V for Server 2016

Microsoft s Advantages and Goals for Hyper-V for Server 2016 Virtualization is a bedrock of modern cloud environments. Hypervisors manage the virtual machines in a cloud environments, providing six fundamental features, as shown in the table below. 1 Hypervisors

More information

MANAGED DATABASE SOLUTIONS

MANAGED DATABASE SOLUTIONS Page 0 2015 SOLUTION BRIEF MANAGED DATABASE SOLUTIONS NET ACCESS LLC 9 Wing Drive Cedar Knolls, NJ 07927 www.nac.net Page 1 Table of Contents 1. Introduction... 2 2. Net Access Managed Services Solution

More information

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER

Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES WHITE PAPER Increased Security, Greater Agility, Lower Costs for AWS DELPHIX FOR AMAZON WEB SERVICES TABLE OF CONTENTS Introduction... 3 Overview: Delphix Virtual Data Platform... 4 Delphix for AWS... 5 Decrease the

More information

System Center 2012 R2

System Center 2012 R2 Volume Licensing reference guide System Center 2012 R2 System Center 2012 R2 Licensing Guide (i) Introduction This guide can help Microsoft Volume Licensing customers understand how Microsoft System Center

More information

Datacenter Management Optimization with Microsoft System Center

Datacenter Management Optimization with Microsoft System Center Datacenter Management Optimization with Microsoft System Center Disclaimer and Copyright Notice The information contained in this document represents the current view of Microsoft Corporation on the issues

More information

Cass Walker TLG Learning

Cass Walker TLG Learning Cass Walker TLG Learning Query Window Zoom Query Window Outlining T-SQL Language Enhancements Integration Services Catalogs Default Location for Backup Files MS Help Viewer FileTable AlwaysOn PowerPivot

More information

MS 20532B - Developing Microsoft Azure Solutions

MS 20532B - Developing Microsoft Azure Solutions MS 20532B - Developing Microsoft Azure Solutions COURSE OVERVIEW: This course is designed for IT professionals looking to understand the Microsoft Azure Infrastructure components, including virtual machines,

More information

Cloud and Data Center Security

Cloud and Data Center Security solution brief Trend Micro Cloud and Data Center Security Secure virtual, cloud, physical, and hybrid environments easily and effectively introduction As you take advantage of the operational and economic

More information

"Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary

Charting the Course... MOC 20465 C Designing a Data Solution with Microsoft SQL Server Course Summary Course Summary Description The focus of this five-day instructor-led course is on planning and implementing enterprise database infrastructure solutions by using SQL and other Microsoft technologies. It

More information

Deployment Options for Microsoft Hyper-V Server

Deployment Options for Microsoft Hyper-V Server CA ARCserve Replication and CA ARCserve High Availability r16 CA ARCserve Replication and CA ARCserve High Availability Deployment Options for Microsoft Hyper-V Server TYPICALLY, IT COST REDUCTION INITIATIVES

More information

How To Compare The Cost Of A Microsoft Private Cloud To A Vcloud With Vsphere And Vspheon

How To Compare The Cost Of A Microsoft Private Cloud To A Vcloud With Vsphere And Vspheon A Comparative Look at Functionality, Benefits, and Economics November 2012 1 1 Copyright Information 2012 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and

More information

ScaleArc idb Solution for SQL Server Deployments

ScaleArc idb Solution for SQL Server Deployments ScaleArc idb Solution for SQL Server Deployments Objective This technology white paper describes the ScaleArc idb solution and outlines the benefits of scaling, load balancing, caching, SQL instrumentation

More information

WINDOWS AZURE DATA MANAGEMENT

WINDOWS AZURE DATA MANAGEMENT David Chappell October 2012 WINDOWS AZURE DATA MANAGEMENT CHOOSING THE RIGHT TECHNOLOGY Sponsored by Microsoft Corporation Copyright 2012 Chappell & Associates Contents Windows Azure Data Management: A

More information

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific Realizing the Benefits of Hybrid Cloud Anand MS Cloud Solutions Architect Microsoft Asia Pacific Agenda Key drivers for Hybrid Cloud Unified Cloud Strategy Example Use Cases How to get there Hybrid Cloud:

More information

Licensing Guide for Customers. License Mobility through Microsoft Software Assurance

Licensing Guide for Customers. License Mobility through Microsoft Software Assurance Licensing Guide for Customers License Mobility through Microsoft Software Assurance Table of Contents Chapter 1: Introduction to cloud services... 1 Cloud adoption and customer needs... 1 IT as a Service:

More information

Access to easy-to-use tools that reduce management time with Arcserve Backup

Access to easy-to-use tools that reduce management time with Arcserve Backup Access to easy-to-use tools that reduce management time with Arcserve Backup In business, evolution is constant. Staff grows. New offices spring up. New applications are being implemented, and typically,

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

NCTA Cloud Architecture

NCTA Cloud Architecture NCTA Cloud Architecture Course Specifications Course Number: 093019 Course Length: 5 days Course Description Target Student: This course is designed for system administrators who wish to plan, design,

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409B: Server Virtualization with Windows Server Hyper-V and System Center Course Details Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview

More information

Windows Server 2012 R2 System Center 2012 R2 in SPLA. Rick Olague, Business Planning STMG Michael Chacon, HSP

Windows Server 2012 R2 System Center 2012 R2 in SPLA. Rick Olague, Business Planning STMG Michael Chacon, HSP Windows Server 2012 R2 System Center 2012 R2 in SPLA Rick Olague, Business Planning STMG Michael Chacon, HSP Agenda 2012 R2 Product Updates SPLA Price Changes New Cloud Platform Suite Timeline and Product

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

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course

More information

Growing your business through small business opportunities. frank.spuls@didactive.com v-fspuls@microsoft.com

Growing your business through small business opportunities. frank.spuls@didactive.com v-fspuls@microsoft.com Growing your business through small business opportunities frank.spuls@didactive.com v-fspuls@microsoft.com Agenda 2 The customer Customers marketplace The changing workplace 5' Trend: remote workers The

More information

SPLA Licensing New Products Tips & Tricks. Stefan Schwarz Licensing Sales Specialist Microsoft Central & Eastern Europe

SPLA Licensing New Products Tips & Tricks. Stefan Schwarz Licensing Sales Specialist Microsoft Central & Eastern Europe SPLA Licensing New Products Tips & Tricks Stefan Schwarz Licensing Sales Specialist Microsoft Central & Eastern Europe Agenda Windows Server 2008 New product lineup Transitioning Hyper-V Licensing SQL

More information

Windows Embedded. Server Licensing Program

Windows Embedded. Server Licensing Program Windows Embedded Server Licensing Program 1 Windows Embedded Server Enhancing the Competitiveness of Solutions Information technology has provided many services and a great deal of convenience in our daily

More information

Frequently Asked Questions SQL Server 2012 Editions and Licensing

Frequently Asked Questions SQL Server 2012 Editions and Licensing Frequently Asked Questions SQL Server 2012 Editions and Licensing Copyright This document was developed prior to the product s release to manufacturing, and as such, we cannot guarantee that all details

More information

VMware vsphere 4. Pricing, Packaging and Licensing Overview W H I T E P A P E R

VMware vsphere 4. Pricing, Packaging and Licensing Overview W H I T E P A P E R Pricing, Packaging and Licensing Overview W H I T E P A P E R Table of Contents Introduction to VMware vsphere 4..................................... 3 Pricing, Packaging and Licensing Overview..............................

More information

Modern workstyle, enabled

Modern workstyle, enabled Modern workstyle, enabled Windows Server 2012 R2 Overview Windows Server powers many of the worlds largest datacenters, enables small businesses around the world, and delivers value to organizations of

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

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days,

More information

Windows Server 2012 R2 The Essentials Experience

Windows Server 2012 R2 The Essentials Experience Windows Server 2012 R2 The Essentials Experience Published: October 7, 2013 Contents 1 Meeting business needs 1 The small business challenge 2 Windows Server 2012 R2 Essentials 2 A cloud-enabled server

More information

Trend Micro. Secure virtual, cloud, physical, and hybrid environments easily and effectively INTRODUCTION

Trend Micro. Secure virtual, cloud, physical, and hybrid environments easily and effectively INTRODUCTION SOLUTION BRIEF Trend Micro CLOUD AND DATA CENTER SECURITY Secure virtual, cloud, physical, and hybrid environments easily and effectively INTRODUCTION As you take advantage of the operational and economic

More information

20465: Designing a Data Solution with Microsoft SQL Server

20465: Designing a Data Solution with Microsoft SQL Server 20465: Designing a Data Solution with Microsoft SQL Server Microsoft - Base de Dados Nível: Avançado Duração: 30h Sobre o curso The focus of this five-day instructor-led course is on planning and implementing

More information

SQL Server 2012 Licensing Strategies. Presented by Paul DeGroot Senior Consultant Software Licensing Advisors Dec. 19, 2013

SQL Server 2012 Licensing Strategies. Presented by Paul DeGroot Senior Consultant Software Licensing Advisors Dec. 19, 2013 SQL Server 2012 Licensing Strategies Presented by Paul DeGroot Senior Consultant Software Licensing Advisors Dec. 19, 2013 Software Licensing Advisors Senior Consultant: Paul DeGroot Consulting Author

More information

Cloud & Datacenter Monitoring with System Center Operations Manager

Cloud & Datacenter Monitoring with System Center Operations Manager Page 1 of 5 Overview This course equips students with the skills they require to deploy and configure System Center 2012 R2 Operations. Using hands-on labs, students learn the following: How to architect

More information

20465D: Designing Solutions for Microsoft SQL Server 2014

20465D: Designing Solutions for Microsoft SQL Server 2014 20465D: Designing Solutions for Microsoft SQL Server 2014 Course Details Course Code: Duration: Notes: 20465D 3 days This course syllabus should be used to determine whether the course is appropriate for

More information

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics 1 Harnessing the Power of the Microsoft Cloud for Deep Data Analytics Today's Focus How you can operate your business more efficiently and effectively by tapping into Cloud based data analytics solutions

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Server Virtualization with Windows Server Hyper-V and System Center About this Course This five day course will provide you with the knowledge and skills required to design and implement Microsoft Server

More information

SQL Server Hybrid Features. Luis Vargas, Senior Program Manager Lead Xin Jin, Program Manager @ Microsoft

SQL Server Hybrid Features. Luis Vargas, Senior Program Manager Lead Xin Jin, Program Manager @ Microsoft SQL Server Hybrid Features Luis Vargas, Senior Program Manager Lead Xin Jin, Program Manager @ Microsoft Key Takeaway SQL Server integrates cloud services from Azure providing end-to-end experiences that

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

Microsoft Private Cloud. A comparative look at Functionality, Benefits, and Economics

Microsoft Private Cloud. A comparative look at Functionality, Benefits, and Economics Microsoft Private Cloud A comparative look at Functionality, Benefits, and Economics Published: July 2012 Copyright Information 2012 Microsoft Corporation. All rights reserved. This document is provided

More information

Guidewire InsuranceSuite 9 READY FOR THE CLOUD

Guidewire InsuranceSuite 9 READY FOR THE CLOUD Guidewire InsuranceSuite 9 READY FOR THE CLOUD INSURANCESUITE 9: READY FOR THE CLOUD Guidewire InsuranceSuite is a proven solution that helps property and casualty (P/C) insurers worldwide enrich customer

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.

More information

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

Course 20465C: Designing a Data Solution with Microsoft SQL Server Course 20465C: Designing a Data Solution with Microsoft SQL Server Five days, instructor-led About this Course The focus of this five-day instructor-led course is on planning and implementing enterprise

More information

SQL Server 2012 Licensing Datasheet & FAQ

SQL Server 2012 Licensing Datasheet & FAQ SQL Server 2012 Licensing Datasheet & FAQ Published: March 7, 2012 Product Overview SQL Server 2012 is a significant product release, providing Mission Critical Confidence with greater uptime, blazing-fast

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information