SlideShare ist ein Scribd-Unternehmen logo
1 von 45
SM




MSBI-SSRS Introduction
Friday 14, 2011




                          Prepared By



                            Hussain Syed
                  hussain.syed@mresult.com
SM




       OVERVIEW OF PRESENTATION:
  • Introduction to MSBI.

  • SSRS in MSBI- Architecture.

  • SSRS Architecture.

  • SSRS 2008 Features.

  • Start Working with SSRS.



(c) 2008 MResult Corp | Confidential        2
SM




BUSINESS INTELLIGENCE:

“Providing Right Information at the Right-Time in the
Right-Format to the Decision-Makers.”
Microsoft Vision & Strategy
Democratizing Business Intelligence


     Improving organizations by
   providing business insights to
  all employees leading to better,
  faster, more relevant decisions
Supported By A Trusted BI
Platform
Your data, any place, any time

Enterprise Data Platform                      Services
                                        Reporting      Integration
                                             Entity Data Model
                              Analysis                           Synch
                                                   FILE
                                              RDBMS
   Beyond Relational       Query                        OLAP         Search
                                                  XML




 Dynamic Development       Mobile and
                                                    Server               Cloud
                            Desktop



   Pervasive Insight
Changing The BI Market
Dynamics
New economics encourage widespread
deployment      For Similar Customer Budgets
                   BI Users     Departments Served




     Typical BI
    deployment
SM




                                                       DELIVE Y
                                                             R


                                                 SharePoint S ver
                                                             er
                       Report s                   E xcel
                                       DashboardsWorkbooks   Analyt ic   Scorecards   Plans
                                                              Views

                         END US R TOOLS & PE FOR
                               E            R   MANCE MANAGEMENT APPS

                                       Excel                  Per f ormancePoint S ver
                                                                                  er

                                                    BI PLATFORM
                                SQL S  erver                           SQL S  erver
                             Report ing Services                     Analysis Services

                                                  SQL Server DBM S

                                           SQL Server Int egrat ion Services




(c) 2008 MResult Corp | Confidential                                                          9
SM




SQL Server Reporting Services(SSRS) is a reporting software application from
Microsoft.

SSRS actually runs within Visual Studio, in an application called BIDS (Business
Intelligence Design Studio).


SSRS Components:
BIDS – Visual Studio shell (data mgt, report design, deployment)
Report Server
Report Builder
Report Manager
VS integration via Report Viewer Control
SM




                                       Overview - SSRS Components


                                                                      (BIDS)




                                                                    Visual
                                                                    Studio




(c) 2008 MResult Corp | Confidential                                           11
SM




                          SQL Server Reporting Architecture




(c) 2008 MResult Corp | Confidential                           12
SM




The New features in the SQL Server 2008 release of Reporting
Services were in four general areas:


 Report Authoring



 Report Processing and Rendering



 Server Architecture and Tools



Report Programmability
SM




                        Report Authoring
 The Report Designer gained new data regions, a new data
source type (a new data processing extension for Teradata) and an
improved design / authoring experience.



 SQL Server 2008 Reporting Services also introduces two new data
regions, the Tablix and Gauge.



 The Tablix data region combines the previously independent
table, list and matrix into a single data region, with more versatile
grouping of rows and columns to allow for better customization.
SM




                                       Tablix


                                                      Table




                                                        Matrix




                                                     List


(c) 2008 MResult Corp | Confidential                             15
SM




Gauge


• Useful for showing KPI information on a report
   – KPI – Key Performance Indicator
• Two types
   – Radial
   – Linear
SM




Gauge


• Cannot change type once it’s added
   – Need to delete and add the control as a different type
• Can have 1-n scales displayed
• Must use aggregate values
   – SUM – numeric data
   – COUNT – text data
• Set the scale range maximum and minimum
SM




                Report Processing and Rendering


 SQL Server 2008 Reporting Services included a new
rendering extension for Microsoft Word, and improvements
to the rendering extensions for Microsoft Excel and CSV.


 The improvements help to ensure that all rendering
extensions handle soft and logical page breaks consistently.


 We can also improve the processing of reports on large
amounts of data by using On-Demand Report Processing:
SM




                       Server Architecture and Tools


 Native support for HTTP.SYS and ASP.NET.


 URL management for site and virtual directory names.


 A new authentication layer.


 Health monitoring through newly designed memory management   features.
SM




• The Reporting Services Configuration tool.

