SlideShare a Scribd company logo
1 of 54
Download to read offline
Welcome to the Licensing
Nightmare
Tobiasz Janusz Koprowski
Sponsors
SELECT {BIO}
   Polish SQL Server User Group Leader
   Microsoft Certified Trainer
   MCP, MCSA, MLSS, MLSBS, MCTS, MCITP, MCT
   SQL Server MVP from 2010
   Friends of RedGate PLUS
   PASS SQL Azure Virtual Chapter Co-Founder
   Blogger, Influencer, Technical Writer
   Last 7 years (living) in Data Center in Wrocław
   Generally about 12 years in IT/banking area
   GITCA Technical Lead & Vice-Chair EMEA Board
   Speaker at SQL Server Community Launch, Time for SharePoint,
    CodeCamps, SharePoint Community Launch, CISSP Day, InfoTRAMS,
    SQLSaturday, SQLBits, CarreerCon,
   Autor of few articles on TechNet (PL) and WSS.pl portal
   Deep Dives Co-Author:
    High availability of SQL Server in the context
    of Service Level Agreements (Chapter 18th)
   Working for MS Subject Matter Expert and MS Terminology
    community (Windows 7, 8 & Visualstudio 2010,2011
SESSION AGENDA


   Introduction
     Licensing Models (Server, CAL, Processor), Licensing Programs
   SQL Server 2008
     Editions, Multiplexing, Passive Servers - HA solution, Multiprocessing,
     Virtualization, Licensing of business solutions, SQL Server Client Access
     Licenses CAL
   SQL Server 2012
     Editions, Licensing Model, Core-Based again
   Responsibility
     5 Dollars (not 5 cents)
   Summary
   Links
   Q&A
INTRODUCTION
INTRODUCTION | LICENSING MODELS - Licensing per
Server & Client /Device
SQL Server 2008 can be purchased as a server license (for Workgroup editions, Standard and
Enterprise), in conjunction with CALs on a device or user. This licensing mode is designed for
customers who do not use SQL Server in scenarios that require public access to the Internet.

Server license (for Workgroup editions, Standard and Enterprise)is required for each operating
system under the control of which you are running a particular edition of SQL Server or any of its
components (for example, Analysis Services).

CAL per device. This license is required for each device (for example a personal computer,
workstation, terminal, PDA, cell phone, etc.) to access or use the services or functionality of Microsoft
SQL Server.

CAL per user. CAL SQL Server for the user is required to provide users(employees, customers,
partners, etc.) to access Microsoft SQL Server or use of its services or features. Model license for the
server plus user CAL will generally cheaper solution, if one user is using multiple devices (for example,
a user with a desktop computer, laptop, PDA, etc.).

CAL is not a program - it is a legal document granting a device or user the right to access the server.
A single license per device CAL grants the right of access from one device to multiple servers (Version
CAL must comply with the latest version of the software installed on the servers). A single license per
user CAL gives one user access rights to multiple servers.
INTRODUCTION | LICENSING MODELS - Licensing
per Server & Client/Device | RESTRICTIONS


 CALfor SQL Server x32/x64
 CAL for SQL Server 2008 & 2008 R2
 CAL for Workgroup
INTRODUCTION | LICENSING MODELS


SQL Server 2008 is available in three licensing models:
Server plus device client access license (CAL).
   Requires a license for the computer running the Microsoft server product,
   as well as CALs for each client device.
Server plus user client access license (CAL).
     Requires a license for the computer running the Microsoft server product,
                             as well as CALs for each user.
Processor license.
   Requires a single license for each CPU in the operating system environment
   running SQL Server. This license includes unlimited client device access.
INTRODUCTION | Microsoft Licensing Programs
SQL SERVER 2008 (R2)
SQL SERVER 2008 (R2) | VERSIONS & LICENSING
MODELS
SQL SERVER 2008 (R2) | VERSIONS & LICENSING
PROGRAMS

              EA   EAP   SELE   OPEN   FPP   OEM SPLA ISVR
                          CT
STANDARD      X     X     X      X     X      X    X   X
ENTERPRISE    X     X     X      X     X           X   X
DATACENTER    X     X     X      X     X           X   X
WEB           X           X      X                 X
PARARELL WH                                   X
WORKGROUP     X           X      X     X      X    X   X
DEVELOPER                 X      X     X
SQL SERVER 2008 (R2) | MULTIPLEXING part one


Sometimes organizations develop network scenarios that use various
forms of hardware and/or software that reduce the number of devices
or users that directly access or use the software on a particular server,
often called multiplexing or pooling hardware or software.

Use of such multiplexing or pooling hardware and/or software does
not reduce the number of CALs required to access or use SQL Server
software. A CAL is required for each distinct device or user that is
connected to the multiplexing or pooling software or hardware front
end.
SQL SERVER 2008 (R2) | MULTIPLEXING part one and
 half




Multiplexing. Users / devices that access a SQL server
indirectly require a CAL
SQL SERVER 2008 (R2) | MULTIPLEXING part two


This is true no matter how many tiers of hardware or software exist between the
SQL Server and the client devices that ultimately use its data, services or
functionality. An exception to this includes the manual transfer of data from
employee to employee.

For example, if an employee sends an Excel version of a report to another
employee, the receiving employee does not require a CAL (as long as the report
does not access a SQL Server in some way). An additional exception is
communication exclusively between SQL servers.
SQL SERVER 2008 (R2) | MULTIPLEXING part two and
 half

                            Without Multiplexing
                                                                                  No CAL
                                                                                  required

                                                    User 1    Manually   User 2
       Windows Server                                CAL      forward
                                                   required    email




         SQL Server          With Multiplexing



                                                                                  No CAL
                                                                                  required

                                                    User 3    Manually
                                                              forward    User 4
                                    Pooling          CAL
                                                   required    email
                                   hardware
                                  or software

 Multiplexing. Manual transfers of reports, that
subsequently don’t access a SQL Server don’t require CALs.
SQL SERVER 2008 (R2) | PASSIVE / ACTIVE / HA part one

 Database mirroring          is a SQL Server 2008 technology for increasing database
  availability. Database mirroring transfers transaction log records directly from one
  server to another and can quickly failover to the standby server.
 Failover clustering.       Failover clustering is a process in which the operating
  system and SQL Server 2008 work together to provide availability in the event of an
  application failure, hardware failure, or operating-system error. Failover clustering
  provides hardware redundancy through a configuration in which mission-critical
  resources are transferred from a failing machine to an equally configured server
  automatically.
 Backup Log-Shipping.             Log-shipping increases a SQL Server database's
  availability by automatically copying and restoring the database's transaction logs to
  another database on a standby server. Because the standby database receives all
  changes to the original database, it's an exact duplicate of the original database—out
  of date only by the delay in the copy-and-load process. You then have the ability to
  make the standby server a new primary server if the original primary server becomes
  unavailable. When the original primary server becomes available again, you can make
  it a new standby server—effectively reversing the servers' roles.
SQL SERVER 2008 (R2) | PASSIVE / ACTIVE / HA
part two
   A passive server does not need a license, provided that the number of
    processors in the passive server is equal or less than those of the active
    server. The passive server can take the duties of the active server for 30 days.
    Afterward, it must be licensed accordingly.
   A passive server does not need a license, provided that the number of
    processors in the passive server is equal or less than those of the active
    server. The passive server can take the duties of the active server for 30 days.
    Afterward, it must be licensed accordingly.
   Database Mirroring and Failover Clustering are available for Standard and
    Enterprise editions..
SQL SERVER 2008 (R2) | MULTIPROCESING
   Multicore processors, which consist of multiple processing execution units
    or “cores” on one chip (socket), are seen as a promising way to boost
    computing power.
   Microsoft has been driving thought leadership in this area by charging the
    same amount per processor, regardless of how many cores are in the
    processor.
      In contrast, Oracle asks customers to multiply each “core” by different factors
       depending on processor type.
      IBM has a dual policy where customers with x86 platforms are charged per
       processor and customers on IBM’s POWER5-based systems are charged per
       core.




                 Single Core       Dual Core        Four Core
                 Processor         Processor        Processor
SQL SERVER 2008 (R2) | VIRTUALIZATION / per
SERVER + CAL part one

   Workgroup and Standard editions now allow you to run any number of
    instances of the server software in one physical or virtual operating
    system environment on the licensed server at a time. Previously, only the
    Enterprise edition of the Server license allowed multi-instancing. This is a
    great incentive for customers to adopt the Server/CAL model.

   For Enterprise edition, for each server to which you assign a software
    license, you may run, at any one time, any number of instances of the
    server software in one physical and any number of virtual operating system
    environments on that server.
SQL SERVER 2008 (R2) | VIRTUALIZATION / per
  SERVER + CAL part two


       SQL             SQL                  SQL        SQL



       WS              WS                    WS         WS



                        WS/ Virtualization layer



                                Server



 This example shows the extra option available with the enterprise edition only.
Required license using additional rights for EE : 1 SQL Server License. Required licenses
for all other workgroup and standard:4 SQL Server licenses
SQL SERVER 2008 (R2) | VIRTUALIZATION / per
PROCESSOR part one
   With Workgroup, Web, and Standard editions, for each server to which
    you have assigned the required number of per processor licenses, you may
    run, at any one time, any number of instances of the server software in
    physical and virtual operating system environments on the licensed
    server. However, the total number of physical and virtual processors used
    by those operating system environments cannot exceed the number of
    software licenses assigned to that server

   For Enterprise edition there is an added option: if all physical processors in
    a machine have been licensed, then you may run unlimited instances of
    SQL server 2008 in one physical and an unlimited number of virtual
    operating environments on that same machine.
SQL SERVER 2008 (R2) | VIRTUALIZATION / per
PROCESSOR part two


      SQL               SQL                    SQL      SQL            SQL




       WS               WS                      WS      WS             WS


      Proc 1            Proc 2                 Proc 3         Proc 4



                          WS/ Virtualization layer


                                  Server


This example shows the extra option available with the enterprise edition only. Number
of proc licenses required for EE : 4 SQL Processor Licenses. Number of proc licenses
required for Standard, Workgroup: 5 SQL Processor licenses
SQL SERVER 2012 | VIRTUALIZATION / per
PROCESSOR part one

   With Workgroup, Web, and Standard editions, for each server to which
    you have assigned the required number of per processor licenses, you may
    run, at any one time, any number of instances of the server software in
    physical and virtual operating system environments on the licensed
    server. However, the total number of physical and virtual processors used
    by those operating system environments cannot exceed the number of
    software licenses assigned to that server

   For Enterprise edition there is an added option: if all physical processors in
    a machine have been licensed, then you may run unlimited instances of
    SQL server 2008 in one physical and an unlimited number of virtual
    operating environments on that same machine.
SQL SERVER 2008 (R2) | BUSINESS SOLUTIONS
   What are the Business Solutions in SQL Server 2008 (R2)?
      Analysis Services
      Reporting services
      Integration services
   You have two choice:
      USE ON SAME SERVER EVERYTHING
      USE ON DIFFERENT SERVERS YOU Business Solutions


                                                Case One – everything on the same
                                                server = 1 license

                                                Case Two – everything on different
                                                servers = 3 licenses
SQL SERVER 2012
SQL SERVER 2012 | LICENSED EDITIONS


SQL Server 2012 has been released in 3 main editions:
 Enterprise for mission critical applications and large scale data warehousing
 Business Intelligence, a new product edition, providing premium corporate
  and self-service BI
 Standard for basic database, reporting and analytics capabilities

And what with the other editions?
 available in Developer, Express and Compact editions.
 Web Edition will be offered in a SPLA model only.
 Datacenter Edition is retired with all capabilities now available in Enterprise.
 Workgroup and Small business Editions are also retired.
SQL SERVER 2012 | LICENSING MODEL part one


SQL Server 2012 will continue to offer two licensing options – one based on
computing power, and one based on users or devices.

   Enterprise Edition (EE) will be licensed based on compute capacity
    measured in cores
   Business Intelligence (BI) Edition will be available in the Server + CAL
    model, based on users or devices
   Standard Edition (SE) offers both licensing models to address basic
    database workloads
SQL SERVER 2012 | LICENSING MODEL part two

                                                                Licensing Options   Pricing**

      SQL Server 2012 Editions           Description            Server
                                                                       Core Based   Open NL (US$)
                                                                + CAL



                                         High end datacenter,
                 Enterprise              data warehousing                          $6,874 per Core
                                         and BI capabilities

      Main
      Editions                           Enterprise BI and                          $8,592 per
                 Business Intelligence                          
                                         High Scale Analytics                       Server*

                                                                                    $1,793 per Core,
                                         Basic database and
                 Standard                                                         or $898 per
                                         BI capabilities
                                                                                    Server*


                                         Access to SQL
                 Client Access
                                         Server databases                           $209 per CAL
                 License (CAL)
                                         licensed per server
SQL SERVER 2012 | LICENSING MODEL part three


Server and Client Access License (CAL) Licensing

   The Business Intelligence and Standard Editions will be available under
    the Server and Client Access License (CAL) model.
   This licensing model can be used when the number of users can be readily
    counted (e.g., internal database applications).
   To access a licensed SQL Server, each user must have a SQL Server CAL that
    is the same version or newer (for example, to access a SQL Server 2008 SE
    server, a user would need a SQL Server 2008 or 2012 CAL).
   Each SQL Server CAL can provide access to multiple licensed SQL Servers,
    including the new Business Intelligence Edition as well as Standard Edition
    Servers and legacy Enterprise Edition Servers.
   The SQL Server 2012 CAL price will increase by about 27%.
SQL SERVER 2012 | LICENSING MODEL part four


Core-Based Licensing
 The Enterprise Edition and Standard Edition of SQL Server 2012 will
  both be available under core-based licensing. Core-based licenses will
  be sold in two-core packs.
 To license a physical server, you must license all the cores in the server
  with a minimum of 4 core licenses required for each physical processor
  in the server.
 Core licenses will be priced at ¼ the cost of a SQL Server 2008 R2
  (EE/SE) processor license.
 AMD systems have different requirements; see SQL Server 2012 Quick
  Reference Guide.
SQL SERVER 2012 | LICENSING MODEL part five
SQL SERVER 2012 | Virtualization Licensing - Cloud
Optimized
ALWAYSON

Always On the Unknown Path to Licensing Virtual Environment
 To license a VM with core licenses, purchase a core license for each virtual
   core (virtual thread) allocated to the virtual machine (minimum of 4 core
   licenses per VM).

   To license a single VM with a server license (for Business Intelligence or
    Standard only), buy the server license and buy matching SQL Server CALs
    for each user.

   Each licensed VM covered with Software Assurance (SA) can be moved
    frequently within a server farm or to a third party hoster or cloud services
    provider without buying additional SQL Server licenses
SQL SERVER 2012 | Virtualization Licensing – High
Density part one
MAXIMUM VIRTUALIZATION

   You can by fully licensing the server (or server farm) with Enterprise Edition
    core licenses and Software Assurance based on the total number of physical
    cores on the servers. SA then enables the ability to run an unlimited
    number of virtual machines to handle dynamic workloads and fully utilize
    the hardware’s computing power.

   You can’t license for unlimited virtualization with SQL Server 2008 R2 EE
    Server + CAL. This was only a temporary use right grant with SA.
SQL SERVER 2012 | Virtualization Licensing – High
Density part two
SQL SERVER 2012 | Transition to New Licensing Model
part one

Enterprise Edition Server + CAL Licensing
 New server licenses for SSEE (Server+Cal) model will only be available for
   purchase through June 30th, 2012,
        EA/EAP customers that buy SQL Enterprise Edition Servers will have until their next EA/EAP renewal
         after June 30th, 2012 to purchase additional server licenses to complete currently planned projects.
         After that, all new SQL Server Enterprise Edition deployments must be purchased per core.
   All existing SSEE (Server+CAL) model with SA current when SQL Server 2012
    launches can be upgraded to SQL Server 2012 at no additional cost, and SA
    can be maintained (server+cal) to provide access to future updates.
        These Legacy Enterprise Edition Servers remain licensed under the Server + CAL model and require
         the appropriate version of the SQL Server CAL for users or devices.
   Legacy SSEE licensed in (Server+CAL) deployments will be subject to a 20 core
    per server license maximum. This core maximum applies both to new server
    licenses and to prior version server licenses upgraded to 2012 with SA.
        If you purchased SQL Server 2008 R2 Enterprise Edition in the Server + CAL model with Software
         Assurance and at the launch of SQL Server 2012 are running on a server with > 20 physical cores,
         contact your Microsoft representative for help transitioning to the new licensing model.
SQL SERVER 2012 | Transition to New Licensing Model
part two

SQL Server Processor licenses under SA
 You have rights to upgrade to SQL Server 2012 at no additional cost. At the
   subsequent renewal, You have the opportunity to renew into core licenses.
 Enterprise and Standard processor licenses under SA are valued at a minimum
   of 4 core
 Datacenter processor licenses are valued at a minimum of 8 core
 At the end of the current agreement term, customers should do a self-inventory
   of systems currently running SQL Server, documenting the number of cores in
   each processor in use with a SQL Server processor license covered with Software
   Assurance.
       This will enable customers to receive the appropriate SQL Server 2012 use rights moving forward
        and will determine the core license exchange eligibility at renewal.
       Customers should do this self-inventory using the Microsoft Assessment and Planning (MAP) Toolkit
        or other inventory tools and processes to accurately archive a time/date stamped inventory of
        hardware tied to SQL Server installations.
       If customers do not perform the self-inventory, they will receive a value of 4 core licenses for each
        Standard and Enterprise Edition processor and 8 EE core licenses per Datacenter Edition processor.
SQL SERVER 2012 | Transition to New Licensing Model
part three
SQL SERVER 2012 | Core-Based summary
SQL SERVER 2012 | Core-Based summary
SQL SERVER 2012 | Transition Sumary
SQL SERVER 2012 | LICENSING vs HIGH AVAILABILITY
part one
SQL SERVER 2012 | LICENSING vs HIGH AVAILABILITY
part two
SQL SERVER 2012 | PowerPivot is fantastic stuff…
RESPONSIBILITY | if you use a software

EXTRACT from:
Microsoft SQL Server 2008 Standard Edition End User License Agreement

   18. NOT FAULT TOLERANT.      THE SOFTWARE IS NOT FAULT TOLERANT.       LICENSOR HAS
    INDEPENDENTLY DETERMINED HOW TO USE THE SOFTWARE IN THE INTEGRATED SOFTWARE
    APPLICATION OR SUITE OF APPLICATIONS THAT IT IS LICENSING TO YOU, AND MICROSOFT HAS
    RELIED ON LICENSOR TO CONDUCT SUFFICIENT TESTING TO DETERMINE THAT THE SOFTWARE IS
    SUITABLE FOR SUCH USE.
   19. NO WARRANTIES BY MICROSOFT.       YOU AGREE THAT IF YOU HAVE RECEIVED ANY
    WARRANTIES WITH REGARD TO EITHER (A) THE SOFTWARE, OR (B) THE SOFTWARE APPLICATION
    OR SUITE OF APPLICATIONS WITH WHICH YOU ACQUIRED THE SOFTWARE, THEN THOSE
    WARRANTIES ARE PROVIDED SOLELY BY THE LICENSOR AND DO NOT ORIGINATE FROM, AND ARE
    NOT BINDING ON, MICROSOFT.
   20. NO LIABILITY OF MICROSOFT FOR CERTAIN DAMAGES. TO THE MAXIMUM EXTENT
    PERMITTED BY APPLICABLE LAW, MICROSOFT SHALL HAVE NO LIABILITY FOR ANY INDIRECT,
    SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES ARISING FROM OR IN CONNECTION WITH
    THE USE OR PERFORMANCE OF THE SOFTWARE OR THE SOFTWARE APPLICATION OR SUITE OF
    APPLICATIONS WITH WHICH YOU ACQUIRED THE SOFTWARE, INCLUDING WITHOUT LIMITATION,
    PENALTIES IMPOSED BY GOVERNMENT. THIS LIMITATION WILL APPLY EVEN IF ANY REMEDY
    FAILS OF ITS ESSENTIAL PURPOSE.
   IN NO EVENT SHALL MICROSOFT BE LIABLE FOR ANY AMOUNT IN EXCESS OF TWO
    HUNDRED FIFTY U.S. DOLLARS (US$250.00).
LINKS | Licensing Knowledge Base for MSPartner
SUMMARY
LICENSING ASPECTS SUMMARY

Read Documentation
Read User Rights / EULA / PUR / SPUR
Check changes regullary

ASK MICROSOFT;
 BETTER VIA MAIL THAN PHONE
 BETTER MINIMUM TWO ADVISORS

 REMEMBER (based on my experience):
        1+2=3

    Any 1 question for 2 advisors back in 3 answers
ATE | Ask The licensing Experts

   ·     Insight
   Daniel Verma Daniel.Verma@uk.insight.com

   ·    Softcat
   Damian Wakefield DamianWa@softcat.com

   ·    Bytes
   Rob Luppi rob.luppi@bytes.co.uk

   ·      Comparex
   Will Allmey William.Allmey@comparex.co.uk
   Sarah Agate Sarah.Agate@comparex.co.uk

   ·     Hewlett Packard
   Phil Duncan Phil.Duncan@hp.com

   ·     SoftwareOne
   Kathy Jones Kathy.Jones@softwareone.com
LINKS | licensing

Microsoft Licensing Portal
https://partner.microsoft.com/UK/licensing
SQL Server 2012 Licensing
http://www.microsoft.com/sqlserver/en/us/get-sql-server/licensing.aspx
Microsoft Volume Licensing Portal
http://www.microsoft.com/licensing/
Microsoft Licensing Acreditation (only for license nerds)
https://partner.microsoft.com/UK/licensing/licensingtraining
 Get Licensing Ready | The level 50 to 300 curriculum covers tracks for small and
    medium businesses (SMBs) and large organisations - and provides self-service
    online tutorials, data sheets and assessments.
 Licensing Bootcamps | Join Microsoft and our Authorised Distributors for
    classroom Licensing training, following our licensing curriculum.
SharePoint: Determining Your Licensing Needs
http://sharepoint.microsoft.com/en-us/buy/Pages/Licensing-Details.aspx
LINKS | user / provider rights

Microsoft Product Use Rights (PUR)
http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&Do
cumentTypeId=1
Microsoft Services Provider Use Rights (SPUR)
http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&Do
cumentTypeId=2
Microsoft End-User License Agreement (EULA)
* long address: www.google.co.uk/url?sa=t&rct=j&q=microsoft
eula&source=web&cd=2&ved=0CG4QFjAB&url=http%3A%2F%2Fdownload.mi
crosoft.com%2Fdocuments%2Fuseterms%2Fwindows%2520xp%2520sp2_profe
ssional_english_29e61d64-43e3-4ca3-b201-fe0c62507034.pdf&ei=WS2qT-
jjIcX-4QSw9fWpCQ&usg=AFQjCNH0jbItSRHv9l-HrNzyPFM2KOW3WQ
* short address: http://bit.ly/JdPvAi (thank You Bit.Ly !)
General End-User License Agreement (EULA)
WikiPedia http://en.wikipedia.org/wiki/End-user_license_agreement
AFTER SESSION {next contact}
 MAIL: KoprowskiT@windowslive.com
 MSG: KoprowskiT@windowslive.com
 SKYPE: tjkoprowski
 TWITTER @KoprowskiT

   SlideShare (post-sessions): http://www.slideshare.net/Anorak

    BLOGS:
   ITPRO Anorak’s Vision: http://itblogs.pl/notbeautifulanymore/ [PL/EN]
   Volume Licensing Specialites: http://koprowskit.eu/licensing/ [PL/EN]
   My MVP Blog: http://koprowskit.eu/geek/ [PL/EN/ES]
PLEASE RATE MY SESSION

THANK YOU
Sponsors

More Related Content

What's hot

IBM websphere application server types of profiles
IBM websphere application server types of profilesIBM websphere application server types of profiles
IBM websphere application server types of profilesKuldeep Saxena
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveLinh Nguyen
 
IBM Websphere concepts
IBM Websphere conceptsIBM Websphere concepts
IBM Websphere conceptsKuldeep Saxena
 
WebSphere 6.1 Admin Course 1
WebSphere 6.1 Admin Course 1WebSphere 6.1 Admin Course 1
WebSphere 6.1 Admin Course 1odedns
 
SQL Server 2005 Licensing Unplugged
SQL Server 2005 Licensing UnpluggedSQL Server 2005 Licensing Unplugged
SQL Server 2005 Licensing Unpluggedwebhostingguy
 
java database connection (jdbc)
java database connection (jdbc)java database connection (jdbc)
java database connection (jdbc)Sanjay Gunjal
 
6232 b 01
6232 b 016232 b 01
6232 b 01stamal
 
R12.2.5 new features
R12.2.5 new featuresR12.2.5 new features
R12.2.5 new featuresTahirGhafoor
 
WebSphere 6.1 admin Course 2
WebSphere 6.1 admin Course 2WebSphere 6.1 admin Course 2
WebSphere 6.1 admin Course 2odedns
 
Websphere interview Questions
Websphere interview QuestionsWebsphere interview Questions
Websphere interview Questionsgummadi1
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsSrinivasa Pavan Marti
 
Always on in SQL Server 2012
Always on in SQL Server 2012Always on in SQL Server 2012
Always on in SQL Server 2012Fadi Abdulwahab
 
Sql Server 2012 overview and licensing
Sql Server 2012 overview and licensingSql Server 2012 overview and licensing
Sql Server 2012 overview and licensingRay Cochrane
 
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsJames Bayer
 
Learn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c AdministrationLearn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c AdministrationRevelation Technologies
 
Five Cool Use Cases for the Spring Component in Oracle SOA Suite
Five Cool Use Cases for the Spring Component in Oracle SOA SuiteFive Cool Use Cases for the Spring Component in Oracle SOA Suite
Five Cool Use Cases for the Spring Component in Oracle SOA SuiteGuido Schmutz
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sqlSamuel Zürcher
 

What's hot (20)

IBM websphere application server types of profiles
IBM websphere application server types of profilesIBM websphere application server types of profiles
IBM websphere application server types of profiles
 
SAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-driveSAP HANA Dynamic Tiering Test-drive
SAP HANA Dynamic Tiering Test-drive
 
IBM Websphere concepts
IBM Websphere conceptsIBM Websphere concepts
IBM Websphere concepts
 
WebSphere 6.1 Admin Course 1
WebSphere 6.1 Admin Course 1WebSphere 6.1 Admin Course 1
WebSphere 6.1 Admin Course 1
 
SQL Server 2005 Licensing Unplugged
SQL Server 2005 Licensing UnpluggedSQL Server 2005 Licensing Unplugged
SQL Server 2005 Licensing Unplugged
 
java database connection (jdbc)
java database connection (jdbc)java database connection (jdbc)
java database connection (jdbc)
 
6232 b 01
6232 b 016232 b 01
6232 b 01
 
Mobile
MobileMobile
Mobile
 
81 Rac
81 Rac81 Rac
81 Rac
 
R12.2.5 new features
R12.2.5 new featuresR12.2.5 new features
R12.2.5 new features
 
WebSphere 6.1 admin Course 2
WebSphere 6.1 admin Course 2WebSphere 6.1 admin Course 2
WebSphere 6.1 admin Course 2
 
Websphere interview Questions
Websphere interview QuestionsWebsphere interview Questions
Websphere interview Questions
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
Always on in SQL Server 2012
Always on in SQL Server 2012Always on in SQL Server 2012
Always on in SQL Server 2012
 
Sql Server 2012 overview and licensing
Sql Server 2012 overview and licensingSql Server 2012 overview and licensing
Sql Server 2012 overview and licensing
 
SQL Server User Group 02/2009
SQL Server User Group 02/2009SQL Server User Group 02/2009
SQL Server User Group 02/2009
 
Oracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic ConceptsOracle WebLogic Server Basic Concepts
Oracle WebLogic Server Basic Concepts
 
Learn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c AdministrationLearn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c Administration
 
Five Cool Use Cases for the Spring Component in Oracle SOA Suite
Five Cool Use Cases for the Spring Component in Oracle SOA SuiteFive Cool Use Cases for the Spring Component in Oracle SOA Suite
Five Cool Use Cases for the Spring Component in Oracle SOA Suite
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
 

Viewers also liked

API Design: An Adoption-Centered Approach
API Design: An Adoption-Centered ApproachAPI Design: An Adoption-Centered Approach
API Design: An Adoption-Centered ApproachApigee | Google Cloud
 
Virtualization Licensing Lottery
Virtualization Licensing LotteryVirtualization Licensing Lottery
Virtualization Licensing LotteryFreeform Dynamics
 
Deber slide share
Deber slide shareDeber slide share
Deber slide share50lmendoza
 
What is value based pricing?
What is value based pricing?What is value based pricing?
What is value based pricing?Jose Paez
 
The Platform Design Tookit 2.0 Draft Launch - Executive Summary
The Platform Design Tookit 2.0 Draft Launch  - Executive SummaryThe Platform Design Tookit 2.0 Draft Launch  - Executive Summary
The Platform Design Tookit 2.0 Draft Launch - Executive SummarySimone Cicero
 
The Platform Design Toolkit v 0.1
The Platform Design Toolkit v 0.1The Platform Design Toolkit v 0.1
The Platform Design Toolkit v 0.1Simone Cicero
 

Viewers also liked (8)

API Design: An Adoption-Centered Approach
API Design: An Adoption-Centered ApproachAPI Design: An Adoption-Centered Approach
API Design: An Adoption-Centered Approach
 
Virtualization Licensing Lottery
Virtualization Licensing LotteryVirtualization Licensing Lottery
Virtualization Licensing Lottery
 
Deber slide share
Deber slide shareDeber slide share
Deber slide share
 
Social Platform Design
Social Platform DesignSocial Platform Design
Social Platform Design
 
What is value based pricing?
What is value based pricing?What is value based pricing?
What is value based pricing?
 
The Platform Design Tookit 2.0 Draft Launch - Executive Summary
The Platform Design Tookit 2.0 Draft Launch  - Executive SummaryThe Platform Design Tookit 2.0 Draft Launch  - Executive Summary
The Platform Design Tookit 2.0 Draft Launch - Executive Summary
 
The Platform Design Toolkit v 0.1
The Platform Design Toolkit v 0.1The Platform Design Toolkit v 0.1
The Platform Design Toolkit v 0.1
 
Variance Analysis
Variance AnalysisVariance Analysis
Variance Analysis
 

Similar to KoprowskiT_SQLSat152_WelcomeToTheLicensingNightmare

SQL Server Clustering and High Availability
SQL Server Clustering and High AvailabilitySQL Server Clustering and High Availability
SQL Server Clustering and High Availability► Supreme Mandal ◄
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 SunumuÇözümPARK
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiAlex Tumanoff
 
KoprowskiT_SQLSoton_WADBforbeginners
KoprowskiT_SQLSoton_WADBforbeginnersKoprowskiT_SQLSoton_WADBforbeginners
KoprowskiT_SQLSoton_WADBforbeginnersTobias Koprowski
 
Microsoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEMicrosoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEDigicomp Academy AG
 
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceThe Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceJavier Villegas
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...confluent
 
Architecting with power vm
Architecting with power vmArchitecting with power vm
Architecting with power vmCharlie Cler
 
2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdfHaiping Li
 
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginners
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginnersSQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginners
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginnersTobias Koprowski
 
MySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMark Swarbrick
 
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)Andrew Morgan
 
