Softchoice Microsoft SQL Server 2017 Migration Guide

Size: px
Start display at page:

Download "Softchoice Microsoft SQL Server 2017 Migration Guide"

Transcription

1 SPRING 2018 Softchoice Microsoft SQL Server 2017 Migration Guide 1

2 Contents ABOUT THE AUTHORS 3 STEVE THOMPSON 3 PATRICK O LEARY 3 SQL SERVER 2017 MIGRATION GUIDE 4 BUSINESS VALUE OF SQL SERVER 2017 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. Patrick O Leary MICROSOFT PRACTICE LEAD Patrick O Leary is Microsoft Practice Leader at Softchoice with over 18 years of IT management, consulting and administration experience. He has been an IT manager as well as a consulting engineer focused on deploying hosted, private and public cloud solutions as well as on premise infrastructures and collaboration systems. 3

4 Business value of SQL Server 2017 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 2017 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 2017 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 the latest security threats, the SQL Server 2017 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 2017 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 2017 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 a SQL Server migration is an essential part of the 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 2017 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) 5

6 Side-by-side Migration The side-by-side migration involves setting up a new SQL Server 2017 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 authors 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 2017 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 a 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. Use the Deploy a SQL Server Database to a Microsoft Azure SQL Database wizard to assist in your 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 you 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 2017 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 2017 AlwaysOn Availability Groups to provide high availability for SQL Server databases hosted in Windows Azure. SQL Server 2017 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. Other Considerations SSRS (SQL Server Reporting Services) Include a migration plan for Reporting Services as well. There are two general paths to upgrade a SQL Server Reporting Services (SSRS) environment, Upgrade or Migrate. 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. 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 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 the same single device to access SQL indirectly (multiplexing through multiple other servers). 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 determine 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. Compare 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. Below you see 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 before I 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 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

Softchoice Microsoft SQL Server 2017 Migration Guide

Softchoice Microsoft SQL Server 2017 Migration Guide SPRING 2018 Softchoice Microsoft SQL Server 2017 Migration Guide 1 Contents ABOUT THE AUTHOR 3 STEVE THOMPSON 3 SQL SERVER 2017 MIGRATION GUIDE 4 BUSINESS VALUE OF SQL SERVER 2016 ENHANCEMENTS 4 MIGRATION

More information

Licensing & Pricing FAQ

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

More information

Microsoft SQL Server Licensing Guide

Microsoft SQL Server Licensing Guide Microsoft SQL Server 2016 Licensing Guide Contents Overview 3 SQL Server 2016 Editions 4 How SQL Server 2016 License are Sold 6 Server and Cloud Enrolment SQL Server 2016 Licensing Models 8 Core-Based

More information

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 2014-05-20 MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 @SoQooL http://blog.mssqlserver.se Mattias.Lind@Sogeti.se 1 The evolution of the Microsoft data platform

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Pervasive Insight. Mission Critical Platform

Pervasive Insight. Mission Critical Platform Empowered IT Pervasive Insight Mission Critical Platform Dynamic Development Desktop & Mobile Server & Datacenter Cloud Over 7 Million Downloads of SQL Server 2008 Over 30,000 partners are offering solutions

More information

Licensing Expert Series. Licensing The Private Cloud

Licensing Expert Series. Licensing The Private Cloud Licensing Expert Series Licensing The Private Cloud Agenda Transformational Trends Why Private Cloud? The Microsoft Private Cloud The Microsoft Private Cloud Components Windows Server 2012 R2 & System

More information

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024 Current support level End Mainstream End Extended SQL Server 2005 SQL Server 2008 and 2008 R2 SQL Server 2012 SQL Server 2005 SP4 is in extended support, which ends on April 12, 2016 SQL Server 2008 and

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

Microsoft SQL Server Licensing guide

Microsoft SQL Server Licensing guide Microsoft SQL Server 2017 Licensing guide Contents Overview 3 SQL Server 2017 editions 4 SQL Server and Software Assurance 7 How SQL Server 2017 licenses are sold 9 Server and Cloud Enrolment SQL Server

