Introduction to SQL Server 2005/2008 and Transact SQL

Similar documents
Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course

Introduction to SQL Server 2005/2008 and Transact SQL

Writing Reports with Report Designer and SSRS 2014 Level 1

Introduction to SQL Server 2005/2008 and Transact SQL

SQL Server Reporting Services

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS)

CREATE AN SSRS REPORT WITH IQA

Arena: Edit Existing Reports

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Creating Mailing Labels (2010)

SQL Server 2005: Reporting Services

Introduction to SQL Server 2005/2008 and Transact SQL

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

$99.95 per user. SQL Server 2005 Reporting Services CourseId: 154 Skill level: Run Time: 17+ hours (99 videos)

Implementing Data Models and Reports with Microsoft SQL Server Exam Summary Syllabus Questions

MSBI( SSAS, SSIS, SSRS) Course Content:35-40hours

Querying Microsoft SQL Server 2014

Telerik Training for Mercury 3

Microsoft Access Illustrated. Unit B: Building and Using Queries

[AVNICF-MCSASQL2012]: NICF - Microsoft Certified Solutions Associate (MCSA): SQL Server 2012

FOR MORE CLASSES VISIT

Deltek PM Compass 2.2. Custom Reports and Microsoft SQL Server Reporting Services Guide


Telerik Training for Mercury 3

Crystal Reports. SYS-ED/COMPUTER EDUCATION TECHNIQUES, INC. (Crys Rept - 7.1) IDX: Page 1

1. SQL Server Integration Services. What Is Microsoft BI? Core concept BI Introduction to SQL Server Integration Services

Epicor ERP SQL Server Reporting Services for Epicor ERP 10.1

Table of Contents. Table of Contents

SQL Server Reporting Services for v.5, Arena or ShelbyNext Financials How to Start!

PDSA. Developer's Guide to Reporting Services 2008 R2. design» architecture» security» training» best practices:pdsa.com

Querying Data with Transact SQL

POWER BI COURSE CONTENT

Querying Data with Transact-SQL

COGNOS BI I) BI introduction Products Introduction Architecture Workflows

Implementing Data Models and Reports with Microsoft SQL Server 2012

Standard Professional Premium

Foundations of SQL Server 2008 R2 Business. Intelligence. Second Edition. Guy Fouche. Lynn Lang it. Apress*

Advance SSRS Reporting. Aun Ali Baghdadwala System Analyst Reporting, Enform Canada

Building Sustainable Customized Reports In your Practice

Migrating from Business Objects Crystal Reports to SQL Server 2005 Reporting Services

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

ENVIRONMENTAL MANAGEMENT SYSTEMS (EMS) EMS Reporting.

Course Modules for MCSA: SQL Server 2016 Database Development Training & Certification Course:

Querying Data with Transact-SQL (20761)

Microsoft Report Builder User Training Guide

Management Reports Centre. User Guide. Emmanuel Amekuedi

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

Implementing Data Models and Reports with Microsoft SQL Server (466)

Using the Drag-and-Drop Report Builder

Microsoft Access 2013/2016 Course Outlines (version differences will be noted in the outline).

Audience BI professionals BI developers

INF 315E Introduction to Databases School of Information Fall 2015

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow

Microsoft Querying Microsoft SQL Server 2014

Creating and Running a Report

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

Teradata SQL Features Overview Version

Querying Data with Transact-SQL

OFFICIAL MICROSOFT LEARNING PRODUCT 10778A. Implementing Data Models and Reports with Microsoft SQL Server 2012 Companion Content

Writing Reports with Report Builder and SSRS Level 2

Call: Crystal Report Course Content:35-40hours Course Outline

Querying Microsoft SQL Server

2793 : Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services

Enterprise Reporting. 1 enterpri. Oracle Bl Publisher 11 g: A Practical Guide to. Enterprise data using Oracle Bl Publisher 11g

Deccansoft Software Services. SSIS Syllabus

SQL Server Reporting Services (SSRS) is one of SQL Server 2008 s

Microsoft SQL Server Reporting Services (SSRS)

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

T-SQL Training: T-SQL for SQL Server for Developers

Using SQL Reporting Services with isupport

Enterprise Client Software for the Windows Platform

C# Programming: From Problem Analysis to Program Design 2nd Edition. David McDonald, Ph.D. Director of Emerging Technologies. Objectives (1 of 2)

70-466: Implementing Data Models and Reports with Microsoft SQL Server

VUEWorks Report Generation Training Packet

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Access Module 2: Building and Using Queries

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

2609 : Introduction to C# Programming with Microsoft.NET

Report Builder: Creating Custom SSRS Reports From IQA

MICROSOFT BUSINESS INTELLIGENCE

Business Intelligence and Reporting Tools

Access 2007: Advanced Instructor s Edition

Deltek Costpoint CRM 6.2. Custom Reports and Microsoft SQL Server Reporting Services

Advanced Reporting in the Online Report Designer Administration Guide

Oracle Education Partner, Oracle Testing Center Oracle Consultants

MSBI. Business Intelligence Contents. Data warehousing Fundamentals

Learning More About NetObjects Matrix Builder 1

COURSE OUTLINE: Querying Microsoft SQL Server

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

Querying Microsoft SQL Server

From Reporting Services Rookie to Rockstar

Business Insight Authoring

MCSA SQL SERVER 2012

Oracle Reports Developer 10g: Build Reports

Call: SAS BI Course Content:35-40hours

Access 2016 Essentials Syllabus

Qlikview Online Training Concepts : INTRODUCTION

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

COURSE OUTLINE MOC 20461: QUERYING MICROSOFT SQL SERVER 2014

Transcription:

