BI4ALL Demonstration 03 Stored Procedures 1/7/2012 www.InstantBI.com.

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Advertisements

Chapter 11 user support. Issues –different types of support at different times –implementation and presentation both important –all need careful design.
C6 Databases.
Antonio Elinon Caratrel Consultants Pty Ltd. Agenda Enterprise Architecture (EA) to Business Intelligence (BI) to Accounting Intelligence (AI) Accounting.
Business Intelligence Methodology 1/3/2012
Fundamentals, Design, and Implementation, 9/e Chapter 11 Managing Databases with SQL Server 2000.
COMP205 Comparative Programming Languages Part 1: Introduction to programming languages Lecture 3: Managing and reducing complexity, program processing.
Live the dream… Technologies of e-Commerce Unit 8 – e-Commerce LO1 : Know the technologies required for e-commerce.
A Customisable Question and Answer Database Kate Lindsay.
Module 9: Transferring Data. Overview Introduction to Transferring Data Tools for Importing and Exporting Data in SQL Server Introduction to DTS Transforming.
What is Crystal Reports By: Wase Siddiqui. History Crystal Reports was not created by SAP. It was a Software created by Terry Cunningham. It was created.
Database Design and Introduction to SQL
Glenn Cerny Chief Information Officer Lansing Community College Jennifer Pierce Portal/Web/HTML DB Developer Lansing Community College Scott Spendolini.
Overview of SQL Server Alka Arora.
SeETL Demonstration 17 SeETL Beta 01 15/07/2013
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
SharePoint 2010 Business Intelligence Module 10: Reporting Services.
Benefits of PL/SQL. 2 home back first prev next last What Will I Learn? In this lesson, you will learn to: –List and explain the benefits of PL/SQL –List.
ASP.NET Programming with C# and SQL Server First Edition
Another PillowTalk Presentation  2004 Dynamic Systems, Inc. Introduction to XML for SOA Lee H. Burstein,
Calculation BIM Curriculum 07. Topics  Calculation with BIM  List Types  Output.
M1G Introduction to Database Development 6. Building Applications.
I Copyright © 2004, Oracle. All rights reserved. Introduction Copyright © 2004, Oracle. All rights reserved.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
1 The Instant Data Warehouse Released 15/01/ Hello and Welcome!! Today I am very pleased to announce the release of the 'Instant Data Warehouse'.
15 Copyright © 2007, Oracle. All rights reserved. Performing Database Backups.
NoSQL Databases Oracle - Berkeley DB. Content A brief intro to NoSQL About Berkeley Db About our application.
CSE 3330 Database Concepts Stored Procedures. How to create a user CREATE USER.. GRANT PRIVILEGE.
Northern Mockingbird. Copyright © 2002 OSI Software, Inc. All rights reserved. PI OLE DB COM Connector Making Relational Databases Look Like PI Benny.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to PL/SQL.
SeETL Demonstration 09 Demo Reports Online 1/9/2012
0 Apex as Your Integration Platform: Is It Possible? Copyright 2012 Fujitsu America, Inc.
- Shourie. 3 Basic Questions What How Why Crystal Reports is a business intelligence application for designing and generating reports from a wide range.
Implementing the Theory dBase Operations in MS Access.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
What is database?  Any Method for access info into Application from DataBase?  ODBC is standard for Accessing Data.  Problem with ODBC:  Information.
Federated Database Set Up Greg Magsamen ITK478 SIA.
SeETL Demonstration 04 Data Modelling in SeETL 1/3/2012
Nic Shulver Chris Introduction to databases Introduction Storage Temporary and Permanent Unstructured.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to PL/SQL.
SeETL Demonstration 18 Delta Detection 20/07/2013
SeETL Demonstration 05 The Dictionary and Reports 1/3/2012
Using MS Excel to validate & load your data into Oracle EBS.
SeETL Demonstration 27 Project Plans 20/07/2013
Types of Software Computer Technology – Lesson 2.
23 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Answers: Advanced Features.
SeETL Customer Demonstration For Dan 17/01/2013
Oracle’s EPM System and Strategy
30 Copyright © 2009, Oracle. All rights reserved. Using Oracle Business Intelligence Delivers.
SeETL Demonstration 07 SQL Statement Processing 1/6/2012
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
Oracle Business Intelligence Foundation – Testing and Deploying OBI Repository.
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
MIS 451 Building Business Intelligence Systems Data Staging.
CS 440 Database Management Systems Stored procedures & OR mapping 1.
5 Copyright © 2004, Oracle. All rights reserved. PL/SQL Server Pages.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
آشنایی با نرم افزار Microsoft Access
Introduction to PL/SQL Programing
BI4ALL Demonstration 04 Reports
Data Virtualization Demoette… Parameterized Queries
A Corporate-Wide Reports Distribution System < $1000 You Bet!
CS 440 Database Management Systems
Chapter 10 ADO.
Chapter 11 user support.
Databases Continued 10/18/05.
Chapter 11 Managing Databases with SQL Server 2000
Presentation transcript:

BI4ALL Demonstration 03 Stored Procedures 1/7/2012

Public Information Copyright 2007 – Instant Business Intelligence. 2 Introduction  What is the idea behind using SPs  SP Standards  Example SPs  Demonstration  Summary

Public Information Copyright 2007 – Instant Business Intelligence. 3 Why Use Stored Procedures  Data models are becoming more complex  The “universe” and “catalogue” tools must reflect that complexity  Business Objects universes are proliferating  The likelihood of errors in reports is increasing  The ability to understand what is on a report and to have confidence it is correct is decreasing  The increase in coverage and complexity of data shows no signs of slowing up, indeed it is speeding up  IBI predicts that we will see more errors creep into reports based on an abstraction layer between the database and the end user tool.

Public Information Copyright 2007 – Instant Business Intelligence. 4 Why Use Stored Procedures  Using Stored Procedures reduces likely error rates  SPs are written by people who know the database very well and know the data very well  SPs can be exposed via many tools  The same SPs are executing under the covers means consistency in reports no matter the reporting tool  Makes it faster and easier to deliver the same report into the reporting tool of choice for the end user  How many BO Reports are replicated in Excel? Lots!  Easier to have a variety of reporting tools rather than one standard tool.  Mergers and acquisitions have caused issues with different reporting tools being widely used in the combined company

Public Information Copyright 2007 – Instant Business Intelligence. 5 Standards  SPs can be defined so that the text contains source for many different database languages.  Eg. One text doc contains source for Oracle, DB2, SQL Server etc  SeETL can process the text to produce 1 file for each database the SP is to be delivered to.  Formatting standards of the SPs  Parameter standards  Where clause standards  Joining standards

Public Information Copyright 2007 – Instant Business Intelligence. 6 Example Stored Procedures  We will view some simple SPs  SP0001_One_Row  SP0001_Select_Currency_Code  SP0004_Select_Year_Name  SP0004_Select_Month_Name  We will view some complex SPs  SP1013_Select_Product_PlnvAct_By_Year_Month_Company_Geog_ Product_Sum01_tpl  SP1015_Select_Sale_PlnvAct_By_Year_Month_Company_Geog_Pro duct_tpl  SP_SAA0101A_001  SP_SAA0100B_001

Public Information Copyright 2007 – Instant Business Intelligence. 7 Summary  What is the idea behind using SPs  SP Standards  Example SPs  Demonstration  Summary