More information

Cloud Confidence: Simple Seamless Secure. Dell EMC Data Protection for VMware Cloud on AWS

Cloud Confidence: Simple Seamless Secure. Dell EMC Data Protection for VMware Cloud on AWS Cloud Confidence: Simple Seamless Secure Dell EMC Data Protection for VMware Cloud on AWS Introduction From the boardroom to the data center, digital transformation has become a business imperative. Whether

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

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition

Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition One Stop Virtualization Shop Avoiding the Cost of Confusion: SQL Server Failover Cluster Instances versus Basic Availability Group on Standard Edition Written by Edwin M Sarmiento, a Microsoft Data Platform

More information

Licensing. Windows Server Product overview. Azure Hybrid Use Benefit. Editions overview

Licensing. Windows Server Product overview. Azure Hybrid Use Benefit. Editions overview Licensing Windows Server 2016 Product overview Windows Server 2016 is the cloud-ready operating system that supports your current workloads while introducing new technologies that make it easy to transition

More information

Changing The Conversation: Infrastructure as a Service

Changing The Conversation: Infrastructure as a Service Changing The Conversation: Infrastructure as a Service October 20, 2011 Fernando Rey Fernando Business Development Cloud Services dindo.fernando@microsoft.com You manage You manage You manage Slide with

More information

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD

EBOOK. NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD EBOOK NetApp ONTAP Cloud FOR MICROSOFT AZURE ENTERPRISE DATA MANAGEMENT IN THE CLOUD NetApp ONTAP Cloud for Microsoft Azure The ONTAP Cloud Advantage 3 Enterprise-Class Data Management 5 How ONTAP Cloud

More information

Making hybrid IT simple with Capgemini and Microsoft Azure Stack

Making hybrid IT simple with Capgemini and Microsoft Azure Stack Making hybrid IT simple with Capgemini and Microsoft Azure Stack The significant evolution of cloud computing in the last few years has encouraged IT leaders to rethink their enterprise cloud strategy.

More information

Infrastructure Provisioning with System Center Virtual Machine Manager

Infrastructure Provisioning with System Center Virtual Machine Manager Infrastructure Provisioning with System Center Virtual Machine Manager Course Details Duration: Course code: 5 Days M10981 Overview: Learn how to install and configure Microsoft System Center 2012 R2 Virtual

More information

Windows Server 2016 and System Center 2016

Windows Server 2016 and System Center 2016 Windows Server 2016 and System Center 2016 Pricing and Licensing FAQs (January 2017) 1. What are the top reasons to upgrade to Windows Server 2016 and System Center 2016? IT professionals and developers

More information

Javier Villegas. Azure SQL Server Managed Instance

Javier Villegas. Azure SQL Server Managed Instance Javier Villegas Azure SQL Server Managed Instance Javier Villegas DBA Manager at Mediterranean Shipping Company Involved with the Microsoft SQL Server since SQL Server 6.5 Specialization in SQL Server