Deep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudDeep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudRitesh Toshniwal
 
Sql training
Sql trainingSql training
Sql trainingpremrings
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingmark jerald Canal
 
Adaptive Server Farms for the Data Center
Adaptive Server Farms for the Data CenterAdaptive Server Farms for the Data Center
Adaptive Server Farms for the Data Centerelliando dias
 
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuSpring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuVMware Tanzu
 
Hpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago admHpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago admJeffrey Nunn
 

Similar to KoprowskiT_SQLSat152_WelcomeToTheLicensingNightmare (20)

SQL Server Clustering and High Availability
SQL Server Clustering and High AvailabilitySQL Server Clustering and High Availability
SQL Server Clustering and High Availability
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
 
Sql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen NedaskivskyiSql server 2019 New Features by Yevhen Nedaskivskyi
Sql server 2019 New Features by Yevhen Nedaskivskyi
 
KoprowskiT_SQLSoton_WADBforbeginners
KoprowskiT_SQLSoton_WADBforbeginnersKoprowskiT_SQLSoton_WADBforbeginners
KoprowskiT_SQLSoton_WADBforbeginners
 
SQL Server Clustering Part1
SQL Server Clustering Part1SQL Server Clustering Part1
SQL Server Clustering Part1
 
Microsoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEMicrosoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONE
 
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed InstanceThe Evolution of SQL Server as a Service - SQL Azure Managed Instance
The Evolution of SQL Server as a Service - SQL Azure Managed Instance
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
 
