SlideShare a Scribd company logo
SQL Server Reporting Services 
By Snigdha Chotani
Agenda 
 SSRS – SQL Server Reporting Services 
 Evolution of SSRS 
 SSRS Architecture 
 SSRS report development 
 SQL Report Services Configuration Manager 
 Report Manager
Microsoft Business Intelligence
SSRS – SQL Server Reporting Services 
Advantages of SQL Server Reporting Services. 
 Faster processes of final reports on both relational and multidimensional 
data. 
 Easily deploying reports using the Microsoft reporting service. 
 Faster delivery of information to business organizations. 
 Providing better Decision making to business users. 
 Direct and efficient way of reporting access to information residing in both 
Oracle and Microsoft SQL Server databases. 
 Provides Ability to business users to interact with information without 
including IT professionals. 
 There is No need for any special skills. 
 It provides a World Wide Web (WWW) based connection for deploying 
reports.
Evolution of SSRS 
 Since its integration into SQL Server 2005, Microsoft has made a number of 
improvements and added many new features. It had a big overhaul in 2008 and acquired 
a bunch of new features with 2008 R2 including: 
 The tablix data region which allows us to convert a report area from a table to a matrix 
and back again 
 Enhanced chart, and new gauge, data regions 
 Complete redesign of the Report Designer including a new Grouping Pane 
 Formatting of text elements, not just at the textbox level 
 Performance enhancements 
 2008 R2: KPIs, maps, sparklines, new functions, published Report Parts, and more 
 Since then, the basic features of the standard SSRS reporting tool haven't changed. 
However, with SSRS 2012, Microsoft added Power View, providing a new way to create 
reports and geared towards business users. Power View is part of SSRS when installed 
in SharePoint integrated mode or as an add-in for Excel 2013. SQL Server 2014 was 
recently released, and there were no developer feature enhancements with this release.
SSRS Architecture
SSRS Architecture 
Core Components 
Client Tools
SSRS Architecture - Features
SSRS Architecture – Presentation Tier 
 Client applications and Built in/Custom tools constitutes the Presentation 
tier. 
 The Presentation tier works on the data provided by middle tier and 
handles report generation and report visualization. 
 Includes various components such as Report builder, Report designer, Model 
designer, Reporting services configuration and other Third party tools.
SSRS Architecture – Middle Tier 
 Report server consists of various windows service components and web service 
components which interacts with Data tier components (Report server database and 
data sources). 
1. Windows service components - Responsible for handling on-demand 
reports, interactive report processing. 
2. Web service components - 
 Scheduling and Delivery processor helps to deliver reports to the target 
destinations which are being triggered from a schedule. 
 Delivery Extension is used to deliver reports to the specified locations either by 
an e-mail delivery extension or by a file share delivery extension. 
3. Furthermore Includes Extension like Security, Data Processing, Report 
Processing , Rendering, etc.
SSRS Architecture – Data Tier 
 The ReportServer database is the primary database for permanent storage of 
reports, report models, and other data related to the management of the report 
 The ReportServerTempDB database stores session cache information and 
cached instances of reports. 
 These databases do not need to be on the same server as the report server. 
 Data Sources like XML, Oracle, etc.
SSRS Architecture - Client Tools 
 Report Manager is administered via Web browser and manages the Report Server. It 
provides front end access to the report server web service components 
 Report Designer is a developer tool for creating reports. 
 Report Builder is a simplified tool for business users to build reports on fly. It acts as 
a base for report creation with Report model. 
 Report Viewer 
 Management Tools
SSRS Architecture (cont’d) 
Report Manager 
 Report Manager is a Web-based report 
access and management tool that you 
use to administer a single report server 
instance from a remote location over an 
HTTP connection. 
 Report Manager is also used for its report 
viewer and navigation features.
SSRS Architecture (cont’d) 
Report Designer 
 The Report Designer provides the capability to design, develop, test and deploy 
reports.
SSRS Architecture (cont’d) 
Report Builder 
 The report model can be developed using the model designer. 
 The Report model developed is then deployed on the report server for 
