HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER

Size: px
Start display at page:

Download "HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER"

Transcription

1 SQL SATURDAY # 91 - OMAHA HIGH-AVAILABILITY & D/R OPTIONS FOR MICROSOFT SQL SERVER 8/27/11 Tim Plas, Virteva tim.plas@virteva.com 1

2 The Presenter Tim Plas, Principal Consultant at Virteva (Mpls) Operational DBA: Keep SQL servers running & optimized for managed-services clients My other current specialties: Storage, Cloud services, Server virtualization 25+ years in IT, in many roles Mostly servers / infrastructure in last 15 years Multiple MS certs starting in

3 The Agenda SQL HA & DR -- HIGH AVAILABILITY & DISASTER RECOVERY Based on the experiences of having installed & managed all current varieties of SQL HA & DR MATERIAL TO BE COVERED: Microsoft licensing for SQL HA & DR What kind of differences are there in HA & DR options? Summary list of the HA & DR Approaches HA & DR approaches, one by one What are the trade-offs? Which approach do I recommend for a given scenario? SQL Denali AlwaysON (HA / DR) overview 3

4 Microsoft Licensing for SQL HA & DR Typical usage is Active / Passive Active node must have SQL Server license Passive node does not need SQL license As long as no one is accessing database services on the secondary server while primary server is active. Need to move back within 30 days Still need Windows server license if using 2 servers Some approaches need Enterprise vs. Standard Edition (of Windows and/or SQL Server) 4

5 Distinguishing Criteria for HA & DR Options Does it keep more than one copy of the data? Is the approach better suited for HA or DR? Does it protect the whole SQL Server instance, or just individual database(s)? Are you running one or two SQL server instances? How quickly can clients get back online? How do clients get re-connected & how do they find the current primary server? There WILL be a re-connect (i.e., down-time) during the switch! -with any approach Does it mostly need SQL DBA skills or Windows sysadmin skills? --or something else? 5

6 The Approaches to SQL HA & DR Microsoft Clustering ( MSCS / Failover Clustering) Log-shipping Database Mirroring (since SQL 2005) SQL Replication (transactional replication) 3 rd -party software (DoubleTake, etc.) Virtualization-based SAN replication 6

7 HA/DR Approach # 1 MS CLUSTERING FOR SQL SERVER 7

8 Why I didn t formerly like MS clustering Expensive; Exotic hardware High-end people skills High complexity ( = more likely to break ) Single copy of data 8

9 Why I like MS clustering now (Windows Server 2008, with SQL 2008) ( R2 made it even better) Affordable; Easily achievable Much simpler now But Still single copy of data 9

10 MS Clustering for SQL The Basics Two (or more) servers, running Windows Server Enterprise Edition (Win2008) Must have some form of shared disk Configure cluster services (Windows role) Wizard-driven, but does require some pre-planning Need to assign virtual server name(s) & IP(s) You end up with Win server A, Win server B, SQL server X Need to assign disk volumes for cluster to manage (disk volumes belong to one server at a time) Install SQL Server as cluster nodes (SQL2008) 10

11 MS Clustering Characteristics Licensing = 2 x Win EE + 1 SQL (SE or EE) Single copy of the data Protects entire SQL instance, not specific DB(s) Single SQL instance running; no client-side issues Automatic fail-over, and decent re-connect time Restarts SQL instance on other node Requires some extra Windows admin skills; little additional for DBA Mostly HA approach; not really DR 11

12 MS Clustering with SQL Server DB Win Server A SQL Services Win Server B SQL Services SQL Instance Client 12

13 HA/DR Approach # 2 LOG SHIPPING 13

14 Log-Shipping The Basics Two SQL servers: One is active, and other is warm-standby Primary server performs frequent tran-log backups, & sends them to secondary Secondary copy of DB is always in restoring mode, until it s needed to stand in --Then you have to put it into normal DB mode, & get everybody to point to it Has been fairly common design 14

15 Log-Shipping Characteristics Licensing = 2 x Win + 1 x SQL Maintains replicated copy of the data Protects individual DB(s), not whole SQL instance Two SQL instances to deal with Some assembly required by DBA Simple Windows admin; some DBA complexity Fail-over requires special handling; Warm standby is probably best description Great for maintaining off-site D/R replica of DB 15

16 HA/DR Approach # 3 DATABASE MIRRORING 16

17 Database Mirroring The Basics New with SQL 2005; improved with SQL 2008 Resembles an automated version of Log-Shipping But transactions go continuously to DB, not via series of backup/restore jobs Two SQL servers: Active / Passive Principal + Mirror roles, in MS terminology + optional Witness (if doing auto-failover) Witness can be SQL Express; it s not serving any DB Super-simple to set up 17

18 18 SQL HA/DR with Mirroring

