SQL Reporting Another tool in our IT toolbox. It may not be the sharpest, but it’s free with msSQL and it empowers the users, some. By Bryan Yates -

Slides:



Advertisements
Similar presentations
Microsoft Dynamics® AX 2012
Advertisements

Joe Homnick, MCITP: Business Intelligence Developer
Module 1: Introduction to SQL Server Reporting Services.
Run with PC speaker on for narrative Welcome to the Narrated Guided Tour of Cizer.Net Reporting for Microsoft SQL Server Reporting Services
SSRS 2008 Architecture Improvements Scale-out SSRS 2008 Report Engine Scalability Improvements.
INTRODUCTION TO BUILDING REPORTS Reporting Services.
Arjun Krishnamoorthi  Power View enables self-service BI by providing simple to use ad-hoc reporting for business users and decision.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
SQL Reporting Services and your sanity Greg Celentano.
SQL Reporting Services Overview SSRS includes all the development and management pieces necessary to publish end user reports in  HTML  PDF 
Creating a SharePoint App with Microsoft Access Services
Microsoft ® Application Virtualization 4.5 Infrastructure Planning and Design Series.
Building Ad-Hoc Reports using the SQL Server 2005 Reporting Services (SSRS) Report Builder (SQL307) Adrian Rupp Business Intelligence Solutions Specialist.
SQL Server 2005 Reporting Services Hamsa Gayatri Palepu.
VMware vCenter Server Module 4.
SQL Server Reporting Services
SQL Reporting II Another tool in our IT toolbox. A free with Microsoft SQL that empowers a few levels of users. By Bryan Yates - Programmer.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Report Management and Creation using Microsoft SQL Server 2008 Reporting Services Chris Testa-O’Neill Database Product Planner Remarc Group.
OM. Brad Gall Senior Consultant
Easy HTML DB. Michael Cunningham Developer/Database Administrator.
SQL Server Reporting Services London Database Developer Forum Anoop Patel.
Copyright © 2006, SAS Institute Inc. All rights reserved. Enterprise Guide 4.2 : A Primer SHRUG : Spring 2010 Presented by: Josée Ranger-Lacroix SAS Institute.
Cizer.NET Reporting Forum for Business Intelligence Copyright © 2005 Cizer Software OR
Tim Leung SQL Bits October  Features and Advantages  Architecture  Installation  Creating Reports.

SharePoint 2010 Business Intelligence Module 10: Reporting Services.
Pivotier - The RIGHT Report Writer for Dynamics NAV
Introducing Reporting Services for SQL Server 2005.
Developing Reporting Solutions with SQL Server
Vantage Report 3.0 Product Sales Guide
1© Copyright 2013 EMC Corporation. All rights reserved. Dimitri Ayrapetov November 9, 2013 Introduction to Building Reports Reporting Services.
Management Partner Training 2004 Microsoft Operations Manager 2005: Creating Advanced Reports Thomas Theiner Program Manager Windows & Enterprise Management.
Microsoft Business Intelligence Environment Overview.
Chokchai Junchey Microsoft Product Specialist Certified Technical Training Center.
We will start soon. Feel free to ask (chat window) anything you want before we start.
The Last Mile: Delivering the Facts – Client Side Analysis.
SQL Server 2005 Reporting Services: Product Overview Niran Luckcanakul (MCSD, MCDBA, MCT) Project manager ISONET Co.,Ltd.
Slide 1 Introduction to APEX. Slide 2 Agenda Introduction to Apex Architecture/Workspace Highlights Roles Example Build Report Examples of Flexibility.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Building Dashboards SharePoint and Business Intelligence.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
Intro to Datazen.
Access Services Introduction & Setup Requirements Kipp Sorensen, Soren Innovations.
Peter Peng. Agenda Introducing A simple example More complex examples (in part 2) Developing (in part 3)
Introduction to SQL Server 2005 Reporting Services Melville Thomson IT Pro Evangelist
Module 5: Managing Content. Overview Publishing Content Executing Reports Creating Cached Instances Creating Snapshots and Report History Creating Subscriptions.
CIS 338: VB.NET Printing Dr. Ralph D. Westfall May, 2011.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
Introduction to SQL Server 2000 Reporting Services Jeff Dumas Technical Specialist Microsoft Corporation
SQL Reporting Services Troubleshooting Tips Greg Celentano SQL Saturday Providence.
Sundar Rajan, PMP.  Introductions  Transitioning to Project Server 2010  Business Intelligence and Reporting ◦ Crawl, Walk, Run  Demos  Next Steps.
William Assaf and David Nguyen SQL Server Reporting Services (SSRS) 101.
Authored by Frank Hamelly, Microsoft MVP Regional Chapters.
SQL Server Reporting Services for.NET Developers Bret Stateham
A highway through the mountains of data with the SQL Server Tabular Model This presentation is a walk through in-memory database and reporting features.
SSi Consulting, Inc. Dynamics GP Refreshable Excel Spreadsheets/Dashboards Presentation by Lisa Armstrong, Senior GP Consultant.
SQL Database Management
Getting more enterprise value out of your Lawson data
“Information Sharing Portal for Indus Sub-System”
SharePoint Broken Link Manager
SQL Server Reporting Service & Power BI
07 | Analyzing Big Data with Excel
SharePoint Essentials Toolkit
SPC2012 – IT-Pro 11/30/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
SharePoint Permissions Manager
SharePoint Broken Link Manager
Presentation transcript:

