BI on a Dime OR HOW I LEARNED TO STOP WORRYING AND LOVE BI.

Slides:



Advertisements
Similar presentations
Microsoft Integration and Business Intelligence David Doll Bill Koehler
Advertisements

Jose Chinchilla MCITP: Database Administrator, SQL Server 2008 MCITP: Business Intelligence Design and Implementation, SQL Server 2008 President & CEO,
Business Intelligence (BI) PerformancePoint in SharePoint 2010 Sayed Ali – SharePoint Administrator.
Where USERS Make the Difference! Peer to Peer | Greater Scale | More Voices | Faster Dynamics NAV 2013 Preview Tom Taylor Partner Technology.
Tableau Visual Intelligence Platform
Lead Your Customers Cloud to the Cloud. Drive Repeat Business This Year Qualifying Current Exams Windows 7 Client Windows Server 2008/Private Cloud Microsoft.
Introduction to Building a BI Solution 권오주 OLAPForum
Business Intelligence components Introduction. Microsoft® SQL Server™ 2005 is a complete business intelligence (BI) platform that provides the features,
Business Intelligence
UNCLASSIFIED Business Intelligence and SharePoint 2010 Steve McDonnell.
Christophe Fiessinger & Jan Kalis Senior Technical Product Manager Microsoft Corporation Session Code: OFS214.
Tableau Visual Intelligence Platform
Passage Three Introduction to Microsoft SQL Server 2000.
GAINING INSIGHT TOUR 2007 Business Intelligence Shahid Gaglani Technology Specialist Microsoft Corporation.
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
Databases Creating databases to store information.
What is Business Intelligence Business Intelligence (BI) encompasses the processes, tools, and technologies required to transform enterprise data into.
UMT and Microsoft Presenting Tips and Tricks Basics What’s new in Microsoft Project 2010 Brian Feder, MBA, PMP Senior Vice President UMT Consulting Group.
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
SSIS Over DTS Sagayaraj Putti (139460). 5 September What is DTS?  Data Transformation Services (DTS)  DTS is a set of objects and utilities that.
SQL Server Integration Services (SSIS) Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server (MVP) Microsoft Certified Technology Specialist.
SharePoint 2010 Business Intelligence Module 2: Business Intelligence.
Using Microsoft ACCESS to develop small to medium applications on campus.
▪ Microsoft Virtual Academy—Free online training! ‒ Tailored for IT Pros and Developers ‒ Over 1M registered users ▪ Earn while you learn! ‒ 50 MVA Points.
IBM Start Now Business Intelligence Solutions. Agenda Overview of BI Who will buy and why Start Now BI solution Benefit to customer.
What is SQL and Who uses it? Presented by: John Deardurff Global McOWL Internal Sales Training October 24, 2014.
Fighting the Database & Winning: Cohort Data & Disaggregation Best Practices Christopher M. Johnson, PhD, Renton Technical College Michelle Andreas, EdD,
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
+ Administering Microsoft SQL Server 2012 Databases Implementing a Data Warehouse with Microsoft SQL Server = Querying Microsoft SQL.
HDNUG 27-March-2007 SQL Server 2005 Suite as a Business Intelligence Solution.
Microsoft Business Intelligence Environment Overview.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
JDeveloper 10g and Oracle ADF Business Components Getting the Most Out of Your Data Avrom Roy-Faderman Senior Programmer November, 2005.
Datawarehouse A sneak preview. 2 Data Warehouse Approach An old idea with a new interest: Cheap Computing Power Special Purpose Hardware New Data Structures.
Copyright © 2004, SAS Institute Inc. All rights reserved. SAS Stored Processes An analyst’s perspective Sylvain Tremblay SAS Canada 24 February 2006.
Building Dashboards SharePoint and Business Intelligence.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
Chabot – Las Positas Community College District Reporting Strategy.
Model View Controller Based Retail Management System Moiuddin Bukhari2003 – CE – 357.
SAM for SQL Workloads Presenter Name.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Presenter : Ahmed M. Mosa User Group : SQLHero. Overview  Where is BI in market trend  Information Overload  Business View  BI Stages  BI Life Cycle.
1 Copyright © 2008, Oracle. All rights reserved. I Course Introduction.
1 Copyright © 2009, Oracle. All rights reserved. I Course Introduction.
The ECOST Web-based platform for data providers and for data users.
Superhero Power BI Peter Myers Bitwise Solutions.
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.
Microsoft SQL Server Database & Business Intelligence Training Training/Placement/Certification Classroom/Online/Corporate Fast track/Regular/Weekend Contact.
Configuring SQL Server for a successful SharePoint Server Deployment Haaron Gonzalez Solution Architect & Consultant Microsoft MVP SharePoint Server
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Develop Business Intelligence Application with Microsoft SharePoint 2013 Author: Vo Duy Anh.
Getting more enterprise value out of your Lawson data
Once Upon a Time: The Story of a Successful BI Implementation
CPM and Dynamics AX Roundtable – UBAX07
Microsoft Certification Paths
BTM 382 Database Management Chapter 13: Business intelligence and data warehousing Chapter 14-4: Data analytics Chitu Okoli Associate Professor in Business.
Business Intelligence & Data Warehousing
Profitability Management Logical Diagram
Tech·Ed North America /15/2018 3:31 AM
Moving the Needle Conference 2017
Competing on Analytics II
Microsoft SQL Server 2008 Reporting Services
MongoDB for the SQL DBA.
Delivering an End-to-End Business Intelligence Solution
Please thank our sponsors!
Microsoft Certification Paths
Tracking Usage of Analysis Services with SharePoint
Supporting a Business Process
Advanced Dashboard Creation with PerformancePoint Services 2010
Supporting a Business Process
Presentation transcript:

BI on a Dime OR HOW I LEARNED TO STOP WORRYING AND LOVE BI

Agenda  Get up to speed on terms  Feather River College case  See business intelligence in action  Strategy – Architecture – Infrastructure  Data Warehouse ERD Exercise

What are we talking about?  Business Analytics: is the extensive use of data, statistical and quantitative analysis, explanatory and predictive models, and fact-based management to drive decisions and actions.  Business Intelligence (BI): A set of technologies and processes that use data to understand and analyze business performance. BI includes both data access and reporting, and analytics.

What are we talking about?

Last slide on this, I promise!  Transaction Database: A system designed to process transaction data. Optimized for putting data into the system quickly.  Data Warehouse: A system designed to store validated data for the long haul. Optimized for fast querying.  Data Mart: A user interface to present data. Should be designed to be intuitive.

FRC Case  First: Where the hell is Feather River College?

FRC Case  The Problem: The institution had matured to the point that it was good at putting data into the ERP system – Banner. Unfortunately we weren’t any good at getting it out.  Limited resources:  Staff  Money  Technical Expertise

FRC Design and Implementation  Sample – Data Flow Diagram Data Flow Diagram

FRC Design and Implementation  SQL Server - Parts SSIS Analysis Services Reporting Services Manage- ment Studio

FRC Design and Implementation  It’s Demo Time  Finished Examples

A QUICK Lesson in Database Design  Databases power this stuff so you should learn about how to design them  Scenario: You want to track which employees are on committees and when they joined or left the committee. EmployeeID FirstName LastName Committee WhenStarted WhenLeft EmployeeIDFirstNameLastNameCommitteeWhenStartedWhenLeft 12345BrianMurphySLOAC4/1/ BrianMurphySEM4/1/20104/1/ BrianMurphySPC4/1/2010

A QUICK Lesson in Database Design  Start breaking data out by dependency  Look at relationships *EmployeeID FirstName LastName Employee *CommitteeID CommitteeName Committee ?

A QUICK Lesson in Database Design  Because employees can serve on multiple committees and committees have multiple employees on them, we need an linking table. *EmployeeID FirstName LastName Employee *CommitteeID CommitteeName Committee * EmployeeID *CommitteeID StartDay EndDay EmployeeCommitte

FRC Design and Implementation  It’s Demo Time - Making Sausage  FRC ERD  FRC SQL Server Stuff

Ideas for Development Remember the audience  Different data marts for different folks  Understand at a glance  Simplify  You still have IR to take care of the hard stuff  Train

Ideas for Development Fast, Inexpensive, Always improving, Always on

Ideas for Development Minimum Information System Requirements  SQL Server 2012 (Enterprise Edition)  Adequate ram very important  SharePoint 2010 (Enterprise Edition)  Running on SQL Server 2012 platform  Silverlight installed on clients  Communication between servers  Administrative rights on SQL Server

Ideas for Development Future Compliant Information System Requirements  SQL Server 2012 (Enterprise Edition)  Adequate ram very important  SharePoint 2013 (Enterprise Edition or adequate Office 365 version)  Running on SQL Server 2012 platform  Office 2013  Communication between servers  Administrative rights on SQL Server

Ideas for Development  Suggested Reading  Murach’s SQL Server 2012 for Developers  Delivering Business Intelligence with Microsoft SQL Server  Competing on Analytics

Wrap Up Thank you!