More information

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure [MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Azure Delivery Method : Instructor-led (Classroom) Course

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

Welcome to the. Migrating SQL Server Databases to Azure

Welcome to the. Migrating SQL Server Databases to Azure Welcome to the 1 Migrating SQL Server Databases to Azure Migrating SQL Server Databases to Azure Agenda Overview of SQL Server in Microsoft Azure Getting started with SQL Server in an Azure virtual machine

More information

Microsoft SQL Server HA and DR with DVX

Microsoft SQL Server HA and DR with DVX Microsoft SQL Server HA and DR with DVX 385 Moffett Park Dr. Sunnyvale, CA 94089 844-478-8349 www.datrium.com Technical Report Introduction A Datrium DVX solution allows you to start small and scale out.

More information

Data Protection, Disaster Recovery, and Ransomware Protection with DRaaS

Data Protection, Disaster Recovery, and Ransomware Protection with DRaaS Data Protection, Disaster Recovery, and Ransomware Ransomware attacks are common and costly, yet businesses are not prepared. Patching, layered security, and backups help protect businesses against attacks.

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

Microsoft vision for a new era

Microsoft vision for a new era Microsoft vision for a new era United platform for the modern service provider MICROSOFT AZURE CUSTOMER DATACENTER CONSISTENT PLATFORM SERVICE PROVIDER Enterprise-grade Global reach, scale, and security

More information

Azure File Sync. Webinaari

Azure File Sync. Webinaari Azure File Sync Webinaari 12.3.2018 Agenda Why use Azure? Moving to the Cloud Azure Storage Backup and Recovery Azure File Sync Demo Q&A What is Azure? A collection of cloud services from Microsoft that

More information

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card

BUILD BETTER MICROSOFT SQL SERVER SOLUTIONS Sales Conversation Card OVERVIEW SALES OPPORTUNITY Lenovo Database Solutions for Microsoft SQL Server bring together the right mix of hardware infrastructure, software, and services to optimize a wide range of data warehouse

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 June 2016 Table of Contents This brief applies to all Microsoft Volume Licensing programs. Summary... 2 What s

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

System Center 2012 Server Management Licensing

System Center 2012 Server Management Licensing Contents System Center 2012 Server Management Licensing... 2 1. What s new with System Center 2012 licensing?... 2 2. Can you describe the product editions offered with System Center 2012?... 2 3. How

More information

Windows Server 2012/R2 Overview

Windows Server 2012/R2 Overview END OF LICENSE Windows Server 2012/R2 Overview December 31 st, 2017 Agenda Understanding the opportunity Win with Windows Server 2016 Next steps Understanding the opportunity Windows Server 2012/R2 End

More information

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale Enterprise Strategy Group Getting to the bigger truth. White Paper Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale By Mike Leone, ESG Senior Analyst;

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution

EMC Virtual Infrastructure for Microsoft Applications Data Center Solution EMC Virtual Infrastructure for Microsoft Applications Data Center Solution Enabled by EMC Symmetrix V-Max and Reference Architecture EMC Global Solutions Copyright and Trademark Information Copyright 2009

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

A: Advanced Technologies of SharePoint 2016

A: Advanced Technologies of SharePoint 2016 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

70-745: Implementing a Software-Defined Datacenter

70-745: Implementing a Software-Defined Datacenter 70-745: Implementing a Software-Defined Datacenter Target Audience: Candidates for this exam are IT professionals responsible for implementing a software-defined datacenter (SDDC) with Windows Server 2016

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES?

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? Timothy P. McAliley CISA, CISM, CISSP, ITIL V3, MCSA, MCSE, MCT, PMP Microsoft Account Technology Strategist Try It Yourself! Two TechNet Virtual Labs

More information

NE Infrastructure Provisioning with System Center Virtual Machine Manager

NE Infrastructure Provisioning with System Center Virtual Machine Manager NE-10981 Infrastructure Provisioning with System Center Virtual Machine Manager Summary Duration 5 Days Audience IT Professionals Level 400 Technology Microsoft System Center 2012 Delivery Method Instructor-led

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

SQL Server 2012 Licensing. Vicky Lea

SQL Server 2012 Licensing. Vicky Lea SQL Server 2012 Licensing Vicky Lea Agenda SQL Server 2012 Licensing basics Virtual environments License Mobility Other licensing principles Enrolment for Application Platform Breadth Specialised Principal

More information

SQL Server Licensing Secrets Microsoft Doesn't Want You to Know Presented by Paul DeGroot Senior Consultant Software Licensing Advisors

SQL Server Licensing Secrets Microsoft Doesn't Want You to Know Presented by Paul DeGroot Senior Consultant Software Licensing Advisors SQL Server Licensing Secrets Microsoft Doesn't Want You to Know Presented by Paul DeGroot Senior Consultant Software Licensing Advisors Carl Berglund Director of Products DH2i Oct. 22, 2014 Software Licensing

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

Non-disruptive, two node high-availability (HA) support keeps you operating against unplanned storage failures in the cloud

Non-disruptive, two node high-availability (HA) support keeps you operating against unplanned storage failures in the cloud 1. What is ONTAP Cloud? Answer: NetApp ONTAP Cloud is a software-only storage subscription running the NetApp ONTAP storage software offering you control of your data with the power of an enterprise storage

More information

DATACENTER AS A SERVICE. We unburden you at the level you desire

DATACENTER AS A SERVICE. We unburden you at the level you desire DATACENTER AS A SERVICE We unburden you at the level you desire MARKET TREND BY VARIOUS ANALYSTS The concept of flexible and scalable computing is a key reason to create a Cloud based architecture 77%

More information

Core Services for ediscovery Perfection

Core Services for ediscovery Perfection BEST-IN-CLASS DATA ENVIRONMENTS. Core Services for ediscovery Perfection MANAGE MANAGE IMPLEMENT IMPLEMENT ASSESS Core Services for ediscovery Perfection George Jon is an ediscovery infrastructure specialist

More information

EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70

EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70 EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70 EXPLORE MICROSOFT SHAREPOINT SERVER 2016 In this session, we ll cover: Mike Ammerlaan Director Office Ecosystem Microsoft SharePoint Server

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

SQL Server 2014 Upgrade

SQL Server 2014 Upgrade SQL Server 2014 Upgrade Case study featuring In-Memory OLTP and Hybrid-Cloud Scenarios Evgeny Ternovsky, Program Manager II, Data Platform Group Bill Kan, Service Engineer II, Data Platform Group Background

More information

SQL Server Pre Lanzamiento. Federico Marty. Mariano Kovo. Especialista en Plataforma de Aplicaciones Microsoft Argentina & Uruguay

SQL Server Pre Lanzamiento. Federico Marty. Mariano Kovo. Especialista en Plataforma de Aplicaciones Microsoft Argentina & Uruguay 2016 Pre Lanzamiento Federico Marty Especialista en Plataforma de Aplicaciones Microsoft Argentina & Uruguay Mariano Kovo Especialista en Precision IT 2016: Everything built-in built-in built-in built-in

More information

SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint

SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint SharePoint Virtualization and the Benefits of Modern Data Protection with Veeam Explorer for Microsoft SharePoint Chris Henley Microsoft Certified Professional, MCSE, MCSA and Veeam Product Strategy Specialist

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Migrating a critical high-performance platform to Azure with zero downtime

Migrating a critical high-performance platform to Azure with zero downtime Microsoft IT Showcase Migrating a critical high-performance platform to Azure with zero downtime At Microsoft IT, our strategy is to move workloads from on-premises datacenters to Azure. So, when the Microsoft

More information

<Placeholder cover we will adjust> Microsoft Azure Stack Licensing Guide (Hosters and service providers)

<Placeholder cover we will adjust> Microsoft Azure Stack Licensing Guide (Hosters and service providers) Microsoft Azure Stack Licensing Guide (Hosters and service providers) Introduction This licensing guide is for people who would like to gain a basic understanding of

More information

Randy Pagels Sr. Developer Technology Specialist DX US Team AZURE PRIMED

Randy Pagels Sr. Developer Technology Specialist DX US Team AZURE PRIMED Randy Pagels Sr. Developer Technology Specialist DX US Team rpagels@microsoft.com AZURE PRIMED 2016.04.11 Interactive Data Analytics Discover the root cause of any app performance behavior almost instantaneously

More information

WHITE PAPER SEPTEMBER VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT. Licensing, Pricing and Packaging

WHITE PAPER SEPTEMBER VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT. Licensing, Pricing and Packaging WHITE PAPER SEPTEMBER 2017 VMWARE vsphere AND vsphere WITH OPERATIONS MANAGEMENT Licensing, Pricing and Packaging Table of Contents Executive Summary 3 VMware vsphere with Operations Management Overview

More information

Evolution For Enterprises In A Cloud World

Evolution For Enterprises In A Cloud World Evolution For Enterprises In A Cloud World Foreword Cloud is no longer an unseen, futuristic technology that proves unattainable for enterprises. Rather, it s become the norm; a necessity for realizing

More information

Managing Exchange Migration with Enterprise Vault

Managing Exchange Migration with Enterprise Vault WHITE PAPER Managing Exchange Migration with Enterprise Abstract: Many organizations today are considering either replacing their legacy mail system, for example GroupWise or ccmail, with Microsoft Exchange

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

Choosing the Right Cloud. ebook

Choosing the Right Cloud. ebook Choosing the Right Cloud ebook Contents Choosing the Right Cloud...3 The Cloud Explained: Public Cloud...4 The Cloud Explained: Private Cloud...5 Assessing Workload Characteristics...6 Right Application.

More information

PUT DATA PROTECTION WHERE YOU NEED IT

PUT DATA PROTECTION WHERE YOU NEED IT from Carbonite PUT DATA PROTECTION WHERE YOU NEED IT Flexibility is your best friend when it comes to choosing a backup plan. For a backup solution to be considered flexible, it needs to satisfy several

More information

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) Advanced Technologies of SharePoint 2016 (20339-2) Formato do curso: Presencial e Live Training Com certificação: MCSE: Productivity Preço: 1740 Nível: Intermédio Duração: 35 horas This five-day course