SQL Reporting Another tool in our IT toolbox. It may not be the sharpest, but it’s free with msSQL and it empowers the users, some. By Bryan Yates - Programmer New Mexico Military Institute November 1, 2011

Agenda What can it do for me? Pre-Req’s Server components Workstation components User empowerment Subscriptions Data sources Pros/Cons Live Demo and Questions

Microsoft SQL Reporting Web based delivery of SQL Reportedly works with Oracle, SharePoint Lists, and several other SQL databases Works on Microsoft SQL 2008, including multiple Databases in a single report Users have many export format options Users can have nice filter and sort options “Subscriptions” will send s of reports in any format on a schedule, even to non-users

Example

Pre-Requisites SSRS ships with SQL server (Enterprise or Standard) ◦ Server to support SSRS ◦ SQL license(s) (licensed by CPU) ◦ Optionally a cluster of servers A Windows workstation for development (optional)

Strategy Install server components Install the right client building tools Build the right SQL queries Put the queries into a report Tweak the report to allow user empowerment ◦ Add Filters, sorting, sub-reports Add/verify permissions to allow user access Testing, tweaking, testing, testing

Server install Install from msSQL 2008 CD, with SQL or after “SQL reporting services” “Report services configuration manager” guides through simple setup (DB location, credentials) Can use default web server Not Cluster Aware  Install SQL first  Install SSRS on each cluster node  “Join scaled out deployment” option  May require second DB instance  Both nodes up and running web services

Client Tool 1 BIDS Plugin to Visual Studio 2008 (not 2010) called Business Intelligence Development Studio Tricky install graphically, from the msSQL CD setup.exe /qs /ACTION=Install /PID=long-key-## /FEATURES=BIDS Adds VS2008 if you didn’t have it, and allows new project type of “Report Server Project”

Visual Studio 2008, new templates

Client Tool 2 SQL Server Management Studio SQL building and troubleshooting tool This is a mature development tool On msSQL CD, install all management tools Works on any Windows® workstation Impersonation of users is pretty simple execute as login = 'domain\otherguy' select top 10 * from server.database.dbo.table revert

Video of the development lifecycle Video link ◦ My local link for today’s presentation My local link for today’s presentation Download it yourself later ◦ ◦ This link includes the video and this PowerPoint presentation

Results Common look and feel for all reports Header area includes filtering items Export list consistent with all reports

Example

“Just send me the report”

Subscriptions Features ability to send a report to any address, even if they have no permissions or even credentials. Board of Directors, big boss, etc, may not have any SQL permissions ◦ Create Data Source using SQL user and pw ◦ Can develop report with Windows Auth, then switch live report to use other Data Source ◦ Power Users can be allowed to switch Data Source, but no overwrite any sources

Pros Power users and IT experts can use tools to quickly develop and modify SQL reports Reuse of existing SQL queries Users better enabled to filter data to their liking Many Output formats (Excel, PDF, etc), which do not have to be updated with new releases SharePoint Web parts allow easy inclusion in SP SharePoint list support allows some power users to have the ultimate power

Cons Average user cannot develop SQL Limited reports, without Report Builder 3 Poor Report searching, multiple page issues Not easy to see number of results returned If using SQL on Microsoft Cluster, setup tricky

Summary Good product for the cost Standardizes report output choices to allow easy adoption, common look and feel Enables user empowerment Can use SQL you’ve probably already created Development not for average Joe Questions before live demo?