Vous êtes sur la page 1sur 20

1

p. 1

Chapter 17: Video # 1

What Is Reporting Services?


Chapter: Course: Course ID: Instructor: SQL Server 2012 Reporting Services SQL Server 2012 - A Comprehensive Introduction 170 Scott Whigham

p. 2

Chapter Listing:
1. Course Introduction 10.

2.
3. 4.

Why SQL Server 2012?


Installing, Configuring, and Upgrading to SQL Server 2012 Creating & Managing Databases

Writing Queries and Manipulating Data

11.
12. 13. 14. 15. 16.

Views, Indexes, and Query Plans


Stored Procedures, Triggers, & UDFs Database Security Business Intelligence in 2012 Analysis Services 2012 Integration Services 2012

5.
6. 7.

Server Security
Backup and Restore High Availability/Disaster Recovery

8.
9.

Jobs & Automating Maintenance


Creating Tables and Constraints

17.

Reporting Services 2012

p. 3

Chapter Contents:

What is Reporting Services? Types of Reports You Can Create Authoring Tools Installing and Configuring SSRS

Outline

Report Manager Report Builder SQL Server Data Tools FAQs

p. 4

Data in the enterprise

p. 5

SQL Server 2012 Reporting Services (SSRS):


Microsofts report server and report development platform
A served-based report solution

p. 6

Reports are developed:


in Report Builder

in Visual Studio
... in SQL Server Data Tools (SSDT) by hand-writing XML

p. 7

Reporting Services reports can be:


stored in a SQL Server Database Engine

a .rdl file
embedded into .NET applications integrated with SharePoint

p. 8

Reports can be delivered:


to email, mobile devices, and browsers

via SSRS web service


on a schedule ... when the data changes

p. 9

10

SSRS 2012 101:


Is included at no additional cost when you buy a license to SQL Server 2012 There is a freebie version for Express Edition
http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx Download SQL Server Express with Advanced Services

10

p. 10

11

Lets talk a little about the architecture of SQL Server 2012 Reporting Services
SSRS can be anything from a small plaything on one machine to a missioncritical enterprise reporting platform

11

p. 11

12

There are three components in play:


The client
The one requesting the report

The report server


SSRS

The underlying data that the reports will be built from


SQL Server, Oracle, DB2, etc

12

p. 12

13

13

p. 13

14

This is traditional client-server architecture


The client makes a request (via a url) of the report server
The report server responds with the report data (or error/info)

14

p. 14

15

However, when the report server makes the request to the data source, it is also client-server
The client is the report server

The server is the data source


The report author/administrator can specify how to authenticate to the data source

15

p. 15

16

16

p. 16

17

All client requests to the report server are made via URL
Typically, users are working with applications that feature links to reports or have the reports embedded
This way, users do not need to know URLs

SSRS has its own web server baked in

17

p. 17

18

The report server does much more than just connecting to the data source and creating the report
It also manages secure access to the reports, can schedule delivery for later times, can render the report in multiple ways, and more

18

p. 18

19

Course 174 is a full-length SSRS 2012 course


Comprehensive coverage of:
Report design Report creation Dashboards Deployment Administration SharePoint integration and much more!

19

p. 19

20

In the next video


What Types of Reports Can You Create?

There's no such thing as bad weather, just soft people.

- Bill Bowerman

20

p. 20

Vous aimerez peut-être aussi