19 DB-Mirroring Characteristics Very simple to set up (too simple?) Licensing = 2 x Win + 1 x SQL (EE for some options) Maintains replicated copy of the data Protects individual DB(s), not whole SQL instance Limited on # of DB s simultaneously mirrored Two SQL instances to deal with Automatic fail-over, and VERY fast 2 nd server already running, w/ fully-sync ed DB [cont d] 19

20 DB-Mirroring Characteristics [cont d] Clients need special connection to find active node SNAC SQL Native Access Client Some assembly required by DBA, at least for auto failover To sync objects between servers Data replication portion is very automatic Can t access secondary, except via snapshots Simple Windows admin; some DBA complexity Best for HA; possible use for DR 20

21 Database Mirroring Two Options Synchronous vs. Async = * High Safety vs. High Performance = Standard vs. Enterprise * or High Availability with witness server 21

22 HA/DR Approach # 4 TRANSACTIONAL REPLICATION 22

23 Transactional Replication The Basics Multiple varieties of SQL replication exist: Transactional can be used for a near-real-time DB replica Somewhat similar to log-shipping, except: Data flows directly to DB; not thru backup / restore THE BIGGIE: Replica DB is accessible by others Requires special characteristics in the DB 23

24 Transactional Replication Characteristics Licensing = 2 x Win + TWO x SQL Replicated copy of the data; can access 2 nd copy Protects individual DB(s), not whole SQL instance Replicates only data in tables, not other objects Not great for fail-over; certainly not auto Sometimes combined with other HA or DR methods; Allows usage of dup hardware for reporting Definitely need SQL DBA skills (requires pri. keys) 24

25 HA/DR Approach # 5 3 rd -PARTY SQL HA/DR TOOLS 25

26 3 rd -Party SQL HA/DR Tools The Basics Two servers, running proprietary software agents (source + target) Software maintains a replica of data onto second server, and provides failover capability when primary goes down Secondary server assumes identity of primary during fail-over IP address, server name, etc. Has additional possibilities, such as many-to-one coverage, geo-clustering 26

27 3 rd -Party SQL HA/DR Tools Characteristics Licensing = 2 x Win + 1 SQL + software license Replicated copy of the data Protects entire SQL instance, not individual DB(s) Single SQL instance running No client-side issues Automatic fail-over (starts up SQL on 2 nd server); Have seen messy fail-back situations Moderate Windows sys-admin skills; simple for DBA; some add l knowledge for 3 rd -party solution Adds additional complexity 27

28 HA/DR Approach # 6 SQL HA/DR BASED ON VIRTUALIZATION 28

29 SQL HA/DR with Virtualization The Basics Can run any of preceeding SQL HA/DR options in virtualized form Virtualization vendors offer HA / cluster solutions that protect any type of server SQL Server A running as guest on server-1; Server-1 fails, so server-2 picks up disks from SQL Server A and boots it up (Assumes shared storage) Also possible with replicated disk, e.g. at D/R site 29

30 Virtualization HA/DR Characteristics Licensing = ONE x Win + 1 SQL + maybe software Data may or may not be replicated, depending on chosen approach Protects entire SQL instance, not individual DB(s) Single SQL instance running at one time No client-side issues Automatic fail-over, and decent re-connect time Server reboot time Simple Windows sys-admin skills; simple for DBA; some additional knowledge for virtualization and storage 30

31 SQL HA/DR Approaches SUMMARIZING / COMPARING OPTIONS 31

32 What trade-offs need to be considered? It all depends Which costs are most important: Hardware, Licensing of Windows / SQL / software, Initial setup, On-going maint, Skill sets, Downtime Safety of data: Replicated copy or single copy? Requirements for continuous availability Is replicated data good enough? How fast failover needed? Complexity: Per-DB or whole instance, Reconnect method, How many clients 32

33 Comparing SQL HA/DR Options MSCS Log-Ship DB Mirror Tran.Repl. 3 rd -Party Virtual Replicated data? N Y Y Y Y Y/N Licensing Protect DB / Instance 1 SQL 2 WinEE 1 SQL 2 Win 1 SQL 2 Win 2 SQL 2 Win 1 SQL 2 Win + 1 SQL 1 Win Instance DB DB DB Instance Instance # of SQL Servers Failover Time Minute: Start SQL Minutes to switch Seconds Usually Manual Minute: Start SQL Minutes: Reboot Client Re-connect Easy Messy Easy * Messy Easy Easy Windows Admin Skills Some extra Easy Easy Easy Some extra DBA Admin Skills Easy Complex Moderate Complex Easy Easy Usage Recomm. Solid HA Good for WAN D/R Fast! Simple Good for reporting Not any more Easy Easy HA 33