• SQL Server Management Studio (SSMS),


• Report Manager (for a native mode report server).


• SharePoint application pages (for SharePoint integrated
mode).
SM




               Report Server Programmability

 SQL Server 2008 Reporting Services introduces a new
server extension called the Report Definition
Customization extension.



 This provides report definition preprocessing, allowing us
to dynamically customize a report definition before its passage
to the processing engine, based upon values dictated within
the RDL
SM




Start Working With SSRS
SM
SM




Following are Steps to Create Shared Data Source
Step 1:Open BIDS: Click on Start –> All Programs –> SQL Server 2008 –> SQL
Server Business Intelligence Development Studio

Step 2 :From the menu bar, select File –> New –> Project

Step 3 :In the Solution Explorer pane, right click on Shared Data Sources folder –>
click on Add New Data Source. Which open Shared Data Source Properties dialog.

Step 4 :Enter Data Source name in Name textbox (we are taking
MyFirstSSRSSharedDataSource) and shown as Microsoft SQL Server.

Step 5 :Click on Edit button to set connection string.

Step 6:Enter Server name and Database name from dropdown boxes. Finally click on
Test Connection to check the connection.

Step 7:Click OK to complete and save changes. Now you can see
MyFirstSSRSSharedDataSourcedata source in Solution Explorer pane
SM




(c) 2008 MResult Corp | Confidential        25
SM
SM




                                       Report Desinger




(c) 2008 MResult Corp | Confidential                          27
SM




            Main Features of Report Designer

The Datasets window shows the data that is available to the report.

 The main design window lets you view the report itself.

 The Solution Explorer, Output, and Properties windows are the standard
Visual Studio windows.

 You can change the available data or the sort order for the report by
modifying the query on the Data tab.


 You can resize or rearrange controls on the Layout tab.
SM




Solution Explorer in SSRS is as shown
SM




Right Click on above and select ‘Add New Data
Source’
SM




Give Name as MyFirstSSRSShared Data Source
SM




We have following bunch of option to use as Data Source
SM




Don’t need to write or remember connection string just
click on edit
SM




Connection Properties
SM




You can specify various credentials to this shared
Data source as security reports is must
SM




Click on ok and you will see shared data source is ready to use in
your solution explore
SM




Report Data
• New Data Pane
   – Built-in Fields
      • Total Pages, Execution
        Time, Page Number, User
        ID, etc.
   – Parameters
      • Report Parameters
   – Images
   – DataSets
      • Example: AdventureWorks
SM




(c) 2008 MResult Corp | Confidential        38
SM




Data Sources


• Now supports TeraData data sources
• Still supported:
   > SQL Server      > XML
   > Oracle          > SAP NetWeaver BI
   > OLEDB           > Hyperion ESSBase
   > ODBC
SM




Tool Box


• New Items added in SSRS
  2008 R2:
   – Chart
   – Gauge
SM




Charts


• Many new charts added to this version
SM




SSRS Example Reports
SM




SSRS Example Reports
SM




Resources

/    https://bimentalist.wordpress.com/ssrs/

     Tablix :http://msdn.microsoft.com/en-us/library/cc645966.aspx
     Guage: http://msdn.microsoft.com/en-us/library/cc281374.aspx
http://www.simple-talk.com/sql/reporting-services/new-features-in-reporting-
services-2008-and-2008-r2/

New Features in Reporting Services 2008 and 2008 R2 ( Bill Pearson):       Adventure
Works Report Samples:
    http://msdn.microsoft.com/en-
    us/library/aa337432(SQL.90).aspx
SM




                                       THANK YOU




(c) 2008 MResult Corp | Confidential                    45

Weitere ähnliche Inhalte

Was ist angesagt?

SQL Queries
SQL QueriesSQL Queries
SQL QueriesNilt1234
 
Introduction of ssis
Introduction of ssisIntroduction of ssis
Introduction of ssisdeepakk073
 
MySQL_SQL_Tunning_v0.1.3.docx
MySQL_SQL_Tunning_v0.1.3.docxMySQL_SQL_Tunning_v0.1.3.docx
MySQL_SQL_Tunning_v0.1.3.docxNeoClova
 
PostgreSQL- An Introduction
PostgreSQL- An IntroductionPostgreSQL- An Introduction
PostgreSQL- An IntroductionSmita Prasad
 