Architecting with power vm
Architecting with power vmArchitecting with power vm
Architecting with power vm
 
FAILOVER
FAILOVERFAILOVER
FAILOVER
 
2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf2_MySQL_Cluster_Introduction.pdf
2_MySQL_Cluster_Introduction.pdf
 
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginners
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginnersSQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginners
SQLSaturday#290_Kiev_AdHocMaintenancePlansForBeginners
 
MySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL FabricMySQL London Tech Tour March 2015 - MySQL Fabric
MySQL London Tech Tour March 2015 - MySQL Fabric
 
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)
MySQL Cluster - Latest Developments (up to and including MySQL Cluster 7.4)
 
Deep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloudDeep dive session - running microsoft applications in the cloud
Deep dive session - running microsoft applications in the cloud
 
Sql training
Sql trainingSql training
Sql training
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_training
 
Adaptive Server Farms for the Data Center
Adaptive Server Farms for the Data CenterAdaptive Server Farms for the Data Center
Adaptive Server Farms for the Data Center
 
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan GoksuSpring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
Spring Cloud Services with Pivotal Cloud Foundry- Gokhan Goksu
 
Hpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago admHpe service virtualization 3.8 what's new chicago adm
Hpe service virtualization 3.8 what's new chicago adm
 