developing the adhoc reports.
SSRS Architecture (cont’d) 
Management Tools 
 Reporting Services Configuration Manager: 
 SQL Server Management Studio: 
 SQL Server Configuration Manager
SSRS Architecture (cont’d) 
Report Viewer 
 Report Manager: 
 Native mode, Web application. 
 Page through a large report, search, zoom in or out to resize a report, render a report 
to a new format, print the report, and change report parameters. 
 SharePoint: 
 Integrated mode. 
 Open the report in document library or in a Web Part. 
 Search, zoom, render, print, and select parameters.
Creating an SSRS Report
Creating an SSRS Report 
1. Create a data connection 
2. Create a dataset 
3. Select a report type 
4. Design a table 
5. Choose the table layout 
6. Deploy the Report
SSRS Report Types 
 Canned Report: 
 Detailed operational data. 
 Gathered from a variety of data sources. 
 Organized into a central repository. 
 Ad hoc Report: 
 Report Builder. 
 users with limited technical skills. 
 simple reports saved privately or shared. 
 Dashboards
Creating new Project
Create Data Source
Create DataSet
Table Vs Matrix
Charts and Properties
Deploying Report on 
Report Server
Deployment of Report
Management Tools 
 Reporting Services Configuration Manager: 
 Configure a local or remote Reporting Services installation. 
 Assign service accounts for running the service and for processing 
reports for schedule operations. 
 Configure the URLs to be used by the Reporting Service application. 
 Create the report server databases to host the application data. 
 Convert a report server to native mode or integrated mode. 
 Configure e-mail delivery of reports,. 
 Connect a report server to a scale-out deployment. 
 SQL Server Management Studio: 
 SQL Server Configuration Manager
SQL Report Services Configuration Manager
Report Manager
Report Manager 
1. View, search, print, and subscribe to reports. 
2. Create, secure, and maintain the folder hierarchy to organize 
items on the server. 
3. Configure role-based security that determines access to items 
and operations. 
4. Create report models that connect to and retrieve data from a 
Microsoft SQL Server Analysis Services data source or from a 
SQL Server relational data source. 
5. Set model item security to allow access to specific entities in 
the model, or map entities to predefined click through reports 
that you create in advance. 
6. Create shared schedules and shared data sources to make 
schedules and data source connections more manageable. 
7. Create data-driven subscriptions that roll out reports to a large 
recipient list. 
8. Create linked reports to reuse and repurpose an existing 
report in different ways. 
9. Launch Report Builder to create reports that you can save and 
run on the report server.
Report Manager
Report Manager
Configure Report Manager Security
Topics for the advanced session 
 Integration with data quality 
 Cube as data source 
 Deployment XML scripts. 
 Sharepoint integration 
 Mobile integration 
 Scheduling reports 
 Cache based reporting
Thank You!!! 
© 2013 SAPIENT CORPORATION | CONFIDENTIAL

More Related Content

What's hot

MSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting ServicesMSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting Services
Thejaswi shasthri
 
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Bala Subra
 
SQL Server Reporting Services
SQL Server Reporting ServicesSQL Server Reporting Services
SQL Server Reporting ServicesAhmed Elbaz
 
SSRS integration with share point
SSRS integration with share pointSSRS integration with share point
SSRS integration with share point
Jacob Chang
 
SSRS 2008 R2
SSRS 2008 R2SSRS 2008 R2
SSRS 2008 R2
tomerl
 
Reports with SQL Server Reporting Services
Reports with SQL Server Reporting ServicesReports with SQL Server Reporting Services
Reports with SQL Server Reporting Services
Peter Gfader
 
Presentation 1 - SSRS (1)
Presentation 1 - SSRS (1)Presentation 1 - SSRS (1)
Presentation 1 - SSRS (1)Anurag Rana
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best Practices
Denny Lee
 
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
Edureka!
 