SQL Server Upgrade and Consolidation - Methodology and Approach
SQL Server Upgrade and Consolidation - Methodology and ApproachSQL Server Upgrade and Consolidation - Methodology and Approach
SQL Server Upgrade and Consolidation - Methodology and ApproachIndra Dharmawan
 
Sql server ___________session_17(indexes)
Sql server  ___________session_17(indexes)Sql server  ___________session_17(indexes)
Sql server ___________session_17(indexes)Ehtisham Ali
 
PostgreSQL Database Slides
PostgreSQL Database SlidesPostgreSQL Database Slides
PostgreSQL Database Slidesmetsarin
 
Introduction to Azure Databricks
Introduction to Azure DatabricksIntroduction to Azure Databricks
Introduction to Azure DatabricksJames Serra
 
PostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaPostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaEdureka!
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB
 
Introduction to PySpark
Introduction to PySparkIntroduction to PySpark
Introduction to PySparkRussell Jurney
 

Was ist angesagt? (20)

Sql commands
Sql commandsSql commands
Sql commands
 
SQL Queries
SQL QueriesSQL Queries
SQL Queries
 
Ms sql-server
Ms sql-serverMs sql-server
Ms sql-server
 
Introduction of ssis
Introduction of ssisIntroduction of ssis
Introduction of ssis
 
MySQL_SQL_Tunning_v0.1.3.docx
MySQL_SQL_Tunning_v0.1.3.docxMySQL_SQL_Tunning_v0.1.3.docx
MySQL_SQL_Tunning_v0.1.3.docx
 
PostgreSQL- An Introduction
PostgreSQL- An IntroductionPostgreSQL- An Introduction
PostgreSQL- An Introduction
 
SQL Server Upgrade and Consolidation - Methodology and Approach
SQL Server Upgrade and Consolidation - Methodology and ApproachSQL Server Upgrade and Consolidation - Methodology and Approach
SQL Server Upgrade and Consolidation - Methodology and Approach
 
SQL
SQL SQL
SQL
 
SQL
SQLSQL
SQL
 
SQL Basics
SQL BasicsSQL Basics
SQL Basics
 
Sql server
Sql serverSql server
Sql server
 
Sql server ___________session_17(indexes)
Sql server  ___________session_17(indexes)Sql server  ___________session_17(indexes)
Sql server ___________session_17(indexes)
 
Chapter 1 introduction to sql server
Chapter 1 introduction to sql serverChapter 1 introduction to sql server
Chapter 1 introduction to sql server
 
PostgreSQL Database Slides
PostgreSQL Database SlidesPostgreSQL Database Slides
PostgreSQL Database Slides
 
SQL Commands
SQL Commands SQL Commands
SQL Commands
 
Introduction to Azure Databricks
Introduction to Azure DatabricksIntroduction to Azure Databricks
Introduction to Azure Databricks
 
PostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | EdurekaPostgreSQL Tutorial For Beginners | Edureka
PostgreSQL Tutorial For Beginners | Edureka
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
 
Introduction to PySpark
Introduction to PySparkIntroduction to PySpark
Introduction to PySpark
 
SQL
SQLSQL
SQL
 

Ähnlich wie MSBI-SSRS PPT

Building SSRS 2008 large scale solutions
Building SSRS 2008 large scale solutionsBuilding SSRS 2008 large scale solutions
Building SSRS 2008 large scale solutionsDenny Lee
 
Enabling End User And Ad Hoc Reporting With M S S Q L Server 2005 R...
Enabling  End  User And  Ad  Hoc  Reporting  With  M S  S Q L  Server 2005  R...Enabling  End  User And  Ad  Hoc  Reporting  With  M S  S Q L  Server 2005  R...
Enabling End User And Ad Hoc Reporting With M S S Q L Server 2005 R...Joseph Lopez
 
AAO BI Resume
AAO BI ResumeAAO BI Resume
AAO BI ResumeAl Ottley
 
Driving BI with SQL Server 2008
Driving BI with SQL Server 2008Driving BI with SQL Server 2008
Driving BI with SQL Server 2008Dan English
 
Jeamaire Drone’s Business Intelligence Portfolio
Jeamaire Drone’s Business Intelligence PortfolioJeamaire Drone’s Business Intelligence Portfolio
Jeamaire Drone’s Business Intelligence PortfolioHESABLE1
 
Autoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosAutoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosEduardo Castro
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPGovind S Yadav
 
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITDenny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITBala Subra
 