More from Tobias Koprowski

KoprowskiT_2AMaDisasterJustBeganAD2018
KoprowskiT_2AMaDisasterJustBeganAD2018KoprowskiT_2AMaDisasterJustBeganAD2018
KoprowskiT_2AMaDisasterJustBeganAD2018Tobias Koprowski
 
DataMindsConnect2018_SECDEVOPS
DataMindsConnect2018_SECDEVOPSDataMindsConnect2018_SECDEVOPS
DataMindsConnect2018_SECDEVOPSTobias Koprowski
 
KoprowskiT_SQLDay2016_2AMaDisasterJustBegan
KoprowskiT_SQLDay2016_2AMaDisasterJustBeganKoprowskiT_SQLDay2016_2AMaDisasterJustBegan
KoprowskiT_SQLDay2016_2AMaDisasterJustBeganTobias Koprowski
 
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudKoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudTobias Koprowski
 
KoprowskiT-Difinify2017-SQL_Security_In_The_Cloud
KoprowskiT-Difinify2017-SQL_Security_In_The_CloudKoprowskiT-Difinify2017-SQL_Security_In_The_Cloud
KoprowskiT-Difinify2017-SQL_Security_In_The_CloudTobias Koprowski
 
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganKoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganTobias Koprowski
 
KoprowskiT_SQLAzureLandingInBelfast
KoprowskiT_SQLAzureLandingInBelfastKoprowskiT_SQLAzureLandingInBelfast
KoprowskiT_SQLAzureLandingInBelfastTobias Koprowski
 
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBeganKoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBeganTobias Koprowski
 
KoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersKoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersTobias Koprowski
 
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheClouds
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheCloudsKoprowskiT_SQLRelayBirmingham_SQLSecurityInTheClouds
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheCloudsTobias Koprowski
 
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsKoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsTobias Koprowski
 
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015Tobias Koprowski
 
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloud
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloudKoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloud
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloudTobias Koprowski
 
KoprowskiT_SQLSatDenmark_WASDforBeginners
KoprowskiT_SQLSatDenmark_WASDforBeginnersKoprowskiT_SQLSatDenmark_WASDforBeginners
KoprowskiT_SQLSatDenmark_WASDforBeginnersTobias Koprowski
 
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBAKoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBATobias Koprowski
 
KoprowskiT_session1_SDNEvent_WASDforBeginners
KoprowskiT_session1_SDNEvent_WASDforBeginnersKoprowskiT_session1_SDNEvent_WASDforBeginners
KoprowskiT_session1_SDNEvent_WASDforBeginnersTobias Koprowski
 
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbegan
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbeganKoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbegan
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbeganTobias Koprowski
 
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginnersKoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginnersTobias Koprowski
 
KoprowskiT_SPBizConf_2AMaDisasterJustBegan
KoprowskiT_SPBizConf_2AMaDisasterJustBeganKoprowskiT_SPBizConf_2AMaDisasterJustBegan
KoprowskiT_SPBizConf_2AMaDisasterJustBeganTobias Koprowski
 

More from Tobias Koprowski (20)

KoprowskiT_2AMaDisasterJustBeganAD2018
KoprowskiT_2AMaDisasterJustBeganAD2018KoprowskiT_2AMaDisasterJustBeganAD2018
KoprowskiT_2AMaDisasterJustBeganAD2018
 
DataMindsConnect2018_SECDEVOPS
DataMindsConnect2018_SECDEVOPSDataMindsConnect2018_SECDEVOPS
DataMindsConnect2018_SECDEVOPS
 
KoprowskiT_SQLDay2016_2AMaDisasterJustBegan
KoprowskiT_SQLDay2016_2AMaDisasterJustBeganKoprowskiT_SQLDay2016_2AMaDisasterJustBegan
KoprowskiT_SQLDay2016_2AMaDisasterJustBegan
 
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_CloudKoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
KoprowskiT-Difinify2017-SQL_ServerBackup_In_The_Cloud
 
KoprowskiT-Difinify2017-SQL_Security_In_The_Cloud
KoprowskiT-Difinify2017-SQL_Security_In_The_CloudKoprowskiT-Difinify2017-SQL_Security_In_The_Cloud
KoprowskiT-Difinify2017-SQL_Security_In_The_Cloud
 
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBeganKoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
KoprowskiT_PASSEastMidsFEB16_2AMaDisasterJustBegan
 
KoprowskiT_SQLAzureLandingInBelfast
KoprowskiT_SQLAzureLandingInBelfastKoprowskiT_SQLAzureLandingInBelfast
KoprowskiT_SQLAzureLandingInBelfast
 
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBeganKoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
KoprowskiT_SQLSatMoscow_2AMaDisaterJustBegan
 
KoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginnersKoprowskiT_SQLSatMoscow_WASDforBeginners
KoprowskiT_SQLSatMoscow_WASDforBeginners
 
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheClouds
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheCloudsKoprowskiT_SQLRelayBirmingham_SQLSecurityInTheClouds
KoprowskiT_SQLRelayBirmingham_SQLSecurityInTheClouds
 
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheCloudsKoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
KoprowskiT_SQLRelayCaerdydd_SQLSecurityInTheClouds
 
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015
KoprowskiT_SQLRelayNottingham_BackupAndRestoreAD2015
 