SQL Reporting service presentation
SQL Reporting service presentationSQL Reporting service presentation
SQL Reporting service presentationAhmed M. Rafik
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008
VishalJharwade
 
Advanced SSRS Reporting Techniques
Advanced SSRS Reporting TechniquesAdvanced SSRS Reporting Techniques
Advanced SSRS Reporting Techniques
DAGEOP LTD
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
John White
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBIEdureka!
 
SQL Server 2008 New Features
SQL Server 2008 New FeaturesSQL Server 2008 New Features
SQL Server 2008 New Features
Dan English
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel BayetaSam B
 
Integrating SSRS with SharePoint
Integrating SSRS with SharePointIntegrating SSRS with SharePoint
Integrating SSRS with SharePoint
SharePoint Saturday New Jersey
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
Eduardo Castro
 
New features of sql server 2016 bi features
New features of sql server 2016 bi featuresNew features of sql server 2016 bi features
New features of sql server 2016 bi features
Chris Testa-O'Neill
 
Microsoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft SQL Server - Developing Rich Reporting Solutions PresentationMicrosoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft SQL Server - Developing Rich Reporting Solutions PresentationMicrosoft Private Cloud
 

What's hot (20)

MSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting ServicesMSBI-SQL Server Reporting Services
MSBI-SQL Server Reporting Services
 
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
Basics & Intro to SQL Server Reporting Services: Sql Server Ssrs 2008 R2
 
SQL Server Reporting Services
SQL Server Reporting ServicesSQL Server Reporting Services
SQL Server Reporting Services
 
SSRS integration with share point
SSRS integration with share pointSSRS integration with share point
SSRS integration with share point
 
SSRS 2008 R2
SSRS 2008 R2SSRS 2008 R2
SSRS 2008 R2
 
Reports with SQL Server Reporting Services
Reports with SQL Server Reporting ServicesReports with SQL Server Reporting Services
Reports with SQL Server Reporting Services
 
Presentation 1 - SSRS (1)
Presentation 1 - SSRS (1)Presentation 1 - SSRS (1)
Presentation 1 - SSRS (1)
 
SQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best PracticesSQL Server Reporting Services: IT Best Practices
SQL Server Reporting Services: IT Best Practices
 
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
SSRS Tutorial | SQL SERVER REPORTING SERVICES ( SSRS ) | MSBI Training Videos...
 
SQL Reporting service presentation
SQL Reporting service presentationSQL Reporting service presentation
SQL Reporting service presentation
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008
 
Advanced SSRS Reporting Techniques
Advanced SSRS Reporting TechniquesAdvanced SSRS Reporting Techniques
Advanced SSRS Reporting Techniques
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBI
 
SQL Server 2008 New Features
SQL Server 2008 New FeaturesSQL Server 2008 New Features
SQL Server 2008 New Features
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel Bayeta
 
Integrating SSRS with SharePoint
Integrating SSRS with SharePointIntegrating SSRS with SharePoint
Integrating SSRS with SharePoint
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
 
New features of sql server 2016 bi features
New features of sql server 2016 bi featuresNew features of sql server 2016 bi features
New features of sql server 2016 bi features
 
Microsoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft SQL Server - Developing Rich Reporting Solutions PresentationMicrosoft SQL Server - Developing Rich Reporting Solutions Presentation
Microsoft SQL Server - Developing Rich Reporting Solutions Presentation
 

Viewers also liked

Unite 1_Obesite en Irlande
Unite 1_Obesite en IrlandeUnite 1_Obesite en Irlande
Unite 1_Obesite en Irlande
Amélie Baillargeon
 
Configuring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenariosConfiguring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenarios
SPC Adriatics
 
SPS St Louis - SSRS 2012 SharePoint 2013 List Reporting
SPS St Louis -  SSRS 2012 SharePoint 2013 List ReportingSPS St Louis -  SSRS 2012 SharePoint 2013 List Reporting
SPS St Louis - SSRS 2012 SharePoint 2013 List ReportingPatrick Tucker
 