34 Recommendations for various scenarios Continuous availability DB mirroring -very fast fail-over MS F-O clustering -perhaps with SAN replication Virtualization HA cluster -very simple Replicated data for warm stand-by, e.g. off-site DB mirroring -simple setup (but EE license) Log shipping -some assembly required Transactional replication -if want reporting copy SAN replication Hybrids, especially with reporting 34

35 SQL Denali AlwaysOn Availability Groups Clustering AND Mirroring, wrapped together Can still do traditional clustering & mirroring (at least for now), but why would you? Fixes clustering issues: Single-site; Shared storage; Single copy of database Fixes mirroring issues: Multiple DB s together; Able to access 2 nd copy; > 1 replica Can use for both HA and DR 35

36 SQL Denali Availability Groups A set of DB s that failover together Can have multiple FO targets (mult. secondary replicas --up to 4 --vs. current 1 mirror) Secondary replicas can allow read access: Backups, reporting Can be async-commit or sync-commit (or both, if > 1 replica) Good tools Fast failover, with flexible FO policies 36

37 SQL Denali HA / DR My biggest fear: Licensing Which features will be available in which SKU s / Editions? Keep in mind: Not all of current mirroring functionality is available in Standard Edition Licensing for 2 nd system is sure to be required if it s not just active/passive -- and that s fair My opinion: If you can afford Enterprise, then AlwaysOn Availability Groups will be the way to achieve HA and DR If you can t afford it, or can t wait, then traditional HA/DR tools are required 37

38 SQL HA & DR Options Questions? -Tim Plas, Virteva

SQL Server Virtualization 201

SQL Server Virtualization 201 Virtualization 201 Management and Risk Mitigation PASS Virtualization Virtual Chapter 2014.05.15 About David Klee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas

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

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

Swiss IT Pro SQL Server 2005 High Availability Options Agenda: - Availability Options/Comparison - High Availability Demo 08 August :45-20:00

Swiss IT Pro SQL Server 2005 High Availability Options Agenda: - Availability Options/Comparison - High Availability Demo 08 August :45-20:00 Swiss IT Pro Agenda: SQL Server 2005 High Availability Options - Availability Options/Comparison - High Availability Demo 08 August 2006 17:45-20:00 SQL Server 2005 High Availability Options Charley Hanania

More information

SQL Server 2012 virtually out, Microsoft talks features, licensing

SQL Server 2012 virtually out, Microsoft talks features, licensing SQL Server 2012 virtually out, Microsoft talks features, licensing If you had to pick one or two features that are most important in SQL Server 2012, what are they and why? Mark Kromer: If I had to pick

More information

SQL Server Databases in the Clouds

SQL Server Databases in the Clouds SQL Server Databases in the Clouds SQL SATURDAY # 787 TIM PLAS AUG 18, 2018 TPLAS@CLOUDNET.COM @TJPLAS Virteva, Inc. 2015 Virteva, Inc. 2015 The presenter Tim Plas Principal Consultant at Virteva (Mpls)

More information

Microsoft SQL Server

Microsoft SQL Server Microsoft SQL Server Abstract This white paper outlines the best practices for Microsoft SQL Server Failover Cluster Instance data protection with Cohesity DataPlatform. December 2017 Table of Contents

More information

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA

New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System. Ayad Shammout Lead Technical DBA New England Data Camp v2.0 It is all about the data! Caregroup Healthcare System Ayad Shammout Lead Technical DBA ashammou@caregroup.harvard.edu About Caregroup SQL Server Database Mirroring Selected SQL

More information

Microsoft SQL AlwaysOn and High Availability

Microsoft SQL AlwaysOn and High Availability Microsoft SQL AlwaysOn and High Availability 55153; 2 Days, Instructor-led Course Description This two-day instructor-led course is designed for database administrators to familiarize them with the concepts

More information

Microsoft SQL AlwaysOn and High Availability

Microsoft SQL AlwaysOn and High Availability Course 55153A: Microsoft SQL AlwaysOn and High Availability Course details Course Outline Module 1: Course Overview This module explains how the class will be structured and introduces course materials

More information

Floating on a Hybrid Cloud: SQL Server 2014 & Microsoft Azure Timothy P. McAliley Microsoft Premier Field Engineer SQL Server May 8, 2014

Floating on a Hybrid Cloud: SQL Server 2014 & Microsoft Azure Timothy P. McAliley Microsoft Premier Field Engineer SQL Server May 8, 2014 Floating on a Hybrid Cloud: SQL Server 2014 & Microsoft Azure Timothy P. McAliley Microsoft Premier Field Engineer SQL Server May 8, 2014 Agenda 1 Speaker Intro Timothy McAliley 2 Hybrid cloud solutions

More information

Windows Clustering 101

Windows Clustering 101 Windows Clustering 101 Dave Bermingham, Microsoft Clustering MVP, Senior Technical Evangelist, SIOS Technology Corp. Dave Bermingham Microsoft Cluster MVP (2010-current) Founder of www.clusteringformeremortals.com