KoprowskiT_SBIPTI_Keynote
KoprowskiT_SBIPTI_KeynoteKoprowskiT_SBIPTI_Keynote
KoprowskiT_SBIPTI_Keynote
 
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloud
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloudKoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloud
KoprowskiT_SQLSatHolland_SQLServerSecurityInTheCloud
 
KoprowskiT_SQLSatDenmark_WASDforBeginners
KoprowskiT_SQLSatDenmark_WASDforBeginnersKoprowskiT_SQLSatDenmark_WASDforBeginners
KoprowskiT_SQLSatDenmark_WASDforBeginners
 
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBAKoprowskiT_Session2_SDNEvent_SourceControlForDBA
KoprowskiT_Session2_SDNEvent_SourceControlForDBA
 
KoprowskiT_session1_SDNEvent_WASDforBeginners
KoprowskiT_session1_SDNEvent_WASDforBeginnersKoprowskiT_session1_SDNEvent_WASDforBeginners
KoprowskiT_session1_SDNEvent_WASDforBeginners
 
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbegan
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbeganKoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbegan
KoprowskiT_SQLSaturdayManchester_2AMaDisasterJustbegan
 
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginnersKoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
KoprowskiT_SQLSaturday409_MaintenancePlansForBeginners
 
KoprowskiT_SPBizConf_2AMaDisasterJustBegan
KoprowskiT_SPBizConf_2AMaDisasterJustBeganKoprowskiT_SPBizConf_2AMaDisasterJustBegan
KoprowskiT_SPBizConf_2AMaDisasterJustBegan
 

Recently uploaded

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 