Bilirs Business Intelligence Portfolio SSRS PPS SP ES Project
Bilirs Business Intelligence Portfolio SSRS PPS SP ES ProjectBilirs Business Intelligence Portfolio SSRS PPS SP ES Project
Bilirs Business Intelligence Portfolio SSRS PPS SP ES Project
Figen Bilir
 
SSRS and Sharepoint
SSRS and SharepointSSRS and Sharepoint
SSRS and Sharepoint
carmenfaber
 
Agile Methodology Approach to SSRS Reporting
Agile Methodology Approach to SSRS ReportingAgile Methodology Approach to SSRS Reporting
Agile Methodology Approach to SSRS Reporting
Danielson Samuel
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
InnoTech
 
Data mining
Data miningData mining
Data mining
Akannsha Totewar
 

Viewers also liked (8)

Unite 1_Obesite en Irlande
Unite 1_Obesite en IrlandeUnite 1_Obesite en Irlande
Unite 1_Obesite en Irlande
 
Configuring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenariosConfiguring SharePoint 2013 for BI scenarios
Configuring SharePoint 2013 for BI scenarios
 
SPS St Louis - SSRS 2012 SharePoint 2013 List Reporting
SPS St Louis -  SSRS 2012 SharePoint 2013 List ReportingSPS St Louis -  SSRS 2012 SharePoint 2013 List Reporting
SPS St Louis - SSRS 2012 SharePoint 2013 List Reporting
 
Bilirs Business Intelligence Portfolio SSRS PPS SP ES Project
Bilirs Business Intelligence Portfolio SSRS PPS SP ES ProjectBilirs Business Intelligence Portfolio SSRS PPS SP ES Project
Bilirs Business Intelligence Portfolio SSRS PPS SP ES Project
 
SSRS and Sharepoint
SSRS and SharepointSSRS and Sharepoint
SSRS and Sharepoint
 
Agile Methodology Approach to SSRS Reporting
Agile Methodology Approach to SSRS ReportingAgile Methodology Approach to SSRS Reporting
Agile Methodology Approach to SSRS Reporting
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
 
Data mining
Data miningData mining
Data mining
 

Similar to Ssrs 2008 R2 webinar

Using ssr swithsqlexpress
Using ssr swithsqlexpressUsing ssr swithsqlexpress
Using ssr swithsqlexpress
guestc3c6593
 
Deliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE ApplicationsDeliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE Applications
infopapers
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online training
Glory IT Technologies Pvt. Ltd.
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
Eduardo Castro
 
Balamurugan msbi cv
Balamurugan msbi cvBalamurugan msbi cv
Balamurugan msbi cv
bala murugan
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
Sqlperfomance
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional PortfolioMoniqueO Opris
 
SSAS - Other Cube Browsers
SSAS - Other Cube BrowsersSSAS - Other Cube Browsers
SSAS - Other Cube Browsers
Peter Gfader
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
Govind S Yadav
 
MS Sql Server: Reporting introduction
MS Sql Server: Reporting introductionMS Sql Server: Reporting introduction
MS Sql Server: Reporting introduction
DataminingTools Inc
 
MS Sql Server: Reporting introduction
MS Sql Server: Reporting introductionMS Sql Server: Reporting introduction
MS Sql Server: Reporting introduction
sqlserver content
 
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationSQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationMicrosoft Private Cloud
 
Business Intelligence Portfolio
Business Intelligence PortfolioBusiness Intelligence Portfolio
Business Intelligence Portfolio
pleeloy
 

Similar to Ssrs 2008 R2 webinar (20)

REPORT ON (1)
REPORT ON (1)REPORT ON (1)
REPORT ON (1)
 
Using ssr swithsqlexpress
Using ssr swithsqlexpressUsing ssr swithsqlexpress
Using ssr swithsqlexpress
 
Deliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE ApplicationsDeliver Dynamic and Interactive Web Content in J2EE Applications
Deliver Dynamic and Interactive Web Content in J2EE Applications
 
