Editions and Licensing for SQL Server 2012

24
p. 1 1

description

This presentation is part of LearnItFirst's SQL Server 2012: A Comprehensive Introduction course. The video that contains this presentation can be watched here: https://www.youtube.com/watch?v=pws34YEbRpQ This slideshow addresses types of SQL Server 2012 editions (Principal, Specialized, and Breadth). Editions determine which features are available, maximum CPU/memory usage, how the services respond to events, and various feature-specific tweaks/options. Scott will address topics such as the new CPU licensing scheme, Client Access Licenses, the free Express Edition, as well as the brand new Business Intelligence edition. For those who do not know about the different editions of SQL Server 2012, or have questions about which edition to use, this is the video for you. Highlights from this slideshow: - Which edition should I use for large databases, TB-size, 500GB size databases, supports the most hardware? - What is the difference between the Developer Edition and Enterprise Edition? - What edition should I use for my small or mid-sized business? - What do I get with the free Express Edition? - Will future version of SQL server support 32-bit?

Transcript of Editions and Licensing for SQL Server 2012

Page 1: Editions and Licensing for SQL Server 2012

p. 1 1

Page 2: Editions and Licensing for SQL Server 2012

p. 2 2

2

Chapter: Installing, Configuring, and Upgrading to 2012 Course: SQL Server 2012 - A Comprehensive Introduction Course ID: 170 Instructor: Scott Whigham

Chapter 03: Video # 1

Editions and Licensing for Server 2012

Page 3: Editions and Licensing for SQL Server 2012

p. 3 3

3

1. Course Introduction

2. Why SQL Server 2012?

3. Installing, Configuring, and Upgrading to SQL Server 2012

4. Creating & Managing Databases

5. Server Security

6. Backup and Restore

7. High Availability/Disaster Recovery

8. Jobs & Automating Maintenance

9. Creating Tables and Constraints

Chapter Listing: 10. Writing Queries and

Manipulating Data

11. Views, Indexes, and Query Plans

12. Stored Procedures, Triggers, & UDFs

13. Database Security

14. Business Intelligence in 2012

15. Analysis Services 2012

16. Integration Services 2012

17. Reporting Services 2012

Page 4: Editions and Licensing for SQL Server 2012

p. 4 4

4

Chapter 03: Installing, Configuring, and Updating to SQL Server 2012

Ch

apte

r 0

3

• Editions and Licensing

• Installing SQL Server 2012

• Exercise 1

• Exercise 2

• Configuring SQL Server 2012

• Exercise 3

• Upgrading from prior versions

Page 5: Editions and Licensing for SQL Server 2012

p. 5 5

5

Let’s start with a disclaimer:

–Choosing the right edition and licensing is hard

– This is just an intro class…

– For full details, contact your VAR

Page 6: Editions and Licensing for SQL Server 2012

p. 6 6

6

SQL Server 2012 has:

–New/changed editions

–Very different licensing than previous versions

The “depth” courses include much more detail on both topics

Page 7: Editions and Licensing for SQL Server 2012

p. 7 7

7

SQL Server editions determine:

–Which features are available

–Maximum CPU/memory usage

–How the services respond to events

–Various feature-specific tweaks/options

Page 8: Editions and Licensing for SQL Server 2012

p. 8 8

8

Editions of SQL Server 2012:

– Enterprise

– Standard

– Business Intelligence

–Web

–Developer

– Express

– Evaluation

Page 9: Editions and Licensing for SQL Server 2012

p. 9 9

9

Editions of SQL Server 2012:

– Enterprise

– Standard

– Business Intelligence

–Web

–Developer

– Express

– Evaluation

“Principal” Editions

Page 10: Editions and Licensing for SQL Server 2012

p. 10 10

10

Editions of SQL Server 2012:

– Enterprise

– Standard

– Business Intelligence

–Web

–Developer

– Express

– Evaluation

“Specialized” Edition

Page 11: Editions and Licensing for SQL Server 2012

p. 11 11

11

Editions of SQL Server 2012:

– Enterprise

– Standard

– Business Intelligence

–Web

–Developer

– Express

– Evaluation

“Breadth” Editions

Page 12: Editions and Licensing for SQL Server 2012

p. 12 12

12

Enterprise Edition (EE) supports the most features and hardware

– Production server for large databases, and/or mission-critical data needs

– Full support for all features of all servers

Page 13: Editions and Licensing for SQL Server 2012

p. 13 13

13

Developer Edition is the same as EE without licensing requirements

– $50 US, or is included in TechNet/MSDN

– I will be using Developer Edition

Page 14: Editions and Licensing for SQL Server 2012

p. 14 14

14

Standard Edition is the right choice for most small and mid-sized businesses

– Large database support

– BI tools and servers included

– Fewer limitations on hardware than in previous versions (up to 64GB of RAM now)

Page 15: Editions and Licensing for SQL Server 2012

p. 15 15

15

Business Intelligence Edition

* Image source – http://www.microsoft.com/sqlserver/en/us/editions.aspx

Page 16: Editions and Licensing for SQL Server 2012

p. 16 16

16

Express Edition is completely free

– Supports many features

• No SSIS or SSAS

–Has limitations

• 1 socket or 4 cores per instance, 1GB RAM, 10GB data base

–Available from Microsoft here: • http://www.microsoft.com/sqlserver/en/us/editions/2012-editions/express.aspx

Page 17: Editions and Licensing for SQL Server 2012

p. 17 17

17

LocalDB is new in 2012

– Lightweight, single-database version of SQL Server 2012 Express

–Deployed and launched by apps

1. “%ProgramFiles%\Microsoft SQL

Server\110\Tools\Binn\SqlLocalDB.exe" create MyLocalDB

2. “%ProgramFiles%\Microsoft SQL Server\110\Tools\Binn\SqlLocalDB.exe" start MyLocalDB

Page 18: Editions and Licensing for SQL Server 2012

p. 18 18

18

Page 19: Editions and Licensing for SQL Server 2012

p. 19 19

19

32-bit or 64-bit?

–Use 64-bit whenever possible

– Future versions of SQL Server may no longer support 32-bit

Page 20: Editions and Licensing for SQL Server 2012

p. 20 20

20

Licensing has changed

– You can license your SQL Server:

• Per client

• Or, per CPU

– Let’s talk about each!

Page 21: Editions and Licensing for SQL Server 2012

p. 21 21

21

Client Access Licenses (CALs):

– Require a separate CAL for each device/user

• Concurrent access only…

–Works great for small departments/field users

Page 22: Editions and Licensing for SQL Server 2012

p. 22 22

22

CPU licensing:

–Allows for unlimited connections per license

• Ideal for internet/web uses

– Licensing is now down to the core

• Previous versions only required a license per socket

Page 24: Editions and Licensing for SQL Server 2012

p. 24 24

24

In the next video…

–Decisions to Make Before You Install SQL Server 2012

“My favorite poem is the one that starts 'Thirty days hath September' because it actually tells you something. “

- Groucho Marx