SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
p. 11
p. 22
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
p. 33
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
p. 44
4
Chapter 03: Installing, Configuring, and Updating
to SQL Server 2012
Chapter03
• Editions and
Licensing
• Installing SQL
Server 2012
• Exercise 1
• Exercise 2
• Configuring
SQL Server
2012
• Exercise 3
• Upgrading
from prior
versions
p. 55
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
p. 66
6
SQL Server 2012 has:
– New/changed editions
– Very different licensing than previous
versions
The “depth” courses include much more detail
on both topics
p. 77
7
SQL Server editions determine:
– Which features are available
– Maximum CPU/memory usage
– How the services respond to events
– Various feature-specific tweaks/options
p. 88
8
Editions of SQL Server 2012:
– Enterprise
– Standard
– Business Intelligence
– Web
– Developer
– Express
– Evaluation
p. 99
9
Editions of SQL Server 2012:
– Enterprise
– Standard
– Business Intelligence
– Web
– Developer
– Express
– Evaluation
“Principal” Editions
p. 1010
10
Editions of SQL Server 2012:
– Enterprise
– Standard
– Business Intelligence
– Web
– Developer
– Express
– Evaluation
“Specialized” Edition
p. 1111
11
Editions of SQL Server 2012:
– Enterprise
– Standard
– Business Intelligence
– Web
– Developer
– Express
– Evaluation
“Breadth” Editions
p. 1212
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
p. 1313
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
p. 1414
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)
p. 1515
15
Business Intelligence Edition
* Image source – http://www.microsoft.com/sqlserver/en/us/editions.aspx
p. 1616
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
p. 1717
17
LocalDB is new in 2012
– Lightweight, single-database version of SQL
Server 2012 Express
– Deployed and launched by apps
1. “%ProgramFiles%Microsoft SQL
Server110ToolsBinnSqlLocalDB.exe" create MyLocalDB
2. “%ProgramFiles%Microsoft SQL
Server110ToolsBinnSqlLocalDB.exe" start MyLocalDB
p. 1818
18
p. 1919
19
32-bit or 64-bit?
– Use 64-bit whenever possible
– Future versions of SQL Server may no longer
support 32-bit
p. 2020
20
Licensing has changed
– You can license your SQL Server:
• Per client
• Or, per CPU
– Let’s talk about each!
p. 2121
21
Client Access Licenses (CALs):
– Require a separate CAL for each device/user
• Concurrent access only…
– Works great for small departments/field
users
p. 2222
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
p. 2323
23
More info:
– Editions of SQL Server 2012
– Features supported by Edition
– SQL Server 2012 Licensing Guide
– Licensing Datasheet
p. 2424
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 actuallytells you something. “
- Groucho Marx

Mais conteúdo relacionado

Mais de LearnItFirst.com

What Types of Reports Can You Create?
What Types of Reports Can You Create? What Types of Reports Can You Create?
What Types of Reports Can You Create? LearnItFirst.com
 
What Is Reporting Services?
 What Is Reporting Services?  What Is Reporting Services?
What Is Reporting Services? LearnItFirst.com
 
The Importance of the ETL Process
The Importance of the ETL ProcessThe Importance of the ETL Process
The Importance of the ETL ProcessLearnItFirst.com
 
How To Become A Good C# Programmer
How To Become A Good C# ProgrammerHow To Become A Good C# Programmer
How To Become A Good C# ProgrammerLearnItFirst.com
 
Windows Server 2003 Administration
Windows Server 2003 AdministrationWindows Server 2003 Administration
Windows Server 2003 AdministrationLearnItFirst.com
 
ISA Server 2006 Administration
ISA Server 2006 AdministrationISA Server 2006 Administration
ISA Server 2006 AdministrationLearnItFirst.com
 
Exchange Server 2007 Administration
Exchange Server 2007 AdministrationExchange Server 2007 Administration
Exchange Server 2007 AdministrationLearnItFirst.com
 
Exchange Server 2003 Administration
Exchange Server 2003 AdministrationExchange Server 2003 Administration
Exchange Server 2003 AdministrationLearnItFirst.com
 
C# Programming with Visual Studio 2005
C# Programming with Visual Studio 2005C# Programming with Visual Studio 2005
C# Programming with Visual Studio 2005LearnItFirst.com
 
SQL Server 2008 Database Administration
SQL Server 2008 Database AdministrationSQL Server 2008 Database Administration
SQL Server 2008 Database AdministrationLearnItFirst.com
 
SQL Server 2005 Database Administration
SQL Server 2005 Database AdministrationSQL Server 2005 Database Administration
SQL Server 2005 Database AdministrationLearnItFirst.com
 
SQL Server 2000 Database Administration
SQL Server 2000 Database AdministrationSQL Server 2000 Database Administration
SQL Server 2000 Database AdministrationLearnItFirst.com
 