More information

Are AGs A Good Fit For Your Database? Doug Purnell

Are AGs A Good Fit For Your Database? Doug Purnell Are AGs A Good Fit For Your Database? Doug Purnell About Me DBA for Elon University Co-leader for WinstonSalem BI User Group All things Nikon Photography Bring on the BBQ! Goals Understand HA & DR Types

More information

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI /

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI / Index A Active node, 10 Advanced Encryption Standard (AES), 95 AlwaysOn administration Availability Group (see AlwaysOn Availability Groups) cluster maintenance, 149 Cluster Node Configuration page, 153

More information

How To Make Databases on Linux on System z Highly Available

How To Make Databases on Linux on System z Highly Available How To Make Databases on Linux on System z Highly Available Mike Friesenegger (mikef@suse.com) SUSE Wednesday, August 14, 2013 Session Number 13437 Agenda Clarify the term "Availability" What is High Availability

More information

SQL Server Availability Groups

SQL Server Availability Groups A r c h i t e c t i n g SQL Server Availability Groups Without Losing Your S A N I T Y Edwin Sarmiento Microsoft MVP/Microsoft Certified Master: SQL Server http://www.edwinmsarmiento.com edwin@edwinmsarmiento.com

More information

Arcserve Unified Data Protection Virtualization Solution Brief

Arcserve Unified Data Protection Virtualization Solution Brief Arcserve Unified Data Protection Virtualization Solution Brief Server and desktop virtualization have become very pervasive in most organizations, and not just in the enterprise. Everybody agrees that

More information

Eliminate Idle Redundancy with Oracle Active Data Guard

Eliminate Idle Redundancy with Oracle Active Data Guard Eliminate Idle Redundancy with Oracle Active Data Guard What is Oracle Data Guard Data Protection and Availability for the Oracle Primary Site Standby Site SYNC / ASYNC Primary Data Guard Physical or Logical

More information

SQL Saturday Jacksonville Aug 12, 2017

SQL Saturday Jacksonville Aug 12, 2017 Virtualize FCI and AGs What to know before you decide SQL Saturday Jacksonville Aug 12, 2017 Shawn Meyers Principal Architect (@1DizzyGoose) Sponsors About Me Shawn Meyers @1dizzygoose linkedin.com/in/shawnmeyers42

More information

Ryan Adams Blog - Twitter Thanks to our Gold Sponsors

Ryan Adams Blog -   Twitter  Thanks to our Gold Sponsors Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams Email ryan@ryanjadams.com Thanks to our Gold Sponsors Discover the AlwaysOn Feature Set AlwaysOn Failover Cluster Instances AlwaysOn Availability

More information

Ryan Adams Blog - Twitter MIRRORING: START TO FINISH

Ryan Adams Blog -  Twitter  MIRRORING: START TO FINISH Ryan Adams Blog - http://ryanjadams.com Twitter - @ryanjadams Email ryan@ryanjadams.com MIRRORING: START TO FINISH Objectives Define Mirroring Describe how mirroring fits into HA and DR Terminology The

More information

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings

SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings SQL Server HA and DR: A Simple Strategy for Realizing Dramatic Cost Savings by Joseph D Antoni Microsoft Data Platform MVP Significant savings in both SQL licensing and SAN TCO. As companies become increasingly

More information

Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide

Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide Cohesity DataPlatform Protecting Individual MS SQL Databases Solution Guide Abstract This solution guide outlines the workflow for creating backups with Microsoft SQL Server databases and Cohesity Data

More information

BC/DR Strategy with VMware

BC/DR Strategy with VMware BC/DR Strategy with VMware VMware vforum, 2014 Andrea Teobaldi Systems Engineer @teob77 2014 VMware Inc. All rights reserved. What s on the agenda? Defining the problem Definitions VMware technologies

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

Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared Storage

Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared Storage International Journal of Experiential Learning & Case Studies 3 : 1 ( June 2018) pp. 09-17 Implementation of Microsoft SQL Server using AlwaysOn for High Availability and Disaster Recovery without Shared

More information

How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger

How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger How To Make Databases on SUSE Linux Enterprise Server Highly Available Mike Friesenegger SUSE Sales Engineer mikef@suse.com Agenda Clarify the term "Availability" What is High Availability Minimize a Database

More information

Transform Availability

Transform Availability Transform Availability EMC Continuous Availability Advisory Services Presenter: 1 Agenda Introduction Why Continuous Availability? Customer Challenges EMC s Approach Service Description Delivery Timeline

More information

High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University

High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University High Availability Without the Cluster (or the SAN) Josh Sekel IT Manager, Faculty of Business Brock University File Services: Embarked on quest; after paying for too many data recoveries, to make saving

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