More information

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems 2014 IBM Corporation Powerful Forces are Changing the Way Business Gets Done Data growing exponentially

More information

7 Things ISVs Must Know About Virtualization

7 Things ISVs Must Know About Virtualization 7 Things ISVs Must Know About Virtualization July 2010 VIRTUALIZATION BENEFITS REPORT Table of Contents Executive Summary...1 Introduction...1 1. Applications just run!...2 2. Performance is excellent...2

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Why Microsoft Azure is the right choice for your Public Cloud, a Consultants view by Simon Conyard

Why Microsoft Azure is the right choice for your Public Cloud, a Consultants view by Simon Conyard Why Microsoft Azure is the right choice for your Public Cloud, a Consultants view by Simon Conyard In my view, Microsoft Azure is fast becoming the trusted platform of choice for SMB and Enterprise customers.

More information

Configuring and Deploying a Private Cloud DURATION: Days

Configuring and Deploying a Private Cloud DURATION: Days Configuring and Deploying a Private Cloud DURATION: Days DESCRIPTION This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center 2012 R2. OBJECTIVE

More information

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

More information

Oktober 2018 Dell Tech. Forum München

Oktober 2018 Dell Tech. Forum München Oktober 2018 Dell Tech. Forum München Virtustream Digital Transformation & SAP Jan Büsen Client Solutions Executive, Virtustream The Business Agenda: Digital IT = Competitive Advantage Business Driven

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