William Lu
William LuWilliam Lu
William Lu
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online training
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
 
MSBI_MSSQL_Bhrath
MSBI_MSSQL_BhrathMSBI_MSSQL_Bhrath
MSBI_MSSQL_Bhrath
 
Balamurugan msbi cv
Balamurugan msbi cvBalamurugan msbi cv
Balamurugan msbi cv
 
Reporting tools for sql server
Reporting tools for sql serverReporting tools for sql server
Reporting tools for sql server
 
Nikhil_MSBI_updated
Nikhil_MSBI_updatedNikhil_MSBI_updated
Nikhil_MSBI_updated
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional Portfolio
 
SSAS - Other Cube Browsers
SSAS - Other Cube BrowsersSSAS - Other Cube Browsers
SSAS - Other Cube Browsers
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
 
MS Sql Server: Reporting introduction
MS Sql Server: Reporting introductionMS Sql Server: Reporting introduction
MS Sql Server: Reporting introduction
 
MS Sql Server: Reporting introduction
MS Sql Server: Reporting introductionMS Sql Server: Reporting introduction
MS Sql Server: Reporting introduction
 
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions PresentationSQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
SQL Server 2008 R2 - Developing Rich Reporting Solutions Presentation
 
Business Intelligence Portfolio
Business Intelligence PortfolioBusiness Intelligence Portfolio
Business Intelligence Portfolio
 
Resume Vikram_S
Resume Vikram_SResume Vikram_S
Resume Vikram_S
 
Rakesh
RakeshRakesh
Rakesh
 

Recently uploaded

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