Mais de LearnItFirst.com (13)

What Types of Reports Can You Create?
What Types of Reports Can You Create? What Types of Reports Can You Create?
What Types of Reports Can You Create?
 
What Is Reporting Services?
 What Is Reporting Services?  What Is Reporting Services?
What Is Reporting Services?
 
The Importance of the ETL Process
The Importance of the ETL ProcessThe Importance of the ETL Process
The Importance of the ETL Process
 
What Is SQL Server 2012?
What Is SQL Server 2012? What Is SQL Server 2012?
What Is SQL Server 2012?
 
How To Become A Good C# Programmer
How To Become A Good C# ProgrammerHow To Become A Good C# Programmer
How To Become A Good C# Programmer
 
Windows Server 2003 Administration
Windows Server 2003 AdministrationWindows Server 2003 Administration
Windows Server 2003 Administration
 
ISA Server 2006 Administration
ISA Server 2006 AdministrationISA Server 2006 Administration
ISA Server 2006 Administration
 
Exchange Server 2007 Administration
Exchange Server 2007 AdministrationExchange Server 2007 Administration
Exchange Server 2007 Administration
 
Exchange Server 2003 Administration
Exchange Server 2003 AdministrationExchange Server 2003 Administration
Exchange Server 2003 Administration
 
C# Programming with Visual Studio 2005
C# Programming with Visual Studio 2005C# Programming with Visual Studio 2005
C# Programming with Visual Studio 2005
 
SQL Server 2008 Database Administration
SQL Server 2008 Database AdministrationSQL Server 2008 Database Administration
SQL Server 2008 Database Administration
 
SQL Server 2005 Database Administration
SQL Server 2005 Database AdministrationSQL Server 2005 Database Administration
SQL Server 2005 Database Administration
 
SQL Server 2000 Database Administration
SQL Server 2000 Database AdministrationSQL Server 2000 Database Administration
SQL Server 2000 Database Administration
 

Último

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Último (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

Editions and Licensing for SQL Server 2012

  • 2. p. 22 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
  • 3. p. 33 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
  • 4. p. 44 4 Chapter 03: Installing, Configuring, and Updating to SQL Server 2012 Chapter03 • Editions and Licensing • Installing SQL Server 2012 • Exercise 1 • Exercise 2 • Configuring SQL Server 2012 • Exercise 3 • Upgrading from prior versions
  • 5. p. 55 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
  • 6. p. 66 6 SQL Server 2012 has: – New/changed editions – Very different licensing than previous versions The “depth” courses include much more detail on both topics
  • 7. p. 77 7 SQL Server editions determine: – Which features are available – Maximum CPU/memory usage – How the services respond to events – Various feature-specific tweaks/options
  • 8. p. 88 8 Editions of SQL Server 2012: – Enterprise – Standard – Business Intelligence – Web – Developer – Express – Evaluation
  • 9. p. 99 9 Editions of SQL Server 2012: – Enterprise – Standard – Business Intelligence – Web – Developer – Express – Evaluation “Principal” Editions
  • 10. p. 1010 10 Editions of SQL Server 2012: – Enterprise – Standard – Business Intelligence – Web – Developer – Express – Evaluation “Specialized” Edition
  • 11. p. 1111 11 Editions of SQL Server 2012: – Enterprise – Standard – Business Intelligence – Web – Developer – Express – Evaluation “Breadth” Editions
  • 12. p. 1212 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
  • 13. p. 1313 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
  • 14. p. 1414 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)
  • 15. p. 1515 15 Business Intelligence Edition * Image source – http://www.microsoft.com/sqlserver/en/us/editions.aspx
  • 16. p. 1616 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
  • 17. p. 1717 17 LocalDB is new in 2012 – Lightweight, single-database version of SQL Server 2012 Express – Deployed and launched by apps 1. “%ProgramFiles%Microsoft SQL Server110ToolsBinnSqlLocalDB.exe" create MyLocalDB 2. “%ProgramFiles%Microsoft SQL Server110ToolsBinnSqlLocalDB.exe" start MyLocalDB
  • 19. p. 1919 19 32-bit or 64-bit? – Use 64-bit whenever possible – Future versions of SQL Server may no longer support 32-bit
  • 20. p. 2020 20 Licensing has changed – You can license your SQL Server: • Per client • Or, per CPU – Let’s talk about each!
  • 21. p. 2121 21 Client Access Licenses (CALs): – Require a separate CAL for each device/user • Concurrent access only… – Works great for small departments/field users
  • 22. p. 2222 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
  • 23. p. 2323 23 More info: – Editions of SQL Server 2012 – Features supported by Edition – SQL Server 2012 Licensing Guide – Licensing Datasheet
  • 24. p. 2424 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 actuallytells you something. “ - Groucho Marx