Christian Nordbakk Objectware AS

Slides:



Advertisements
Similar presentations
Module 1: Introduction to SQL Server Reporting Services.
Advertisements

Ljubomir Ivaniš CPU d.o.o.
Project Server 2010 is just an Application on SharePoint.
SSRS 2008 Architecture Improvements Scale-out SSRS 2008 Report Engine Scalability Improvements.
NGT Information Technology Technical Discussion Bob DeHoff Info Tech, Inc.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
bit and 64-bit Desktop Project Enable Larger Programs using more memory ( x64) Faster Operations (x64 and x86) 12.
Server Roles and Features.NET Framework 3.51.NET Framework 4.5 IIS Web Server IIS Default Document IIS Directory Browsing IIS HTTP Errors.
SQL Reporting Services Overview SSRS includes all the development and management pieces necessary to publish end user reports in  HTML  PDF 
SharePoint Server 2013 Architecture and Identity
SSRS Integration with SharePoint JACOB CHANG. Jacob Chang MCSE Degree in biology and computer engineering Started as an application developer Worked with.
Understanding and Managing WebSphere V5
SQL Server Reporting Services
Module 2 Deploying SharePoint Portal Server 2003.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
By Cory G Stevenson.  Back ground in general IT, accounting and business consulting  Currently work as a Database Engineer for Hyland Software  Blog:
DBA230 Introducing SQL Server 2000 Reporting Services Jason Carlson Product Unit Manager SQL Server Microsoft Corporation.
Introducing SQL Server 2000 Reporting Services Geoff Snowman Developer Community Champion Microsoft Corporation.
OM. Brad Gall Senior Consultant
SharePoint 2010 Business Intelligence Module 10: Reporting Services.
TechEd /22/2017 5:40 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Introducing Reporting Services for SQL Server 2005.
Developing Reporting Solutions with SQL Server
PaaS for the Modern Web A powerful self service platform for developers A flexible hosting solution for IT Web Sites for Windows Server Scalable Scale.
SQL Server 2005 Reporting Services: Product Overview Niran Luckcanakul (MCSD, MCDBA, MCT) Project manager ISONET Co.,Ltd.
Grid Chemistry System Architecture Overview Akylbek Zhumabayev.
SQL Reporting Services From a Developers Perspective Adam Calderon Principal Engineer Interknowlogy LLC
COGNOS 8BI Introduction and Architecture
4/25/2017 1:32 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Workforce Scheduling Release 5.0 for Windows Implementation Overview OWS Development Team.
Intro to Datazen.
Pawas Goyal CYLSYS Technologies. Agenda Overview of Reporting Services Vision, Application, Lifecycle, Overview Understand Reporting Services Architecture.
Satisfy Your Technical Curiosity 27, 28 & 29 March 2007 International Convention Center (ICC) Ghent, Belgium.
Developing SQL Server 2000 Reporting Services Applications Brian Welcker Group Program Manager SQL Server Reporting Services Microsoft Corporation.
Introducing Microsoft SQL Server 2000 Reporting Services Brian Welcker Group Program Manager SQL Server Reporting Services Microsoft Corporation.
Multi-Tier Apps with Admin Access, RDP, Custom Installs Modern Scalable Web Sites Full Windows Server/Linux VMs Web Sites Virtual Machines Cloud Services.
Windows SharePoint Services. Overview Windows SharePoint Services (WSS) Information Worker Infrastructure component delivered in Windows Server 2003 Enables.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
DAT 354: Building SQL Server Reporting Services Applications Brian Welcker Group Program Manager SQL Server Reporting Services Microsoft Corporation.
Excel Services Displays all or parts of interactive Excel worksheets in the browser –Excel “publish” feature with optional parameters defined in worksheet.
SQL Server Reporting Services for.NET Developers Bret Stateham
Arizona SharePoint Professionals Group.
Reporting Services Futures: Report Authoring for Information Workers Ciprian Jichici Microsoft Regional Director for Romania General Manager, Genisoft.
Windows Azure SQL Reporting for App developers
Prof. Jong-Moon Chung’s Lecture Notes at Yonsei University
Mobile Application Solution
Introducing SQL Server 2000 Reporting Services
“Information Sharing Portal for Indus Sub-System”
Deploying Web Application
SQL Azure Reporting By Ryan Duclos
Introduction to ASP.NET 2.0
Developing GIS WebParts in SharePoint
SQL Server Reporting Service & Power BI
Data Platform and Analytics Foundational Training
Platform as a Service.
Mobile Application Solution
Excel Services Deployment and Administration
Principles of report writing
Intro to SQL Server Reporting Services (SSRS)
Ashvini Sharma Senior Program Manager SQL Server Microsoft
Managing Services with VMM and App Controller
Technical Capabilities
SharePoint Development
SQL Server 2005 Reporting Services
Office 365 Development July 2014.
Microsoft Dynamics.
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Windows Azure SDK 1.7 and New Features
Presentation transcript:

Christian Nordbakk Objectware AS Reporting Services 2008 Christian Nordbakk Objectware AS

Agenda Service Architecture Changes Performance & Scalability Enhancements Designing and Managing Reports with SSRS 2008 Upgrade Paths and Version Interoperability Questions

Service Architecture Changes

SSRS 2005 Service Architecture Two Separate Services Windows Unattended operations Web On demand operations IIS WebService SOAP URL Access Report Processing Report Models Extensibility Web Platform Components Windows Service Scheduling & Delivery Database Maintenance WMI WMI Provider Report Builder 1.0 Report Designer SharePoint v3 Management Studio Configuration Tool 3rd Party Applications ReportingServices Databases SharePoint v3 Databases Configuration Files Report Manager

SSRS 2008 Service Architecture Single service No IIS dependency IIS is replace by native SQL Server components SQL OS SQL CLR SQL Networking Interface Windows Service Scheduling & Delivery Report Processing Database Maintenance Extensibility WMI WMI Provider Report Builder 1.0 Report Designer Report Builder 2.0 SharePoint v3 Configuration Tool 3rd Party Applications ReportingServices Databases SharePoint v3 Databases Configuration Files SOAP URL Access Report Models Report Manager Platform ASP.NET App Domain Management Memory Management Service Network Interface Service Plaform Authentication Management Studio

Performance and Scalability Enhancements

Performance and Scalability Enhancements On demand processing engine Rendering Object Model changed Report items are calculated on demand Reports are not memory bound Only the current page is rendered Does not require the entire dataset to be loaded in memory (if supported by the data source) Server infrastructure for process memory monitoring Dynamic, self-managing with memory pressure Reduces throughput in memory pressure situations Administrators can define min and max targets for memory consumtion File system cache Used to adapt to memory pressure Used when processing receives memory events from server

Report Design and Management

Upgrade Paths and Version Interoperability Usage Scenario Support Statement RS 2005 RDL, RS 2000 RDL Can publish directly to 2008 Server using Report Manager or SOAP API 2005 RDL will be preserved (not upgraded) Report Designer (2000) Not supported - cannot deploy reports to a 2008 server Report Builder 2005 (in 2005 and 2008) Authors 2005 RDLs Can deploy reports to a 2008 Server Report Designer (2005) Can deploy reports to 2008 Server Report Designer (2008) Will upgrade 2000 and 2005 RDLs to 2008 Authors 2008 RDLs Deploy to 2008 server only Report Builder 2008 (Stand alone) VS 2005 Viewer and VS 2008 Viewer Can view 2008 server report 2008 RDLs are not supported in local mode VS 2005 and VS 2008 RDLC Designer Authors SQL 2005 RDLs Does not support 2008 RDLs

Questions?