Resume of Pritam Das
Resume of Pritam DasResume of Pritam Das
Resume of Pritam DasPritam Das
 
Raymond Cochrane 12_12_12
Raymond Cochrane 12_12_12Raymond Cochrane 12_12_12
Raymond Cochrane 12_12_12Ray Cochrane
 
SQL Server 2012 and SharePoint 2010: Reporting Nirvana
SQL Server 2012 and SharePoint 2010: Reporting NirvanaSQL Server 2012 and SharePoint 2010: Reporting Nirvana
SQL Server 2012 and SharePoint 2010: Reporting NirvanaRandy Williams
 
Matt Silveus Bi Portfolio
Matt Silveus Bi PortfolioMatt Silveus Bi Portfolio
Matt Silveus Bi PortfolioMatthew Silveus
 
Olga Klimova - Data Warehouse Resume
Olga Klimova - Data Warehouse ResumeOlga Klimova - Data Warehouse Resume
Olga Klimova - Data Warehouse ResumeOlga Klimova
 
BrianMiller CV short 2015
BrianMiller CV short 2015BrianMiller CV short 2015
BrianMiller CV short 2015Brian Miller
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel BayetaSam B
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008VishalJharwade
 

Ähnlich wie MSBI-SSRS PPT (20)

Building SSRS 2008 large scale solutions
Building SSRS 2008 large scale solutionsBuilding SSRS 2008 large scale solutions
Building SSRS 2008 large scale solutions
 
Enabling End User And Ad Hoc Reporting With M S S Q L Server 2005 R...
Enabling  End  User And  Ad  Hoc  Reporting  With  M S  S Q L  Server 2005  R...Enabling  End  User And  Ad  Hoc  Reporting  With  M S  S Q L  Server 2005  R...
Enabling End User And Ad Hoc Reporting With M S S Q L Server 2005 R...
 
AAO BI Resume
AAO BI ResumeAAO BI Resume
AAO BI Resume
 
Driving BI with SQL Server 2008
Driving BI with SQL Server 2008Driving BI with SQL Server 2008
Driving BI with SQL Server 2008
 
Jeamaire Drone’s Business Intelligence Portfolio
Jeamaire Drone’s Business Intelligence PortfolioJeamaire Drone’s Business Intelligence Portfolio
Jeamaire Drone’s Business Intelligence Portfolio
 
Autoservicio de inteligencia de negocios
Autoservicio de inteligencia de negociosAutoservicio de inteligencia de negocios
Autoservicio de inteligencia de negocios
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
 
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for ITDenny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
Denny Lee\'s Data Camp v1.0 talk on SSRS Best Practices for IT
 
Naveen CV
Naveen CVNaveen CV
Naveen CV
 
Resume of Pritam Das
Resume of Pritam DasResume of Pritam Das
Resume of Pritam Das
 
Raymond Cochrane 12_12_12
Raymond Cochrane 12_12_12Raymond Cochrane 12_12_12
Raymond Cochrane 12_12_12
 
SQL Server 2012 and SharePoint 2010: Reporting Nirvana
SQL Server 2012 and SharePoint 2010: Reporting NirvanaSQL Server 2012 and SharePoint 2010: Reporting Nirvana
SQL Server 2012 and SharePoint 2010: Reporting Nirvana
 
Matt Silveus Bi Portfolio
Matt Silveus Bi PortfolioMatt Silveus Bi Portfolio
Matt Silveus Bi Portfolio
 
Ssrs 2008 R2 webinar
Ssrs 2008 R2   webinarSsrs 2008 R2   webinar
Ssrs 2008 R2 webinar
 
Olga Klimova - Data Warehouse Resume
Olga Klimova - Data Warehouse ResumeOlga Klimova - Data Warehouse Resume
Olga Klimova - Data Warehouse Resume
 
BrianMiller CV short 2015
BrianMiller CV short 2015BrianMiller CV short 2015
BrianMiller CV short 2015
 
Arvind _MSBI_3YearsExp
Arvind _MSBI_3YearsExpArvind _MSBI_3YearsExp
Arvind _MSBI_3YearsExp
 
Samuel Bayeta
Samuel BayetaSamuel Bayeta
Samuel Bayeta
 
Msbi online training
Msbi online trainingMsbi online training
Msbi online training
 
SQL Server Reporting Services 2008
SQL Server Reporting Services 2008SQL Server Reporting Services 2008
SQL Server Reporting Services 2008
 

Kürzlich hochgeladen

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
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
 