Microsoft E xchange 2010 on VMware

Microsoft E xchange 2010 on VMware : Microsoft E xchange 2010 on VMware Availability and R ecovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more

More information

EXAM Administering Microsoft SQL Server 2012 Databases. Buy Full Product.

EXAM Administering Microsoft SQL Server 2012 Databases. Buy Full Product. Microsoft EXAM - 70-462 Administering Microsoft SQL Server 2012 Databases Buy Full Product http://www.examskey.com/70-462.html Examskey Microsoft 70-462 exam demo product is here for you to test the quality

More information

Zero Downtime Migrations

Zero Downtime Migrations Zero Downtime Migrations Chris Lawless I Dbvisit Replicate Product Manager Agenda Why migrate? Old vs New method Architecture Considerations on migrating Sample migration Q & A Replication: Two types Physical

More information

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

Transactional Replication New Features for AlwaysOn AG in SQL Henry Weng Premier Field Engineer SQL Server & AI

Transactional Replication New Features for AlwaysOn AG in SQL Henry Weng Premier Field Engineer SQL Server & AI Transactional Replication New Features for AlwaysOn AG in SQL 2017 Henry Weng Premier Field Engineer SQL Server & AI heweng@microsoft.com Topics Covered 300 level Overview - Transactional Replication Overview

More information

High Availability Overview Paper

High Availability Overview Paper High Availability Overview Paper March 2001 Please note: The information contained in this document is intended as a guide to implementing high availability systems. Please keep in mind, however, that

More information

DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability

DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability Duration: 4 Days Course Code: CL492G Overview: Gain a deeper understanding of the advanced recovery features of DB2 9 for Linux, UNIX,

More information

SQL 2016 Always On High Availability

SQL 2016 Always On High Availability SQL 2016 Always On High Availability Duration: 3 Days Course Code: M55246 Version: A Overview: This three-day instructor-led course is designed for database administrators and Windows engineers to familiarize

More information

Accelerate SQL Server 2012 AlwaysOn Availability Groups Deployment on NetApp Storage

Accelerate SQL Server 2012 AlwaysOn Availability Groups Deployment on NetApp Storage Technical Report Accelerate SQL Server 2012 AlwaysOn Availability Groups Deployment on NetApp Storage Pat Sinthusan, NetApp October 2012 TR-4106 TABLE OF CONTENTS 1 Introduction... 4 2 Audience... 4 3

More information

InterSystems High Availability Solutions

InterSystems High Availability Solutions InterSystems High Availability Solutions Version 2018.1.1 2018-08-13 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com InterSystems High Availability Solutions InterSystems

More information

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Microsoft SQL Server 2008 ADMINISTRATION. for ORACLE9 DBAs Microsoft SQL Server" 2008 ADMINISTRATION for ORACLE9 DBAs Contents Acknowledgments *v Introduction xvii Chapter 1 Introduction to the SQL Server Platform 1 SQLServer Editions 2 Premium Editions 3 Core

More information

A Guide to Architecting the Active/Active Data Center

A Guide to Architecting the Active/Active Data Center White Paper A Guide to Architecting the Active/Active Data Center 2015 ScaleArc. All Rights Reserved. White Paper The New Imperative: Architecting the Active/Active Data Center Introduction With the average

More information

Virtualization with Arcserve Unified Data Protection

Virtualization with Arcserve Unified Data Protection Virtualization with Arcserve Unified Data Protection Server and desktop virtualization have become very pervasive in most organizations, and not just in the enterprise. Everybody agrees that server virtualization

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

Virtualization And High Availability. Howard Chow Microsoft MVP

Virtualization And High Availability. Howard Chow Microsoft MVP Virtualization And High Availability Howard Chow Microsoft MVP Session Objectives And Agenda Virtualization and High Availability Types of high availability enabled by virtualization Enabling a highly

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

EMC Data Protection for Microsoft

EMC Data Protection for Microsoft EMC Data Protection for Microsoft Featuring Industry Perspectives from IDC 7 November 2013 Ashish Nadkarni, IDC Research Director, Storage Systems @Ashish_Nadkarni Phil George, EMC Backup Recovery Systems

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

StarWind Virtual SAN Free

StarWind Virtual SAN Free #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Free Value Proposition For virtualization admins, IT geeks, bloggers, students or those who look to build and maintain virtualization infrastructure

More information

Design and implement cloud data platform solutions.

Design and implement cloud data platform solutions. Designing and Implementing Cloud Data Platform Solutions Varighed: 3 Days Kursus Kode: M40441 Beskrivelse: The focus of this three-day instructor-led Microsoft Training course is on designing and implementing

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

Database Mirroring & Snapshots SQL Server 2008

