what is sql server 2012?

18
p. 1 1

Upload: learnitfirstcom

Post on 05-Dec-2014

458 views

Category:

Technology


1 download

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=3m95ie9Na-o In this slideshow, instructor Scott Whigham explains what SQL Server 2012 actually is, and the different components of SQL Server and how they interact with one another. You will get a grasp of what each component is used for and the new features of SQL Server 2012. Highlights in this slideshow: - What is SQL Server 2012? - The components of SQL Server - How the different products interact - Changes in SQL Server 2012 - What is Reporting Services (SSRS)? - What is Integration Services (SSIS)? - What is Anaylsis Services (SSAS)? - What is the Database Engine?

TRANSCRIPT

Page 1: What Is SQL Server 2012?

p. 11

Page 2: What Is SQL Server 2012?

p. 22

2

Chapter: Why SQL Server 2012?Course: SQL Server 2012 - A Comprehensive IntroductionCourse ID: 170Instructor: Scott Whigham

Chapter 02: Video # 1

What Is SQL Server 2012?

Page 3: What Is SQL Server 2012?

p. 33

3

Chapter Listing: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

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: What Is SQL Server 2012?

p. 44

4

Chapter 02: Why SQL Server 2012?Cha

pter 02

• What Is SQL Server 2012?

• Types of Database Management Systems

• The Languages of SQL Server 2012

• What’s New in the SQL Server 2012 Database Engine?

• What’s New in SSIS 2012?

• What’s New in SSRS 2012?

• What’s New in SSAS 2012?

Page 5: What Is SQL Server 2012?

p. 55

5

SQL Server 2012:– SQL Server version 11.0– Evolutionary for most areas

• User‐defined server roles, sequence objects, etc

– Revolutionary in some areas• ColumnStore indexes, AlwaysOn, etc.

Page 6: What Is SQL Server 2012?

p. 66

6

You can skip ahead to video #007 if:

– You know what SQL Server is– You know the languages of SQL Server

Page 7: What Is SQL Server 2012?

p. 77

7

What is SQL Server? – Hard question to answer!– SQL Server is both:

• A suite of software• A product name

Page 8: What Is SQL Server 2012?

p. 88

8

SQL Server 2012:

Page 9: What Is SQL Server 2012?

p. 99

9

Page 10: What Is SQL Server 2012?

p. 1010

10

Page 11: What Is SQL Server 2012?

p. 1111

11

Page 12: What Is SQL Server 2012?

p. 1212

12

SQL Server 2012:

Page 13: What Is SQL Server 2012?

p. 1313

13

The term SQL Server 2012 is confusing

– Microsoft’s marketing department wants you to think of the entire suite

– Colloquially, most people just mean the Database Engine

Page 14: What Is SQL Server 2012?

p. 1414

14

Database Engine and SSAS store and manage data

– They are DBMS’• DataBaseManagement Systems

– D.E. is a relational DBMS– SSAS is a multidimensional DBMS– (more on these terms later)

Page 15: What Is SQL Server 2012?

p. 1515

15

Reporting Services and Integration Services are not DBMS’

– SSIS is an ETL tool• Extract, Transform, and Load

– SSRS is only about reporting• It uses the DE behind the scenes for data storage

Page 16: What Is SQL Server 2012?

p. 1616

16

The interplay between the products:

Page 17: What Is SQL Server 2012?

p. 1717

17

“Scott! What’s the difference between the DE and SSAS though?”

Page 18: What Is SQL Server 2012?

p. 1818

18

In the next video…– Types of Database Management Systems

“If you want to gather honey, don’t kick over the beehive. “

- Dale Carnegie