Updating Your Skills to SQL Server 2016

Updating Your Skills to SQL Server 2016 Updating Your Skills to SQL Server 2016 OD10986B; On-Demand, Video-based Course Description This course provides students moving from earlier releases of SQL Server with an introduction to the new features

More information

W H I T E P A P E R M i c r o s o f t S Q L S e r v e r : P o t e n t i a l G a m e C h a n g e r

W H I T E P A P E R M i c r o s o f t S Q L S e r v e r : P o t e n t i a l G a m e C h a n g e r Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R M i c r o s o f t S Q L S e r v e r 2 0 1 2 : P o t e n t i a l G a m e C h a

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

Commercial Licensing Reference Guide. Windows Server 2012 R2

Commercial Licensing Reference Guide. Windows Server 2012 R2 Commercial Licensing Reference Guide Windows Server 2012 R2 Introduction This guide can help Microsoft Commercial Licensing customers understand how Windows Server 2012 R2 is licensed through Microsoft

More information

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market MySQL CLOUD SERVICE Propel Innovation and Time-to-Market The #1 open source database in Oracle. Looking to drive digital transformation initiatives and deliver new modern applications? Oracle MySQL Service

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Modernizing Servers and Software

Modernizing Servers and Software SMB PLANNING GUIDE Modernizing Servers and Software Increase Performance with Intel Xeon Processor E3 v3 Family Servers and Windows Server* 2012 R2 Software Why You Should Read This Document This planning