Kürzlich hochgeladen (20)

Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
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
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
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
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
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
 

MSBI-SSRS PPT

  • 1. SM MSBI-SSRS Introduction Friday 14, 2011 Prepared By Hussain Syed hussain.syed@mresult.com
  • 2. SM OVERVIEW OF PRESENTATION: • Introduction to MSBI. • SSRS in MSBI- Architecture. • SSRS Architecture. • SSRS 2008 Features. • Start Working with SSRS. (c) 2008 MResult Corp | Confidential 2
  • 3. SM BUSINESS INTELLIGENCE: “Providing Right Information at the Right-Time in the Right-Format to the Decision-Makers.”
  • 4.
  • 5. Microsoft Vision & Strategy Democratizing Business Intelligence Improving organizations by providing business insights to all employees leading to better, faster, more relevant decisions
  • 6. Supported By A Trusted BI Platform Your data, any place, any time Enterprise Data Platform Services Reporting Integration Entity Data Model Analysis Synch FILE RDBMS Beyond Relational Query OLAP Search XML Dynamic Development Mobile and Server Cloud Desktop Pervasive Insight
  • 7. Changing The BI Market Dynamics New economics encourage widespread deployment For Similar Customer Budgets BI Users Departments Served Typical BI deployment
  • 8.
  • 9. SM DELIVE Y R SharePoint S ver er Report s E xcel DashboardsWorkbooks Analyt ic Scorecards Plans Views END US R TOOLS & PE FOR E R MANCE MANAGEMENT APPS Excel Per f ormancePoint S ver er BI PLATFORM SQL S erver SQL S erver Report ing Services Analysis Services SQL Server DBM S SQL Server Int egrat ion Services (c) 2008 MResult Corp | Confidential 9
  • 10. SM SQL Server Reporting Services(SSRS) is a reporting software application from Microsoft. SSRS actually runs within Visual Studio, in an application called BIDS (Business Intelligence Design Studio). SSRS Components: BIDS – Visual Studio shell (data mgt, report design, deployment) Report Server Report Builder Report Manager VS integration via Report Viewer Control
  • 11. SM Overview - SSRS Components (BIDS) Visual Studio (c) 2008 MResult Corp | Confidential 11
  • 12. SM SQL Server Reporting Architecture (c) 2008 MResult Corp | Confidential 12
  • 13. SM The New features in the SQL Server 2008 release of Reporting Services were in four general areas:  Report Authoring  Report Processing and Rendering  Server Architecture and Tools Report Programmability
  • 14. SM Report Authoring  The Report Designer gained new data regions, a new data source type (a new data processing extension for Teradata) and an improved design / authoring experience.  SQL Server 2008 Reporting Services also introduces two new data regions, the Tablix and Gauge.  The Tablix data region combines the previously independent table, list and matrix into a single data region, with more versatile grouping of rows and columns to allow for better customization.
  • 15. SM Tablix Table Matrix List (c) 2008 MResult Corp | Confidential 15
  • 16. SM Gauge • Useful for showing KPI information on a report – KPI – Key Performance Indicator • Two types – Radial – Linear
  • 17. SM Gauge • Cannot change type once it’s added – Need to delete and add the control as a different type • Can have 1-n scales displayed • Must use aggregate values – SUM – numeric data – COUNT – text data • Set the scale range maximum and minimum
  • 18. SM Report Processing and Rendering  SQL Server 2008 Reporting Services included a new rendering extension for Microsoft Word, and improvements to the rendering extensions for Microsoft Excel and CSV.  The improvements help to ensure that all rendering extensions handle soft and logical page breaks consistently.  We can also improve the processing of reports on large amounts of data by using On-Demand Report Processing:
  • 19. SM Server Architecture and Tools  Native support for HTTP.SYS and ASP.NET.  URL management for site and virtual directory names.  A new authentication layer.  Health monitoring through newly designed memory management features.
  • 20. SM • The Reporting Services Configuration tool. • SQL Server Management Studio (SSMS), • Report Manager (for a native mode report server). • SharePoint application pages (for SharePoint integrated mode).
  • 21. SM Report Server Programmability  SQL Server 2008 Reporting Services introduces a new server extension called the Report Definition Customization extension.  This provides report definition preprocessing, allowing us to dynamically customize a report definition before its passage to the processing engine, based upon values dictated within the RDL
  • 23. SM
  • 24. SM Following are Steps to Create Shared Data Source Step 1:Open BIDS: Click on Start –> All Programs –> SQL Server 2008 –> SQL Server Business Intelligence Development Studio Step 2 :From the menu bar, select File –> New –> Project Step 3 :In the Solution Explorer pane, right click on Shared Data Sources folder –> click on Add New Data Source. Which open Shared Data Source Properties dialog. Step 4 :Enter Data Source name in Name textbox (we are taking MyFirstSSRSSharedDataSource) and shown as Microsoft SQL Server. Step 5 :Click on Edit button to set connection string. Step 6:Enter Server name and Database name from dropdown boxes. Finally click on Test Connection to check the connection. Step 7:Click OK to complete and save changes. Now you can see MyFirstSSRSSharedDataSourcedata source in Solution Explorer pane
  • 25. SM (c) 2008 MResult Corp | Confidential 25
  • 26. SM
  • 27. SM Report Desinger (c) 2008 MResult Corp | Confidential 27
  • 28. SM Main Features of Report Designer The Datasets window shows the data that is available to the report.  The main design window lets you view the report itself.  The Solution Explorer, Output, and Properties windows are the standard Visual Studio windows.  You can change the available data or the sort order for the report by modifying the query on the Data tab.  You can resize or rearrange controls on the Layout tab.
  • 29. SM Solution Explorer in SSRS is as shown
  • 30. SM Right Click on above and select ‘Add New Data Source’
  • 31. SM Give Name as MyFirstSSRSShared Data Source
  • 32. SM We have following bunch of option to use as Data Source
  • 33. SM Don’t need to write or remember connection string just click on edit
  • 35. SM You can specify various credentials to this shared Data source as security reports is must
  • 36. SM Click on ok and you will see shared data source is ready to use in your solution explore
  • 37. SM Report Data • New Data Pane – Built-in Fields • Total Pages, Execution Time, Page Number, User ID, etc. – Parameters • Report Parameters – Images – DataSets • Example: AdventureWorks
  • 38. SM (c) 2008 MResult Corp | Confidential 38
  • 39. SM Data Sources • Now supports TeraData data sources • Still supported: > SQL Server  > XML > Oracle  > SAP NetWeaver BI > OLEDB  > Hyperion ESSBase > ODBC
  • 40. SM Tool Box • New Items added in SSRS 2008 R2: – Chart – Gauge
  • 41. SM Charts • Many new charts added to this version
  • 44. SM Resources / https://bimentalist.wordpress.com/ssrs/ Tablix :http://msdn.microsoft.com/en-us/library/cc645966.aspx Guage: http://msdn.microsoft.com/en-us/library/cc281374.aspx http://www.simple-talk.com/sql/reporting-services/new-features-in-reporting- services-2008-and-2008-r2/ New Features in Reporting Services 2008 and 2008 R2 ( Bill Pearson): Adventure Works Report Samples: http://msdn.microsoft.com/en- us/library/aa337432(SQL.90).aspx
  • 45. SM THANK YOU (c) 2008 MResult Corp | Confidential 45