Database Mirroring & Snapshots SQL Server 2008 Database Mirroring & Snapshots DB Architechs, USA 1 DB Architechs, France Agenda SQL Server User Group Database Mirroring Database Mirroring 2005 vs 2008 benchmark Database Snapshots SQL Performance &

More information

Business Continuity and Disaster Recovery. Ed Crowley Ch 12

Business Continuity and Disaster Recovery. Ed Crowley Ch 12 Business Continuity and Disaster Recovery Ed Crowley Ch 12 Topics Disaster Recovery Business Impact Analysis MTBF and MTTR RTO and RPO Redundancy Failover Backup Sites Load Balancing Mirror Sites Disaster

More information

Exploring Options for Virtualized Disaster Recovery

Exploring Options for Virtualized Disaster Recovery Exploring Options for Virtualized Disaster Recovery Ong, Kok Leong Senior Systems Consultant, VMware ASEAN Email: klong@vmware.com Mobile: +60-12-4706070 16 th October 2008 Recovery Time Objective Building

More information

A CommVault White Paper: Business Continuity: Architecture Design Guide

A CommVault White Paper: Business Continuity: Architecture Design Guide A CommVault White Paper: Business Continuity: Architecture Design Guide CommVault Corporate Headquarters 2 Crescent Place Oceanport, New Jersey 07757-0900 USA Telephone: 888.746.3849 or 732.870.4000 2007

More information

Microsoft Azure Windows Server Microsoft System Center

Microsoft Azure Windows Server Microsoft System Center Windows Server Microsoft System Center Microsoft s Disaster Recovery Stack Simplified protection and recovery, built into Windows Server with Windows Server Backup Enhanced through integration with Backup

More information

EBOOK. FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS

EBOOK. FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS INTRODUCTION Traditionally, multi-data center strategies were deployed primarily to address disaster recovery scenarios.

More information

HowTo DR. Josh Berkus PostgreSQL Experts SCALE 2014

HowTo DR. Josh Berkus PostgreSQL Experts SCALE 2014 HowTo DR Josh Berkus PostgreSQL Experts SCALE 2014 Disaster Recovery The process, policies and procedures that are related to preparing for recovery or continuation of technology infrastructure which are

More information

Successfully migrate existing databases to Azure SQL Database. John Sterrett Principal Consultant

Successfully migrate existing databases to Azure SQL Database. John Sterrett Principal Consultant Successfully migrate existing databases to Azure SQL Database John Sterrett Principal Consultant Common Migration failures Plan Test Execute Manage Free Reference Material Videos, Reference Links, Tips,

More information

HowTo DR. Josh Berkus PostgreSQL Experts pgcon 2014

HowTo DR. Josh Berkus PostgreSQL Experts pgcon 2014 HowTo DR Josh Berkus PostgreSQL Experts pgcon 2014 Disaster Recovery The process, policies and procedures that are related to preparing for recovery or continuation of technology infrastructure which are

More information

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing

Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP. Silverton Consulting, Inc. StorInt Briefing Benefits of Multi-Node Scale-out Clusters running NetApp Clustered Data ONTAP Silverton Consulting, Inc. StorInt Briefing BENEFITS OF MULTI- NODE SCALE- OUT CLUSTERS RUNNING NETAPP CDOT PAGE 2 OF 7 Introduction

More information

Virtual protection gets real

Virtual protection gets real Virtual protection gets real How to protect virtual machines from downtime and data loss 5 must-have features for VM backup Businesses virtualize to consolidate resources, reduce costs and increase workforce

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

SQL Server DBA Online Training

SQL Server DBA Online Training SQL Server DBA Online Training Microsoft SQL Server is a relational database management system developed by Microsoft Inc.. As a database, it is a software product whose primary function is to store and

More information

The safer, easier way to help you pass any IT exams. Exam : Administering Microsoft SQL Server 2012 Databases.

The safer, easier way to help you pass any IT exams. Exam : Administering Microsoft SQL Server 2012 Databases. http://www.51- pass.com Exam : 70-462 Title : Administering Microsoft SQL Server 2012 Databases Version : Demo 1 / 5 1. Topic 1, Volume A You administer all the deployments of Microsoft SQL Server 2012

More information

Manually Run The Synchronization Replication Sql Server 2005 Delete

Manually Run The Synchronization Replication Sql Server 2005 Delete Manually Run The Synchronization Replication Sql Server 2005 Delete I've set up a SQL transaction replication between two servers. And now I If an article is dropped after one or more subscriptions is

More information

Virtual Disaster Recovery

Virtual Disaster Recovery The Essentials Series: Managing Workloads in a Virtual Environment Virtual Disaster Recovery sponsored by by Jaime Halscott Vir tual Disaster Recovery... 1 Virtual Versus Physical Disaster Recovery...

More information

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September Leaders Have Vision visionsolutions.com 1

MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September Leaders Have Vision visionsolutions.com 1 MOVING TOWARDS ZERO DOWNTIME FOR WINTEL Caddy Tan 21 September 2010 Leaders Have Vision visionsolutions.com 1 MOVING TOWARDS ZERO DOWNTIME Recovery Point Objective (RPO) How much data can you afford to

More information

TSM Paper Replicating TSM

TSM Paper Replicating TSM TSM Paper Replicating TSM (Primarily to enable faster time to recoverability using an alternative instance) Deon George, 23/02/2015 Index INDEX 2 PREFACE 3 BACKGROUND 3 OBJECTIVE 4 AVAILABLE COPY DATA

More information

Replication Solutions with Open-E Data Storage Server (DSS) April 2009

Replication Solutions with Open-E Data Storage Server (DSS) April 2009 Replication Solutions with Open-E Data Storage Server (DSS) April 2009 Replication Solutions Supported by Open-E DSS Replication Mode s Synchronou Asynchronou us Source/Destination Data Transfer Volume

More information

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware

Enabling Fast Recovery of Your Virtual Environments: NetBackup, Backup Exec & VCS for VMware Enabling Fast Recovery of Your Environments: NetBackup, Backup Exec & VCS for VMware Agenda 1 Symantec and ization 2 NetBackup 6.5 for VMWare 3 Backup Exec & Backup Exec System Recovery for VMWare 4 Veritas

More information

Mehmet.Gonullu@Veeam.com Veeam Portfolio - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable - Storage agnostic High-speed Recovery instant VM recovery

More information

DocAve 6 High Availability

DocAve 6 High Availability DocAve 6 High Availability User Guide Service Pack 10, Cumulative Update 1 Issued April 2018 The Enterprise-Class Management Platform for SharePoint Governance Table of Contents What s New in This Guide...

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5.1 User Guide 302-004-292 REV 01 Copyright 2001-2018 Dell Inc. or its subsidiaries. All rights reserved. Published February 2018 Dell believes the information

More information

SQL Server AlwaysOn setup on ObserveIT environment

SQL Server AlwaysOn setup on ObserveIT environment SQL Server AlwaysOn setup on ObserveIT environment Overview ObserveIT can be easily installed on a SQL Server AlwaysOn environment. The AlwaysOn is part of Microsoft SQL Server Enterprise Edition and should

More information

: Course 55021A : Configuring and Administering Hyper-V in Windows Server 2012

: Course 55021A : Configuring and Administering Hyper-V in Windows Server 2012 Module Title Duration : Course 55021A : Configuring and Administering Hyper-V in Windows Server 2012 : 3 days Course Description This three-day instructor-led course provides students with the knowledge

More information

Dell EMC Avamar for SQL Server

Dell EMC Avamar for SQL Server Dell EMC Avamar for SQL Server Version 7.5 User Guide 302-003-931 REV 01 Copyright 2001-2017 Dell Inc. or its subsidiaries. All rights reserved. Published June 2017 Dell believes the information in this

More information

Patient C SQL Critical Care

Patient C SQL Critical Care Background This patient called us because they had outages lasting for several hours. Big complaints from users. They said 1 hour of downtime would be okay for downtime, but not great. They were using

More information

Red Hat Enterprise Virtualization (RHEV) Backups by SEP

Red Hat Enterprise Virtualization (RHEV) Backups by SEP Red Hat Enterprise Virtualization (RHEV) Backups by SEP info@sepusa.com www.sepusa.com Table of Contents INTRODUCTION AND OVERVIEW AGENT BASED BACKUP IMAGE LEVEL BACKUP VIA RHEV API RHEV BACKUP WITH SEP

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

AlwaysOn Availability Groups: Backups, Restores, and CHECKDB

AlwaysOn Availability Groups: Backups, Restores, and CHECKDB AlwaysOn Availability Groups: Backups, Restores, and CHECKDB www.brentozar.com sp_blitz sp_blitzfirst email newsletter videos SQL Critical Care 2016 Brent Ozar Unlimited. All rights reserved. 1 What I

More information

Most SQL Servers run on-premises. This one runs in the Cloud (too).

Most SQL Servers run on-premises. This one runs in the Cloud (too). Most SQL Servers run on-premises. This one runs in the Cloud (too). About me Murilo Miranda Lead Database Consultant @ Pythian http://www.sqlshack.com/author/murilo-miranda/ http://www.pythian.com/blog/author/murilo/

More information

Defining a Service Level Agreement (SLA)

Defining a Service Level Agreement (SLA) C H A P T E R 1 4 Fault Tolerance bwininteractive Entertainment AG is a company that operates platforms for sports betting, casino games, and games of skill. The sports betting infrastructure supports

More information

Configuring & Administering Hyper-V in Windows Server 2012