More information

10 Cloud Myths Demystified

10 Cloud Myths Demystified 10 Cloud s Demystified The Realities for Modern Campus Transformation Higher education is in an era of transformation. To stay competitive, institutions must respond to changing student expectations, demanding

More information

Pointnext. Services for Database Modernization Destination: Easy on-ramp to hybrid cloud with SQL. Kevin Lange HPE Master Database Architect HPES02

Pointnext. Services for Database Modernization Destination: Easy on-ramp to hybrid cloud with SQL. Kevin Lange HPE Master Database Architect HPES02 Pointnext Services for Database Modernization Destination: Easy on-ramp to hybrid cloud with SQL Kevin Lange HPE Master Database Architect HPES02 September 25. 2018 1 A new breed of IT needs to power the

More information

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution.

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution. Hosted Azure for your business Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution. Azure is approximately 50 percent cheaper than other cloud services

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 4 Days + 1 day Self Study Course Pre-requisites: Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint Server 2013, successful

More information

Be prepared for future

Be prepared for future Microsoft Azure Be prepared for future Delivering solutions with Sify Connect with customers Safeguard your business Understand your customer Be prepared for the unexpected Increase your sales Protect

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

WITH ACTIVEWATCH EXPERT BACKED, DETECTION AND THREAT RESPONSE BENEFITS HOW THREAT MANAGER WORKS SOLUTION OVERVIEW:

WITH ACTIVEWATCH EXPERT BACKED, DETECTION AND THREAT RESPONSE BENEFITS HOW THREAT MANAGER WORKS SOLUTION OVERVIEW: SOLUTION OVERVIEW: ALERT LOGIC THREAT MANAGER WITH ACTIVEWATCH EXPERT BACKED, DETECTION AND THREAT RESPONSE Protecting your business assets and sensitive data requires regular vulnerability assessment,

More information

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk Azure SQL Database Indika Dalugama Data platform solution architect Microsoft indalug@microsoft.com datalake.lk Agenda Overview Azure SQL adapts Azure SQL Instances (single,e-pool and MI) How to Migrate

More information

EMC Business Continuity for Microsoft Applications

EMC Business Continuity for Microsoft Applications EMC Business Continuity for Microsoft Applications Enabled by EMC Celerra, EMC MirrorView/A, EMC Celerra Replicator, VMware Site Recovery Manager, and VMware vsphere 4 Copyright 2009 EMC Corporation. All

More information

Guide Series. How to upgrade to Microsoft Windows 10? Guide Series

Guide Series. How to upgrade to Microsoft Windows 10? Guide Series How to upgrade to Microsoft Windows 10? Acuutech All rights reserved 2016 1 Contents Introduction... 2 Why use Windows 10?... 3 What are the advantages of Windows 10?... 4 Windows 10 editions comparison...

More information

10 Cloud Myths Demystified

10 Cloud Myths Demystified 10 Cloud s Demystified The Realities for Digital Healthcare Transformation It s a challenging time for the healthcare industry, with changing regulations, consolidation and the consumerization of healthcare

More information

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures

VMware vsphere 4. The Best Platform for Building Cloud Infrastructures Table of Contents Get the efficiency and low cost of cloud computing with uncompromising control over service levels and with the freedom of choice................ 3 Key Benefits........................................................

More information

Microsoft Advanced Technologies of SharePoint 2016

Microsoft Advanced Technologies of SharePoint 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20339-2 Advanced Technologies of SharePoint 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day course will teach you how to plan,

More information