Ssrs 2008 R2 webinar

  • 1. SQL Server Reporting Services By Snigdha Chotani
  • 2. Agenda  SSRS – SQL Server Reporting Services  Evolution of SSRS  SSRS Architecture  SSRS report development  SQL Report Services Configuration Manager  Report Manager
  • 4. SSRS – SQL Server Reporting Services Advantages of SQL Server Reporting Services.  Faster processes of final reports on both relational and multidimensional data.  Easily deploying reports using the Microsoft reporting service.  Faster delivery of information to business organizations.  Providing better Decision making to business users.  Direct and efficient way of reporting access to information residing in both Oracle and Microsoft SQL Server databases.  Provides Ability to business users to interact with information without including IT professionals.  There is No need for any special skills.  It provides a World Wide Web (WWW) based connection for deploying reports.
  • 5. Evolution of SSRS  Since its integration into SQL Server 2005, Microsoft has made a number of improvements and added many new features. It had a big overhaul in 2008 and acquired a bunch of new features with 2008 R2 including:  The tablix data region which allows us to convert a report area from a table to a matrix and back again  Enhanced chart, and new gauge, data regions  Complete redesign of the Report Designer including a new Grouping Pane  Formatting of text elements, not just at the textbox level  Performance enhancements  2008 R2: KPIs, maps, sparklines, new functions, published Report Parts, and more  Since then, the basic features of the standard SSRS reporting tool haven't changed. However, with SSRS 2012, Microsoft added Power View, providing a new way to create reports and geared towards business users. Power View is part of SSRS when installed in SharePoint integrated mode or as an add-in for Excel 2013. SQL Server 2014 was recently released, and there were no developer feature enhancements with this release.
  • 7. SSRS Architecture Core Components Client Tools
  • 9. SSRS Architecture – Presentation Tier  Client applications and Built in/Custom tools constitutes the Presentation tier.  The Presentation tier works on the data provided by middle tier and handles report generation and report visualization.  Includes various components such as Report builder, Report designer, Model designer, Reporting services configuration and other Third party tools.
  • 10. SSRS Architecture – Middle Tier  Report server consists of various windows service components and web service components which interacts with Data tier components (Report server database and data sources). 1. Windows service components - Responsible for handling on-demand reports, interactive report processing. 2. Web service components -  Scheduling and Delivery processor helps to deliver reports to the target destinations which are being triggered from a schedule.  Delivery Extension is used to deliver reports to the specified locations either by an e-mail delivery extension or by a file share delivery extension. 3. Furthermore Includes Extension like Security, Data Processing, Report Processing , Rendering, etc.
  • 11. SSRS Architecture – Data Tier  The ReportServer database is the primary database for permanent storage of reports, report models, and other data related to the management of the report  The ReportServerTempDB database stores session cache information and cached instances of reports.  These databases do not need to be on the same server as the report server.  Data Sources like XML, Oracle, etc.
  • 12. SSRS Architecture - Client Tools  Report Manager is administered via Web browser and manages the Report Server. It provides front end access to the report server web service components  Report Designer is a developer tool for creating reports.  Report Builder is a simplified tool for business users to build reports on fly. It acts as a base for report creation with Report model.  Report Viewer  Management Tools
  • 13. SSRS Architecture (cont’d) Report Manager  Report Manager is a Web-based report access and management tool that you use to administer a single report server instance from a remote location over an HTTP connection.  Report Manager is also used for its report viewer and navigation features.
  • 14. SSRS Architecture (cont’d) Report Designer  The Report Designer provides the capability to design, develop, test and deploy reports.
  • 15. SSRS Architecture (cont’d) Report Builder  The report model can be developed using the model designer.  The Report model developed is then deployed on the report server for developing the adhoc reports.
  • 16. SSRS Architecture (cont’d) Management Tools  Reporting Services Configuration Manager:  SQL Server Management Studio:  SQL Server Configuration Manager
  • 17. SSRS Architecture (cont’d) Report Viewer  Report Manager:  Native mode, Web application.  Page through a large report, search, zoom in or out to resize a report, render a report to a new format, print the report, and change report parameters.  SharePoint:  Integrated mode.  Open the report in document library or in a Web Part.  Search, zoom, render, print, and select parameters.
  • 19. Creating an SSRS Report 1. Create a data connection 2. Create a dataset 3. Select a report type 4. Design a table 5. Choose the table layout 6. Deploy the Report
  • 20. SSRS Report Types  Canned Report:  Detailed operational data.  Gathered from a variety of data sources.  Organized into a central repository.  Ad hoc Report:  Report Builder.  users with limited technical skills.  simple reports saved privately or shared.  Dashboards
  • 26. Deploying Report on Report Server
  • 28. Management Tools  Reporting Services Configuration Manager:  Configure a local or remote Reporting Services installation.  Assign service accounts for running the service and for processing reports for schedule operations.  Configure the URLs to be used by the Reporting Service application.  Create the report server databases to host the application data.  Convert a report server to native mode or integrated mode.  Configure e-mail delivery of reports,.  Connect a report server to a scale-out deployment.  SQL Server Management Studio:  SQL Server Configuration Manager
  • 29. SQL Report Services Configuration Manager
  • 31. Report Manager 1. View, search, print, and subscribe to reports. 2. Create, secure, and maintain the folder hierarchy to organize items on the server. 3. Configure role-based security that determines access to items and operations. 4. Create report models that connect to and retrieve data from a Microsoft SQL Server Analysis Services data source or from a SQL Server relational data source. 5. Set model item security to allow access to specific entities in the model, or map entities to predefined click through reports that you create in advance. 6. Create shared schedules and shared data sources to make schedules and data source connections more manageable. 7. Create data-driven subscriptions that roll out reports to a large recipient list. 8. Create linked reports to reuse and repurpose an existing report in different ways. 9. Launch Report Builder to create reports that you can save and run on the report server.
  • 35. Topics for the advanced session  Integration with data quality  Cube as data source  Deployment XML scripts.  Sharepoint integration  Mobile integration  Scheduling reports  Cache based reporting
  • 36. Thank You!!! © 2013 SAPIENT CORPORATION | CONFIDENTIAL

Editor's Notes

  1. Report Server Database stores report definitions
  2. 1. Delivery and custom Report processing extensions are optional, but necessary if you want to support report distribution or custom controls.