Introduction to SQL Server 2005/2008 and Transact SQL Week 5: SQL Server Reporting Services Building Reports Steve Stedman - Instructor Steve@SteveStedman.com

This Weeks Overview Introduction to SQL Server and Transact SQL - Class 5 Review of Last Class Overview of SQL Server Reporting Services SSRS Demonstration Creating Reports (Using the Wizard) Advanced Report Creation including Matrix Reporting Advanced Reporting Options (Grouping, Sorting, Formatting, Report Properties) Course Review

Last Class Review Introduction to SQL Server and Transact SQL - Class 4 Overview Of Database Design 1st, 2nd and 3rd Normal Form Creating Tables Lab: Creating Tables Creating Relationships Lab: Creating Relationships

1. SQL Server Reporting Services Overview Overview Details Architecture

SSRS Details Reports are defined in RDL Report Definition Language Based on XML markup language Created with Visual Studio or Business Intelligence Studio You can run the report directly or publish it to a report server Can also be viewed on the web using the.net report viewer control

SSRS Samples Company Sales Uses the Tablix Data Region Product Catalog Uses the Tablix Data Region

SSRS Architecture A Diagram of the SSRS Components

End of Overview SQL Server Reporting Services Any Questions Next Topic - SSRS Demonstration

2. SSRS Demonstration Grid Employee Phone List Grid with Grouping Employee phone list by department Matrix Annual sales summary by territory

Grid Employee Phone List The basic report design Demo

Matrix Annual sales summary by territory Using the cross tab or matrix to display data Demo

Chart Annual sales totals Using the Grid and add a bar chart Demo

End of SSRS Demonstration Any Questions Next Topic - Creating Reports

3. Creating Reports Using the Wizard Development Studio Report Designer Two ways to create reports Designing from Scratch Using the Wizard

Development Studio Building Reports Steps to build reports in Development Studio Create a Project Connect to a datasource (make it shared) Add the Query Build the report Preview the report Save the project Deploy the report

Create the Project Run Business Intelligence Studio From your start menu Find the SQL Server 2008 Group Run the SQL Server Business Intelligence Studio Create the project From the file menu Choose New...Project Choose the Report Server Project Wizard Give the project a name and a directory

Connect to the datasource Tell the report how to find the database Name the Datasource (AdventureWorks) Choose Microsoft SQL Server as the type Click the Edit button Use your local computer as the the Server Name Choose the authentication method Windows Authentication Select AdventureWorks as the database Name Test the Datasource and hit OK Choose to Make this a shared datasource Click Next

Add the Query Just paste a query into the query string window, or use the Query Builder to create a new query Click Next

Build the report Defining how the report will look Choose Tabular or Matrix Click Next Add all of the Fields into the Details Box Click Next Chose a table style (this is just colors, and fonts) Click Next Click Finish Give the Report a Name Click Finish

Preview the report Your report will be shown in the Design window Click the Preview Tab Verify that your report looks correct

Save the Report From the File menu choose Save All Your Report and the Datasources will be saved

Deploy the Report Your report can be deployed to a SQL Server to be shared with others

Building Reports Lab Project Using the query labeled as "1. First Report Employee Address List" Build a tabular report to show the address list

End of Topic Creating Reports Using the Wizard Any Questions Next Topic - Advanced Report Creation

4. Advanced Report Creation Matrix, Grouping, Charts Creating a Report with Grouping Creating a Matrix Report Adding a Chart to a Report Changing the look of the Report Fonts, Spacing, etc.

Creating a Report with Grouping Demo

Creating a Matrix Report Demo

Adding a Chart to a Report Demo

Changing the Look and Feel Demo

Advanced Report Creation Lab Project Using Query 2, 3, or 4 in the sample file Create a Grid with Grouping, a Matrix, or a report with a Chart

End of Advanced Report Creation Without the Wizard Any Questions Next Topic - Matrix Reporting

Course Review Review of Class 1, 2, 3, 4 and 5

Class 1 Introduction to SQL Server and Transact SQL - Week 1 About the Instructor Introduction and Class Overview (Review Syllabus) Course Logistics - What to expect and what is expected What is SQL Server? Installing SQL Server 2008 SQL Server Management Studio Differences between SQL Server 2005 and SQL 2008 Introduction to SQL Books Online

Class 2 Introduction to SQL Server and Transact SQL - Week 2 AdventureWorks Database Diagram Simple Selects Simple Inserts Simple Updates Simple Delete Aggregating Data

Class 3 Introduction to SQL Server and Transact SQL - Week 3 Querying Related Tables Join Syntax Inner Joins Left / Right Outer Join Cross Joins Unions Sub-Queries

Class 4 Introduction to SQL Server and Transact SQL - Class 4 Overview Of Database Design 1st, 2nd and 3rd Normal Form Creating Tables Lab: Creating Tables Creating Relationships Lab: Creating Relationships

SSRS Overview What is SSRS? SQL Server Reporting Services Server-based report generation software A tool for turning a query into a visual report Report builder / designer Competes with Crystal Reports and other business intelligence tools

Class 5 Introduction to SQL Server and Transact SQL - Class 5 Review of Last Class Overview of SQL Server Reporting Services SSRS Demonstration Creating Reports + Lab (Using the Wizard) Advanced Report Creation with Matrix Reporting Course Review

Whats Next Additional Classes Moving From MS Access to SQL Server SQL Server 2005/2008 for Developers SQL Server 2005/2008 for Administrators SQL Server Performance Tuning for Administrators and Developers

Class Certificates Presentation of Class Certificates

Any Questions? End of Class

Grid with Grouping Employee phone list by department Adding to the simple grid Demo