3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

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

Transcript of 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Page 1: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

1

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

Page 2: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• This webinar is being recorded and an on-demand version will be available at the same URL at the conclusion of the webinar

• Please submit questions via the button on the upper left of the viewer• If we don’t get to your question during the

webinar, we will follow up with you via email• Download related resources via the

“Attachments” button above the viewing panel• On Twitter? Join the conversation:

@HOSTINGdotcom, @SIOSTech

2

Housekeeping

Page 3: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Joey has over 15 years of experience with a wide variety of data platforms in both Fortune 50 companies as well as smaller organizations

• He is a frequent speaker on database administration, big data, and career management

• He is the co-president of the Philadelphia SQL Server User’s Group

• He wants you to make sure you can restore your data

Joey D’Antoni

Joedantoni.wordpress.com – Blog

Sponsored by SIOS: http://us.sios.com Email:

[email protected]

Page 4: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

4

• Requirements for SQL Server High Availability and Disaster Recovery

• Three Step Strategy for Saving SQL HA and DR Costs

• Saving Licensing Costs• Saving SAN Hardware Costs• Cost Summary

Agenda

Page 5: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Three Requirements for HA and DR:• SQL Server Software HA/DR Features• Replication for DR• Clusters for High Availability

5

SQL Server High Availability and Disaster Recovery

SQL HA & DR

Features

Replication for DR

Clustersfor HA

Protection

Page 6: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Savings

1. Provide HA and DR with SQL Server Standard Edition Licensing

$74,0962. Reduce the Cost of Software Assurance

$35,888

3. Eliminate SAN-based Clusters TCO $735,944

Total $845,928

6

Simple Strategy for Cutting Costs

Page 7: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

VS.SAN-based cluster SIOS #SANLesscluster

• Add SIOS #SANLess Software to a SQL Server WSFC• Host-based, block-level replication synchronizes

local storage in primary and standby servers• Manage replication and recovery at the host OS

level

7

Implementing the Strategy: #SANLess Clusters

Page 8: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Provides HA and DR with SQL Server Standard Edition

• Reduces the Cost of Software Assurance

• Eliminates the Need for SAN Storage

• Adds Configuration Flexibility• Enables Use of High

Performance SSD

Implementing the Strategy: #SANLess Clusters

8

Page 9: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

1. Provide HA and DR with SQL Server Standard Edition Licensing

9

Page 10: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

SQL Server Standard Edition• HA and DR drawbacks• Database Mirroring

• Marked for deprecation in SQL Server 2012

• Labor-intensive manual maintenance

• High Safety Mode • Slows performance on the

primary server• Poorly suited for mirroring

data over long distances or over higher latency connections

Cost Effective Licensing• No significant changes from

2008R2/2012 licensing

• Buy a CAL for each user in your company and then license each server for a nominal fee

• $898 Per Server+$209 per CAL

• High availability included

10

Page 11: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Before SQL Server 2012: License either by sockets, or by server (one CAL per user) $54,000 (list)

11

SQL Enterprise Edition Licensing Costs Have Nearly Doubled

Since SQL Server 2012: License by cores $82,488 (list)

– Costs increase dramatically on larger servers

One SQL Enterprise Edition license for 2 sockets, 6-core processor

Page 12: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

2. Reduce the Cost of Software Assurance

12

Page 13: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Adds up to 25% in Annual Recurring Costs

• Required for:• Cold DR licensing — Create a standby site for DR

without purchasing an additional license• License mobility — Licenses float from one

physical machine to another, needed for VM environments

• License upgrades — Upgrade from SQL Server Standard Edition to Enterprise Edition, without repurchasing the base license

13

Software Assurance

Page 14: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• SQL Server software can be configured so that if one server fails, its processing will be picked up, recovered and continued by another server.

• Beginning with SQL Server 2014, each active server licensed with SA coverage allows the installation of a single passive server used for failover support.

• April 1, 2014 Licensing Document

14

SQL Server High Availability

Page 15: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Licensing Costs

15

Page 16: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• SQL Server Private Cloud (Virtualization)• Use Standard Edition • Consolidate Your SQL Server Instances• Development Environments and MSDN• Development Instances

Large organizations - may be worth licensing developers with MSDN

It can be much cheaper than buying real licenses Or develop under Developer Edition

16

Additional Ways to Reduce Licensing Costs

Page 17: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

3. Eliminate SAN-based Clusters TCO

17

Page 18: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Storage array-based replication is complex and expensive for DR

• WSFC shared storage cannot span multiple sites

• Storage array-based replication can be used for multisite protection – requires identical SANs in primary and recovery site

• Expensive, vendor lock in, may require the purchase of additional software from the SAN vendor

Why Not Use SAN Replication for DR?

18

Page 19: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Storage Costs: SAN vs #SANLess

• 5-Year SAN TCO1

• $387,068 for small SANs • $735,944, for mid-tier storage arrays

• #SANLess Clusters Eliminate specialized SAN labor expenses• Standard server hardware• Low-cost, easy-to-configure, local

storage and WSFC. • Intuitive configuration wizard and

management console

Notes:1 Kaufmann, Aviv, and Mike Leone, “Dell EqualLogic PS Series Storage and TCO Analysis,” Enterprise Strategy Group Lab Report. January 2014. http://en.community.dell.com/techcenter/extras/m/white_papers/20438150/download.aspx

19

Page 20: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Replicate between SAN or #SANLess clusters

• Any combination of physical, virtual, or cloud (public, private, or cloud)

20

#SANLess Clusters Add Flexibility

Page 21: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

• Save more than $800,000 dollars

in license costs and SAN five-year TCO

• Easy, cost-effective alternative to traditional clusters – a software ingredient in WSFC

• Enable far more configuration flexibility than is possible in a SAN-based cluster 21

#SANLess clusters save hundreds of thousands of dollars

Page 22: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

Questions?• @SIOSTech, @HOSTINGdotcom• @Joeydanton• http://us.sios.com/clustersyourway/• Toll Free (US) : 866.381.0108• Main : +1.650.645.7000• Email: [email protected], [email protected]

© 2016 SIOS Technology Corp. All rights reserved. SIOS Technology and SIOS DataKeeper are registered trademarks of SIOS Technology Corp. and/or its affiliates in the US and/or other countries. All other trademarks are the property of their respective owners. 22

Page 23: 3 Cost-Saving Strategies for SQL Deployments that You Didn't Know About

23

Q&AJoey D’Antoni | Microsoft MVP and Professional Services ConsultantMichael McCracken| Director of Professional Services, HOSTING

For more information about SIOS DataKeeper by HOSTING, please contact our team at 888.894.4678.