Configuring & Administering Hyper-V in Windows Server 2012 Configuring & Administering Hyper-V in Windows Server 2012 Course 55021A - Three days - Instructor-led - Hands-on Introduction This three-day instructor-led course provides students with the knowledge

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 2 AccessAnywhere TM ProtectEverywhere TM Application Availability and Recovery in Distributed Datacenter Environments Horia Constantinescu Sales Territory Manager, EMEA EMC RecoverPoint EMC VPLEX T:

More information

Arcserve Solutions for Amazon Web Services (AWS)

Arcserve Solutions for Amazon Web Services (AWS) Arcserve Solutions for Amazon Web Services (AWS) Introduction The public cloud has become a major factor in all IT decision making due to its endless supply of technical resources at an affordable cost.

More information

AlwaysOn Availability Groups 2016 What is new?

AlwaysOn Availability Groups 2016 What is new? AlwaysOn Availability Groups 2016 What is new? Patrocinadores SQL Server Discovery Day 25/06 http://www.eventbrite.com/e/sql-discovery-day-tickets-25185568714 Murilo Miranda Database Consultant @ Pythian

More information

Vembu v4.0 Vembu ImageBackup

Vembu v4.0 Vembu ImageBackup Vembu extends to Vembu v4.0 Vembusupport ImageBackup Vembu Technologies Experience 100+ Countries 2 Headquartered in Chennai Vembu BDR Suite Vembu BDR Suite is a portfolio of products designed to backup

More information

What to Look for in a DRaaS Solution

What to Look for in a DRaaS Solution What to Look for in a DRaaS Solution Storage Switzerland, LLC GEORGE CRUMP - LEAD ANALYST Introduction Disaster Recovery as a Service (DRaaS) outsources and simplifies the most difficult situations that

More information

BCT9552 VMware Infrastructure 3 Capabilities for Improving Disaster Recovery. Jay Judkowitz Sr. Product Manager, VMware

BCT9552 VMware Infrastructure 3 Capabilities for Improving Disaster Recovery. Jay Judkowitz Sr. Product Manager, VMware BCT9552 VMware Infrastructure 3 Capabilities for Improving Disaster Recovery Jay Judkowitz Sr. Product Manager, VMware Agenda VMware and DR overview Scenarios and deployment options Use cases by deployment

More information

SearchWinIT.com SearchExchange.com SearchSQLServer.com

SearchWinIT.com SearchExchange.com SearchSQLServer.com TechTarget Windows Media SearchWinIT.com SearchExchange.com SearchSQLServer.com SearchEnterpriseDesktop.com SearchWindowsServer.com SearchDomino.com LabMice.net E-Guide Mid-Market Guide to Architecting

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

Maximizing SharePoint Availability Whitepaper v1.1 4/2018

Maximizing SharePoint Availability Whitepaper v1.1 4/2018 Maximizing SharePoint Availability Whitepaper v1.1 4/2018 This technical whitepaper describes how to configure High Availability and Disaster Recovery for SharePoint Server at the Database level, in addition

More information

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S

EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Enterprise Solutions for Microsoft SQL Server 2005 EMC CLARiiON CX3-80 EMC Metropolitan Recovery for SQL Server 2005 Enabled by Replication Manager and MirrorView/S Reference Architecture EMC Global Solutions

More information

SQL AlwaysOn - Skype for Business

SQL AlwaysOn - Skype for Business 2018 SQL AlwaysOn - Skype for Business DINESH SINGH Contents Before Starting... 2 Windows Failover Clustering... 2 IPs Address and DNS... 2 SQL AlwaysOn... 2 Service Accounts... 2 Network Configuration...

More information

SAP Solutions on VMware vsphere : High Availability

SAP Solutions on VMware vsphere : High Availability SAP Solutions on VMware vsphere : High Availability Table of Contents Introduction...1 vsphere Overview...1 VMware Fault Tolerance...1 Background on High Availability for SAP Solutions...2 VMware HA...3

More information

Using Double-Take Software and the Virtual Recovery Appliance

Using Double-Take Software and the Virtual Recovery Appliance Using Double-Take Software and the Virtual Recovery Appliance When considering a BCP (Business Continuity Planning) solution for your application server environment, one product that you should definitely

More information

Real-time Recovery Architecture as a Service by, David Floyer

Real-time Recovery Architecture as a Service by, David Floyer Real-time Recovery Architecture as a Service by, David Floyer September 2nd, 2016 For enterprise executives trying to achieve aggressive RPO and RTO SLAs, Wikibon believes that batch backup appliances

More information

Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication

Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication Datasheet Asigra Cloud Backup Provides Comprehensive Virtual Machine Data Protection Including Replication Virtual Machines (VMs) have become a staple of the modern enterprise data center, but as the usage

More information