Hinweis der Redaktion

  1. 10/13/11 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Microsoft Business Intelligence
  2. Point of the Slide: Previous slide focused on end-user/front-end capabilities—but the back-end, anchored by SQL Server, is the engine by which BI is ultimately successful or a failure within an organization—so we want to focus on the trust and scalability of SQL Server and its part in the MS IT infrastructure and platform. Flow of the Slide: Our BI solutions are built on an enterprise data platform, fully integrated with the tools you’re using today to manage your IT operations and infrastructure By leverage that IT infrastructure in place today with SQL Server, you provide your users with the trust in the information the demand, the integration they require, and the insight they need to drive better business decisions All done in an environment that is highly scalable and ready to meet the most demanding requirements of thousands of users throughout your enterprise Importantly, in a dynamic development environment that your IT department knows and uses today, allowing them the rapidly develop, author, and publish key BI deliverables to the end users, from reports, to OLAP cubes, to analytic models embedded in other applications that drive increased insight and better business decisions. All on the Microsoft technology platform that you use and trust today. Soundbite: Nothing that happens on the BI front end means anything without trusting the data on the back-end—where it came from, how it was processed, etc.—and the MSFT BI Platform, integrated with the Microsoft IT platform, provides the trust and insight that IT departments need from their BI solution, and end users demand. 10/13/11 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Microsoft Business Intelligence
  3. 10/13/11 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Microsoft Business Intelligence