Recently uploaded (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 

KoprowskiT_SQLSat152_WelcomeToTheLicensingNightmare

  • 1. Welcome to the Licensing Nightmare Tobiasz Janusz Koprowski
  • 3. SELECT {BIO}  Polish SQL Server User Group Leader  Microsoft Certified Trainer  MCP, MCSA, MLSS, MLSBS, MCTS, MCITP, MCT  SQL Server MVP from 2010  Friends of RedGate PLUS  PASS SQL Azure Virtual Chapter Co-Founder  Blogger, Influencer, Technical Writer  Last 7 years (living) in Data Center in Wrocław  Generally about 12 years in IT/banking area  GITCA Technical Lead & Vice-Chair EMEA Board  Speaker at SQL Server Community Launch, Time for SharePoint, CodeCamps, SharePoint Community Launch, CISSP Day, InfoTRAMS, SQLSaturday, SQLBits, CarreerCon,  Autor of few articles on TechNet (PL) and WSS.pl portal  Deep Dives Co-Author: High availability of SQL Server in the context of Service Level Agreements (Chapter 18th)  Working for MS Subject Matter Expert and MS Terminology community (Windows 7, 8 & Visualstudio 2010,2011
  • 4. SESSION AGENDA  Introduction Licensing Models (Server, CAL, Processor), Licensing Programs  SQL Server 2008 Editions, Multiplexing, Passive Servers - HA solution, Multiprocessing, Virtualization, Licensing of business solutions, SQL Server Client Access Licenses CAL  SQL Server 2012 Editions, Licensing Model, Core-Based again  Responsibility 5 Dollars (not 5 cents)  Summary  Links  Q&A
  • 6. INTRODUCTION | LICENSING MODELS - Licensing per Server & Client /Device SQL Server 2008 can be purchased as a server license (for Workgroup editions, Standard and Enterprise), in conjunction with CALs on a device or user. This licensing mode is designed for customers who do not use SQL Server in scenarios that require public access to the Internet. Server license (for Workgroup editions, Standard and Enterprise)is required for each operating system under the control of which you are running a particular edition of SQL Server or any of its components (for example, Analysis Services). CAL per device. This license is required for each device (for example a personal computer, workstation, terminal, PDA, cell phone, etc.) to access or use the services or functionality of Microsoft SQL Server. CAL per user. CAL SQL Server for the user is required to provide users(employees, customers, partners, etc.) to access Microsoft SQL Server or use of its services or features. Model license for the server plus user CAL will generally cheaper solution, if one user is using multiple devices (for example, a user with a desktop computer, laptop, PDA, etc.). CAL is not a program - it is a legal document granting a device or user the right to access the server. A single license per device CAL grants the right of access from one device to multiple servers (Version CAL must comply with the latest version of the software installed on the servers). A single license per user CAL gives one user access rights to multiple servers.
  • 7. INTRODUCTION | LICENSING MODELS - Licensing per Server & Client/Device | RESTRICTIONS  CALfor SQL Server x32/x64  CAL for SQL Server 2008 & 2008 R2  CAL for Workgroup
  • 8. INTRODUCTION | LICENSING MODELS SQL Server 2008 is available in three licensing models: Server plus device client access license (CAL). Requires a license for the computer running the Microsoft server product, as well as CALs for each client device. Server plus user client access license (CAL). Requires a license for the computer running the Microsoft server product, as well as CALs for each user. Processor license. Requires a single license for each CPU in the operating system environment running SQL Server. This license includes unlimited client device access.
  • 9. INTRODUCTION | Microsoft Licensing Programs
  • 11. SQL SERVER 2008 (R2) | VERSIONS & LICENSING MODELS
  • 12. SQL SERVER 2008 (R2) | VERSIONS & LICENSING PROGRAMS EA EAP SELE OPEN FPP OEM SPLA ISVR CT STANDARD X X X X X X X X ENTERPRISE X X X X X X X DATACENTER X X X X X X X WEB X X X X PARARELL WH X WORKGROUP X X X X X X X DEVELOPER X X X
  • 13. SQL SERVER 2008 (R2) | MULTIPLEXING part one Sometimes organizations develop network scenarios that use various forms of hardware and/or software that reduce the number of devices or users that directly access or use the software on a particular server, often called multiplexing or pooling hardware or software. Use of such multiplexing or pooling hardware and/or software does not reduce the number of CALs required to access or use SQL Server software. A CAL is required for each distinct device or user that is connected to the multiplexing or pooling software or hardware front end.
  • 14. SQL SERVER 2008 (R2) | MULTIPLEXING part one and half Multiplexing. Users / devices that access a SQL server indirectly require a CAL
  • 15. SQL SERVER 2008 (R2) | MULTIPLEXING part two This is true no matter how many tiers of hardware or software exist between the SQL Server and the client devices that ultimately use its data, services or functionality. An exception to this includes the manual transfer of data from employee to employee. For example, if an employee sends an Excel version of a report to another employee, the receiving employee does not require a CAL (as long as the report does not access a SQL Server in some way). An additional exception is communication exclusively between SQL servers.
  • 16. SQL SERVER 2008 (R2) | MULTIPLEXING part two and half Without Multiplexing No CAL required User 1 Manually User 2 Windows Server CAL forward required email SQL Server With Multiplexing No CAL required User 3 Manually forward User 4 Pooling CAL required email hardware or software Multiplexing. Manual transfers of reports, that subsequently don’t access a SQL Server don’t require CALs.
  • 17. SQL SERVER 2008 (R2) | PASSIVE / ACTIVE / HA part one  Database mirroring is a SQL Server 2008 technology for increasing database availability. Database mirroring transfers transaction log records directly from one server to another and can quickly failover to the standby server.  Failover clustering. Failover clustering is a process in which the operating system and SQL Server 2008 work together to provide availability in the event of an application failure, hardware failure, or operating-system error. Failover clustering provides hardware redundancy through a configuration in which mission-critical resources are transferred from a failing machine to an equally configured server automatically.  Backup Log-Shipping. Log-shipping increases a SQL Server database's availability by automatically copying and restoring the database's transaction logs to another database on a standby server. Because the standby database receives all changes to the original database, it's an exact duplicate of the original database—out of date only by the delay in the copy-and-load process. You then have the ability to make the standby server a new primary server if the original primary server becomes unavailable. When the original primary server becomes available again, you can make it a new standby server—effectively reversing the servers' roles.
  • 18. SQL SERVER 2008 (R2) | PASSIVE / ACTIVE / HA part two  A passive server does not need a license, provided that the number of processors in the passive server is equal or less than those of the active server. The passive server can take the duties of the active server for 30 days. Afterward, it must be licensed accordingly.  A passive server does not need a license, provided that the number of processors in the passive server is equal or less than those of the active server. The passive server can take the duties of the active server for 30 days. Afterward, it must be licensed accordingly.  Database Mirroring and Failover Clustering are available for Standard and Enterprise editions..
  • 19. SQL SERVER 2008 (R2) | MULTIPROCESING  Multicore processors, which consist of multiple processing execution units or “cores” on one chip (socket), are seen as a promising way to boost computing power.  Microsoft has been driving thought leadership in this area by charging the same amount per processor, regardless of how many cores are in the processor.  In contrast, Oracle asks customers to multiply each “core” by different factors depending on processor type.  IBM has a dual policy where customers with x86 platforms are charged per processor and customers on IBM’s POWER5-based systems are charged per core. Single Core Dual Core Four Core Processor Processor Processor
  • 20. SQL SERVER 2008 (R2) | VIRTUALIZATION / per SERVER + CAL part one  Workgroup and Standard editions now allow you to run any number of instances of the server software in one physical or virtual operating system environment on the licensed server at a time. Previously, only the Enterprise edition of the Server license allowed multi-instancing. This is a great incentive for customers to adopt the Server/CAL model.  For Enterprise edition, for each server to which you assign a software license, you may run, at any one time, any number of instances of the server software in one physical and any number of virtual operating system environments on that server.
  • 21. SQL SERVER 2008 (R2) | VIRTUALIZATION / per SERVER + CAL part two SQL SQL SQL SQL WS WS WS WS WS/ Virtualization layer Server This example shows the extra option available with the enterprise edition only. Required license using additional rights for EE : 1 SQL Server License. Required licenses for all other workgroup and standard:4 SQL Server licenses
  • 22. SQL SERVER 2008 (R2) | VIRTUALIZATION / per PROCESSOR part one  With Workgroup, Web, and Standard editions, for each server to which you have assigned the required number of per processor licenses, you may run, at any one time, any number of instances of the server software in physical and virtual operating system environments on the licensed server. However, the total number of physical and virtual processors used by those operating system environments cannot exceed the number of software licenses assigned to that server  For Enterprise edition there is an added option: if all physical processors in a machine have been licensed, then you may run unlimited instances of SQL server 2008 in one physical and an unlimited number of virtual operating environments on that same machine.
  • 23. SQL SERVER 2008 (R2) | VIRTUALIZATION / per PROCESSOR part two SQL SQL SQL SQL SQL WS WS WS WS WS Proc 1 Proc 2 Proc 3 Proc 4 WS/ Virtualization layer Server This example shows the extra option available with the enterprise edition only. Number of proc licenses required for EE : 4 SQL Processor Licenses. Number of proc licenses required for Standard, Workgroup: 5 SQL Processor licenses
  • 24. SQL SERVER 2012 | VIRTUALIZATION / per PROCESSOR part one  With Workgroup, Web, and Standard editions, for each server to which you have assigned the required number of per processor licenses, you may run, at any one time, any number of instances of the server software in physical and virtual operating system environments on the licensed server. However, the total number of physical and virtual processors used by those operating system environments cannot exceed the number of software licenses assigned to that server  For Enterprise edition there is an added option: if all physical processors in a machine have been licensed, then you may run unlimited instances of SQL server 2008 in one physical and an unlimited number of virtual operating environments on that same machine.
  • 25. SQL SERVER 2008 (R2) | BUSINESS SOLUTIONS  What are the Business Solutions in SQL Server 2008 (R2)?  Analysis Services  Reporting services  Integration services  You have two choice:  USE ON SAME SERVER EVERYTHING  USE ON DIFFERENT SERVERS YOU Business Solutions Case One – everything on the same server = 1 license Case Two – everything on different servers = 3 licenses
  • 27. SQL SERVER 2012 | LICENSED EDITIONS SQL Server 2012 has been released in 3 main editions:  Enterprise for mission critical applications and large scale data warehousing  Business Intelligence, a new product edition, providing premium corporate and self-service BI  Standard for basic database, reporting and analytics capabilities And what with the other editions?  available in Developer, Express and Compact editions.  Web Edition will be offered in a SPLA model only.  Datacenter Edition is retired with all capabilities now available in Enterprise.  Workgroup and Small business Editions are also retired.
  • 28. SQL SERVER 2012 | LICENSING MODEL part one SQL Server 2012 will continue to offer two licensing options – one based on computing power, and one based on users or devices.  Enterprise Edition (EE) will be licensed based on compute capacity measured in cores  Business Intelligence (BI) Edition will be available in the Server + CAL model, based on users or devices  Standard Edition (SE) offers both licensing models to address basic database workloads
  • 29. SQL SERVER 2012 | LICENSING MODEL part two Licensing Options Pricing** SQL Server 2012 Editions Description Server Core Based Open NL (US$) + CAL High end datacenter, Enterprise data warehousing  $6,874 per Core and BI capabilities Main Editions Enterprise BI and $8,592 per Business Intelligence  High Scale Analytics Server* $1,793 per Core, Basic database and Standard   or $898 per BI capabilities Server* Access to SQL Client Access Server databases $209 per CAL License (CAL) licensed per server
  • 30. SQL SERVER 2012 | LICENSING MODEL part three Server and Client Access License (CAL) Licensing  The Business Intelligence and Standard Editions will be available under the Server and Client Access License (CAL) model.  This licensing model can be used when the number of users can be readily counted (e.g., internal database applications).  To access a licensed SQL Server, each user must have a SQL Server CAL that is the same version or newer (for example, to access a SQL Server 2008 SE server, a user would need a SQL Server 2008 or 2012 CAL).  Each SQL Server CAL can provide access to multiple licensed SQL Servers, including the new Business Intelligence Edition as well as Standard Edition Servers and legacy Enterprise Edition Servers.  The SQL Server 2012 CAL price will increase by about 27%.
  • 31. SQL SERVER 2012 | LICENSING MODEL part four Core-Based Licensing  The Enterprise Edition and Standard Edition of SQL Server 2012 will both be available under core-based licensing. Core-based licenses will be sold in two-core packs.  To license a physical server, you must license all the cores in the server with a minimum of 4 core licenses required for each physical processor in the server.  Core licenses will be priced at ¼ the cost of a SQL Server 2008 R2 (EE/SE) processor license.  AMD systems have different requirements; see SQL Server 2012 Quick Reference Guide.
  • 32. SQL SERVER 2012 | LICENSING MODEL part five
  • 33. SQL SERVER 2012 | Virtualization Licensing - Cloud Optimized ALWAYSON Always On the Unknown Path to Licensing Virtual Environment  To license a VM with core licenses, purchase a core license for each virtual core (virtual thread) allocated to the virtual machine (minimum of 4 core licenses per VM).  To license a single VM with a server license (for Business Intelligence or Standard only), buy the server license and buy matching SQL Server CALs for each user.  Each licensed VM covered with Software Assurance (SA) can be moved frequently within a server farm or to a third party hoster or cloud services provider without buying additional SQL Server licenses
  • 34. SQL SERVER 2012 | Virtualization Licensing – High Density part one MAXIMUM VIRTUALIZATION  You can by fully licensing the server (or server farm) with Enterprise Edition core licenses and Software Assurance based on the total number of physical cores on the servers. SA then enables the ability to run an unlimited number of virtual machines to handle dynamic workloads and fully utilize the hardware’s computing power.  You can’t license for unlimited virtualization with SQL Server 2008 R2 EE Server + CAL. This was only a temporary use right grant with SA.
  • 35. SQL SERVER 2012 | Virtualization Licensing – High Density part two
  • 36. SQL SERVER 2012 | Transition to New Licensing Model part one Enterprise Edition Server + CAL Licensing  New server licenses for SSEE (Server+Cal) model will only be available for purchase through June 30th, 2012,  EA/EAP customers that buy SQL Enterprise Edition Servers will have until their next EA/EAP renewal after June 30th, 2012 to purchase additional server licenses to complete currently planned projects. After that, all new SQL Server Enterprise Edition deployments must be purchased per core.  All existing SSEE (Server+CAL) model with SA current when SQL Server 2012 launches can be upgraded to SQL Server 2012 at no additional cost, and SA can be maintained (server+cal) to provide access to future updates.  These Legacy Enterprise Edition Servers remain licensed under the Server + CAL model and require the appropriate version of the SQL Server CAL for users or devices.  Legacy SSEE licensed in (Server+CAL) deployments will be subject to a 20 core per server license maximum. This core maximum applies both to new server licenses and to prior version server licenses upgraded to 2012 with SA.  If you purchased SQL Server 2008 R2 Enterprise Edition in the Server + CAL model with Software Assurance and at the launch of SQL Server 2012 are running on a server with > 20 physical cores, contact your Microsoft representative for help transitioning to the new licensing model.
  • 37. SQL SERVER 2012 | Transition to New Licensing Model part two SQL Server Processor licenses under SA  You have rights to upgrade to SQL Server 2012 at no additional cost. At the subsequent renewal, You have the opportunity to renew into core licenses.  Enterprise and Standard processor licenses under SA are valued at a minimum of 4 core  Datacenter processor licenses are valued at a minimum of 8 core  At the end of the current agreement term, customers should do a self-inventory of systems currently running SQL Server, documenting the number of cores in each processor in use with a SQL Server processor license covered with Software Assurance.  This will enable customers to receive the appropriate SQL Server 2012 use rights moving forward and will determine the core license exchange eligibility at renewal.  Customers should do this self-inventory using the Microsoft Assessment and Planning (MAP) Toolkit or other inventory tools and processes to accurately archive a time/date stamped inventory of hardware tied to SQL Server installations.  If customers do not perform the self-inventory, they will receive a value of 4 core licenses for each Standard and Enterprise Edition processor and 8 EE core licenses per Datacenter Edition processor.
  • 38. SQL SERVER 2012 | Transition to New Licensing Model part three
  • 39. SQL SERVER 2012 | Core-Based summary
  • 40. SQL SERVER 2012 | Core-Based summary
  • 41. SQL SERVER 2012 | Transition Sumary
  • 42. SQL SERVER 2012 | LICENSING vs HIGH AVAILABILITY part one
  • 43. SQL SERVER 2012 | LICENSING vs HIGH AVAILABILITY part two
  • 44. SQL SERVER 2012 | PowerPivot is fantastic stuff…
  • 45. RESPONSIBILITY | if you use a software EXTRACT from: Microsoft SQL Server 2008 Standard Edition End User License Agreement  18. NOT FAULT TOLERANT. THE SOFTWARE IS NOT FAULT TOLERANT. LICENSOR HAS INDEPENDENTLY DETERMINED HOW TO USE THE SOFTWARE IN THE INTEGRATED SOFTWARE APPLICATION OR SUITE OF APPLICATIONS THAT IT IS LICENSING TO YOU, AND MICROSOFT HAS RELIED ON LICENSOR TO CONDUCT SUFFICIENT TESTING TO DETERMINE THAT THE SOFTWARE IS SUITABLE FOR SUCH USE.  19. NO WARRANTIES BY MICROSOFT. YOU AGREE THAT IF YOU HAVE RECEIVED ANY WARRANTIES WITH REGARD TO EITHER (A) THE SOFTWARE, OR (B) THE SOFTWARE APPLICATION OR SUITE OF APPLICATIONS WITH WHICH YOU ACQUIRED THE SOFTWARE, THEN THOSE WARRANTIES ARE PROVIDED SOLELY BY THE LICENSOR AND DO NOT ORIGINATE FROM, AND ARE NOT BINDING ON, MICROSOFT.  20. NO LIABILITY OF MICROSOFT FOR CERTAIN DAMAGES. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT SHALL HAVE NO LIABILITY FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES ARISING FROM OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE SOFTWARE OR THE SOFTWARE APPLICATION OR SUITE OF APPLICATIONS WITH WHICH YOU ACQUIRED THE SOFTWARE, INCLUDING WITHOUT LIMITATION, PENALTIES IMPOSED BY GOVERNMENT. THIS LIMITATION WILL APPLY EVEN IF ANY REMEDY FAILS OF ITS ESSENTIAL PURPOSE.  IN NO EVENT SHALL MICROSOFT BE LIABLE FOR ANY AMOUNT IN EXCESS OF TWO HUNDRED FIFTY U.S. DOLLARS (US$250.00).
  • 46. LINKS | Licensing Knowledge Base for MSPartner
  • 48. LICENSING ASPECTS SUMMARY Read Documentation Read User Rights / EULA / PUR / SPUR Check changes regullary ASK MICROSOFT;  BETTER VIA MAIL THAN PHONE  BETTER MINIMUM TWO ADVISORS  REMEMBER (based on my experience): 1+2=3 Any 1 question for 2 advisors back in 3 answers
  • 49. ATE | Ask The licensing Experts  · Insight  Daniel Verma Daniel.Verma@uk.insight.com   · Softcat  Damian Wakefield DamianWa@softcat.com   · Bytes  Rob Luppi rob.luppi@bytes.co.uk   · Comparex  Will Allmey William.Allmey@comparex.co.uk  Sarah Agate Sarah.Agate@comparex.co.uk   · Hewlett Packard  Phil Duncan Phil.Duncan@hp.com   · SoftwareOne  Kathy Jones Kathy.Jones@softwareone.com
  • 50. LINKS | licensing Microsoft Licensing Portal https://partner.microsoft.com/UK/licensing SQL Server 2012 Licensing http://www.microsoft.com/sqlserver/en/us/get-sql-server/licensing.aspx Microsoft Volume Licensing Portal http://www.microsoft.com/licensing/ Microsoft Licensing Acreditation (only for license nerds) https://partner.microsoft.com/UK/licensing/licensingtraining  Get Licensing Ready | The level 50 to 300 curriculum covers tracks for small and medium businesses (SMBs) and large organisations - and provides self-service online tutorials, data sheets and assessments.  Licensing Bootcamps | Join Microsoft and our Authorised Distributors for classroom Licensing training, following our licensing curriculum. SharePoint: Determining Your Licensing Needs http://sharepoint.microsoft.com/en-us/buy/Pages/Licensing-Details.aspx
  • 51. LINKS | user / provider rights Microsoft Product Use Rights (PUR) http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&Do cumentTypeId=1 Microsoft Services Provider Use Rights (SPUR) http://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&Do cumentTypeId=2 Microsoft End-User License Agreement (EULA) * long address: www.google.co.uk/url?sa=t&rct=j&q=microsoft eula&source=web&cd=2&ved=0CG4QFjAB&url=http%3A%2F%2Fdownload.mi crosoft.com%2Fdocuments%2Fuseterms%2Fwindows%2520xp%2520sp2_profe ssional_english_29e61d64-43e3-4ca3-b201-fe0c62507034.pdf&ei=WS2qT- jjIcX-4QSw9fWpCQ&usg=AFQjCNH0jbItSRHv9l-HrNzyPFM2KOW3WQ * short address: http://bit.ly/JdPvAi (thank You Bit.Ly !) General End-User License Agreement (EULA) WikiPedia http://en.wikipedia.org/wiki/End-user_license_agreement
  • 52. AFTER SESSION {next contact}  MAIL: KoprowskiT@windowslive.com  MSG: KoprowskiT@windowslive.com  SKYPE: tjkoprowski  TWITTER @KoprowskiT  SlideShare (post-sessions): http://www.slideshare.net/Anorak BLOGS:  ITPRO Anorak’s Vision: http://itblogs.pl/notbeautifulanymore/ [PL/EN]  Volume Licensing Specialites: http://koprowskit.eu/licensing/ [PL/EN]  My MVP Blog: http://koprowskit.eu/geek/ [PL/EN/ES]
  • 53. PLEASE RATE MY SESSION THANK YOU