MOLAP Data Warehouse of a Software Products Servicing Call Center

Size: px
Start display at page:

Download "MOLAP Data Warehouse of a Software Products Servicing Call Center"

Transcription

1 MOLAP Data Warehouse of a Software Products Servicing Call Center Z. Kazi, B. Radulovic, D. Radovanovic and Lj. Kazi Technical faculty "Mihajlo Pupin" University of Novi Sad Complete Address: Technical faculty "Mihajlo Pupin", Djure Djakovica bb, Zrenjanin, SERBIA Phone: ( ) Fax ( ) zkazi@ptt.rs Abstract - This paper presents data warehouse system design with example of a software importer and distributor Call center. Data analyses of telephone requests for servicing software products at Call center have been implemented. Call center business processes have been described. Conceptual model of database is presented, as well as aggregated data created with data warehouse. Multi-Dimensional On-Line Analytical Processing (MOLAP) cubes based on star and snowflake schema are implemented. Additional features are developed such as executing MDX queries and exporting analytical data to spreadsheet application, for the purposes of reports in the form of pivot tables and charts. I. INTRODUCTION Data warehouse is a concept of data integration into a specific storage that is used for conducting analysis and generating various reports. Data from relational databases is extracted, filtered, organized and stored in the storage form which enables complex and multidimensional access to data in aim to compute answers to questions of company management decisions support. Thereby different software tools, methods, models and hardware support are used for this purpose. The term "data warehouse" was first introduced by W.H. Inmon in who defines data warehouse is subjectoriented, integrated, non-volatile, time-variant collection of data in support of management s decisions [1]. The main goal of data warehousing is data collecting and distribution of information throughout the firm and use of any information, anywhere, at any time due to the realization of the principle of "always be at the service for information users". One of the main data warehouse building goals is not only to store data, but also to enable managers to conduct data analysis. Decision makers in organizations are often under pressure, because they must make their decisions on the basis of analysis of current facts obtained from various business situations, processes and data sources. These facts are stored mostly in on-line transaction (OLTP) systems as well as some the data sources. Integrated obtaining data for analysis is not very easy to perform. Purpose of data warehouse system is to transform the data obtained from existing OLTP system into a form suitable for processing which enables performing analysis with tools for business decision making support. End user of data warehouse system needs are met by enabling functionality such as using large amount of data from the company business processes for analysis, setting questions /getting answers about different business issues and diverse reporting. II. OLAP ARCHITECTURES Data warehouse systems are based on online analytical processing (OLAP), which is intended for interactive analysis and reporting, as opposed to the production system designed for data update and transaction processing OLTP systems. Analytical online processing as a term was introduced by mathematician Dr. Edgar F. Codd. While working for IBM in 1970, he published a paper "A relational model of data for large share data banks". This paper presents the theory of relational databases, where data analysis in business can be done by common queries over relational databases. The first technology introduced at beginning of data processing is based on relatively simple queries, performed by SQL statements in OLTP systems. Later on, queries became so complex that OLTP tools were not able to give answers in an acceptable time period. Therefore more efficient are OLAP systems that enable easy synthesis, analysis and consolidation of data. They are used for intuitive and flexible manipulation of transaction data. OLAP systems include variety of tools for complex processing that enable analysis of data from different perspectives. OLAP systems like data warehouses are using multidimensionality principle of de-normalized data. The basic elements of OLAP systems are: Database - provides data for analysis. OLAP server process and manipulate data. Interface system for interaction with a user and other applications. Administrative tools. There are two approaches regarding relationship of OLAP system with OLTP data resources: Some OLAP tools physically transmit all data from a relational database and other sources to multidimensional database by using meta-. Refreshing data is performed with full data warehouse batch access and complete data recovery in certain intervals. Another approach, called online, carries each change in relational to multidimensional database and refreshes data warehouse only with those data that were changed in a specified time interval. These two basic approaches caused the emergence of two basic OLAP architectures: multidimensional (MOLAP) and relational (ROLAP) architecture. There are also some other OLAP architectures such as HOLAP - Hybrid OLAP and DOLAP - Desktop OLAP.

2 MOLAP is a concept that requires data from a relational database to be transferred to multidimensional structure called a cube. Data extracting and transferring into the cube, creating aggregations, dimensions, calculated fields and other elements of the cube is a time consuming process whose duration depends on server performance. User can start an analysis only after completion of the whole process. It is difficult to add new dimension to the cube after creating a cube. It is necessary to start a completely new process of creating a cube that is defined upon all required elements. These systems have limited size of data sets that can handle with, because they require large disks and high system performance. Therefore, MOLAP system is suitable for use in cases when it is possible to divide large data sets into several smaller data sets, also called data mart. Advantage of MOLAP architecture is excellent performance of aggregated data presentation for analysis, since aggregated data are already available they are created in the process of creating a cube. ROLAP is a concept of direct access to data in relational databases from data warehouse. These systems can work with large amounts of data, because it does not transfer data to the warehouse. Once you determine the source of data, the user can immediately begin the analysis. Because of the direct work with relational database, users always have current data available, and it is easy to add new dimensions. After defining the model of data warehouse, aggregated data from the transactional system can be load to the warehouse. Multidimensional analysis is transformed into a series of SQL statements that are transmitted to the relational database. Each ROLAP report represent one or more queries which execution can last a long time, because a large number of operations that must be executed over data during the process. HOLAP architecture is a combination of MOLAP and ROLAP architecture. It is based on the multidimensional and relational databases. It aims to support good features of multidimensional analysis, i.e. short response time with analytical capabilities, as well as support to dynamic approach of relational systems. HOLAP data warehouse can perform very complex SQL statements in acceptable time period. Development of DOLAP architecture systems started with the idea that analysts do their work on regular desktop computers. DOLAP systems enable better performance of analysis with segmented and de-centralized data. Cube data sets, data marts and other data sources are stored at desktop computers. Data extraction and analysis are performed at a desktop computer, that is temporary disconnected from complex OLTP queries, which enables better analytical processing performance. This approach allows inconsistency of results because under these conditions the analysis can be done on multiple computers and at different time periods. Data that are stored at desktop computers could not be up-to-date with their origins, i.e. transactional data that are processed in relational OLTP systems. Results from different cubes may differ. III. CALL CENTER DATA WAREHOUSE DESIGN Data warehouse should have the following characteristics: subject/problem orientation, integration, names convention, time dependence of data and permanent data in the warehouse. For data warehouse development it is necessary to make analysis of data sources, prepare the data and build a data warehouse. Subject/problem orientation of data warehouse system in this paper is related to call center of a company that is engaged in servicing software products. The main purpose of data warehouse in this case is to provide storage, search, processing and analysis of data which is collected by call center from customers telephone requests about software products servicing. Data needed for servicing these requests are collected from companies that are vendors and software suppliers. The OLTP database contains data about applications that are serviced (type of application, application name, manufacturer, software package, class, version, year of production), service users (user, user name, region, place, and his primary business), customer phone calls, complaints and servicing (CallId, users, type of application, type of problem, call arrival time, date and hour, time of beginning and end of service, time that user spend waiting and the length of phone calls). Software user (i.e. user of software products that are serviced) may refer one or more calls to service several different software products, i.e. applications of different manufacturers. For each application must be known the manufacturer, product type (word processing, spreadsheet, presentation development, database, photo editing, etc), software package version, production year etc. The database contains only data related to applications that are serviced, but not for those which yet has not been invited for servicing. It is necessary to categorize, set name and describe the problem that customer refers to, as well as to classify problem difficulty. Conceptual model of the Call center relational database is shown in the following scheme: Fig. 1. Conceptual model of the Call Center database The main aim of data warehouse system development in this case is collecting problems and requirements for software products features (functional and non functional) that are required by software products users. Therefore, data warehouse is designed and built upon the analysis of these data, to provide decision support. MOLAP cube is generated in a short period of time, so any exceptions that occur could be tightly controlled.

3 Some of analytical requirements for creating data warehouse of software products call center are defined according to answering following questions: How many calls for service are made from each geographical location? How many calls are made, grouped by diverse geographical regions? How many calls are made according to products categories and business domains? What is the frequency of servicing different types of applications - which are to be serviced more and which less? Number of applications services / requests grouped by manufacturers? Number of applications services grouped by manufacturers and types of software products? Number of applications services grouped by manufacturers, types of software products and program packages? Numbers of services by types of problems? Show services by months; during which month should we give discounts? What is the total amount and average price of servicing by applications and regions? How many calls for services users have sent? Which type of users sent most calls? OLAP cubes are organized by dimensions and measures. Dimensions are taken from the dimensional tables and measures from the fact table. Table dimensions contain hierarchically arranged data which are the subject of various calculations. Dimension is a category for analyzing business data. It can be, for example: temporal, geographical and others. Fact table is used for application of mathematical functions such as summarizing, counting, average, maximum and minimum values of some columns, which are then appointed in accordance with the convention and are specified as derivative, i.e. aggregated data. There are standard cube dimensions, which are to be specified according to user requirements. In this subject orientation, i.e. specific semantics of software servicing call center, some of important dimensions are: Problem -> Name problems Time -> Global hour containers Class name ->Class name -> Application name City > City name Application -> Application Name Region -> City name -> Region name Manufacturer -> Name of the manufacturer -> Application name Program package -> Package name -> Application name User -> User Name Activity -> Activity description -> User Name Incoming container id -> Global container hour Table of facts and dimension tables are related, i.e. connected in data model. Organization of these tables is presented by schemas. The most frequently used methods of designing a scheme is snow-flake schema and star schema. Fig. 2. Star schema of the Call Center cube Star schema of data warehouse design is more often used, especially because of the structure that support fact tables to be associated with dimensions tables at only one. Star schema example (Fig. 2) presents a data model for the design of the cube. This cube will enable analyzing number of calls to call center in a certain period of time, with registered particular type of problem applications. It consists of the fact table CallLog that is connected with four dimensional tables: user, application, time and problem. Fig. 3. Snowflake schema of the Call Center cube Snowflake schema has more complicated structure where fact table is connected to dimensional tables that are at two or higher. Snowflake schema requires more joins between the tables and therefore is more resource intensive. Snowflake scheme example of the call center cube (Fig. 3) presents the fact table CallLog (the same as in the previous example of star schema) that has been associated with the eight-dimensional tables. As we can see from Fig. 3, dimension City is at two from the fact table CallLog, and dimension Region is at three. OLAP cubes in our example were designed and created in OLAP cube editor (Fig 4.) of Microsoft SQL Server Analysis Services tool, which is an upgrade to SQL Server

4 database management system. Following steps of using this tool are needed for creating an OLAP cube: a) Creating a database at server, b) Determination of data sources, the path to a relational database and DBMS drivers (DB providers), c) Creating new OLAP cube, d) Selection of fact table and creating measures, e) Specifying dimensions, f) Setting data storage options, by choosing types of storage: MOLAP, ROLAP or HOLAP type of storage. g) Determination of the options for grouping and aggregating data, relating to the limitations of disk space that cube will occupy, h) Processing the cube with the choice of processing methods (new cube, changing existing cube and refresh data in existing cube). After the cube is created, initial analysis of aggregated data can be accessed (Fig. 4), by using cube reader within the cube editor. Cube reader enables aggregated data and dimensions to be flexibly shown and hidden, depending on required analysis to be performed. business decision support need to set of actions that are to be performed over the analysing tool. Analysing tool performs necessary calculations and manipulations to get the desired results, which are formatted to fit to the display form of reports. These reports may consist of a combination of text, graphics, video, audio and they facilitate user understanding. The report is delivered to end users (management) by using diverse media - paper, computer monitor etc. Reports that are presented to users may cause users to define additional quiries to clarify set of answers or to gather more information. The process continues until users reach desired results. MDX (Multidimensional Expressions) Language is used to create queries over OLAP cubes. MDX began to appear in commercial applications during year MDX was designed by Microsoft as a standard for formulation of queries with multidimensional data sources. Setting MDX queries as an additonal functional feature is developed within MSSQL Analysis Services tool. The query syntax uses keywords that are common with SQL, such as SELECT and WHERE. Even though there are apparent similarities of the two languages, there are also significant differences. The general form of MDX query: WITH calculated values SELECT axis 1 ON COLUMNS, axis 2 ON ROWS FROM cubename WHERE data selecting criteria Figure 5. shows MDX query editor, supported in Microsoft Analysis Services tool. Fig. 4. OLAP cube editor IV. MAKING QUERIES OVER OLAP CUBES Analysis of data by using queries and reports is a process of getting answers to questions. It is performed by extracting relevant data from data warehouse system, transformation and setting in the context and formulation to adequate and readable format, according to end user needs. This process is conducted by an analyst, who must request answers to his questions. Defining the query is the process of taking the business questions or hypotheses and their translation in the format of queries that can be formalized for using in specific decision making support tools. During the execution of a query, a tool generates commands to obtain derived data from cube to be processed as a result of a query, i.e. set of data that present answers to a query question. Resulting data could be original subset of derived data from cube, or another of derivation of data upon original derived data from the cube. Analyst formulate the Fig. 5. MDX query editor MDX query over cube [Calls by application classes and regions] to display the number of calls for Microsoft products, by region, along the months of November (represented as [11]) and December (represented as [12]) in the year 2009 (represented as [2009]) shows an example of application of specified MDX syntax.

5 SELECT {[Time dimension].[2009].[11], [Time dimension].[2009].[12]} on Columns, Region.Members on Rows FROM [Calls by application classes and regions] WHERE [Manufacturer].[All Manufacturer].[Microsoft] made to the Call Center, grouped by types of applications and complexity s of using software. Another example of MDX query displays the number of calls, total for all calls and average cost per call, for value Belgrade from dimension table City: SELECT FROM WHERE {[Call number], [Total], [Average cost per call]} on columns [CallLog Cube] [City].[All City].[Belgrade] V. REPORTING ANALYTICAL DATA Additional analysis and graphical display of data, which are organized into OLAP cubes, can be done by using Pivot tables and graphs. These could be created by connecting OLAP cube as a data source to a spreadsheet application. It is also possible to create special applications by using ADO reporting mechanisms, for the same purpose. TABLE I Fig. 6. Chart made from pivot table VI. CONCLUSION Using data warehouse system of a software products servicing call center by implementation of OLAP cubes and exporting data for graphic display shows that the data warehouse system may affect the quality of operation of the business. It can significantly improve business operations by providing data to enhance quality of services to customers and clients, by analysis of data from the database in a specific time period. This system can provide answers to questions of management and can serve as a support for making strategic business decisions. Managers together with their business analysts can make their own analysis, since using software tools, methods, models and hardware support do not require specific and expert knowledge from areas such as programming, database design, transaction processing data, working with complex report generators and similar tools. User All User REFERENCES Call number Problem Application Installation name Advanced Basic Medium Grand Total Access Acrobat Reader Excel Flash Photoshop Power Point Premier Word Grand Total In this example, the analytical data are exported to Microsoft Excel from OLAP cube to create pivot tables. Microsoft Excel has efficient mechanisms for connecting to the OLAP source and excellent tools for various forms of diagrams and charts. Figure 6. shows columnar diagram that was created with data from the previously created (Table I) pivot table, which contains the number of calls [1] R. Elmasri, S. B. Navathe, «Fundamentals of Database Systems», Addison Wesley, [2] M. Gunderloy, J. L. Jorden, «SQL Server 2000», Mikro knjiga, Beograd, [3] P. Mogin, I. Luković, M. Govedarica, «Principi projektovanja baza podataka», Univerzitet u Novom Sadu, Stylos, Novi Sad, [4] A. Veljović, «Menadžment informacioni sistemi u praksi», Kompjuter biblioteka Č ačak, [5] W. Pearson, «MDX at First Glance: Introduction to SQL Server MDX Essentials», [6] B. Radulović, Lj. Kazi, Z. Kazi, «Informacioni sistemi - odabrana poglavlja, Tehnički fakultet Mihajlo Pupin, Zrenjanin, 2006, ISBN

Data Mining Concepts & Techniques

Data Mining Concepts & Techniques Data Mining Concepts & Techniques Lecture No. 01 Databases, Data warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 04-06 Data Warehouse Architecture Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY CHARACTERISTICS Data warehouse is a central repository for summarized and integrated data

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 02 Introduction to Data Warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective B.Manivannan Research Scholar, Dept. Computer Science, Dravidian University, Kuppam, Andhra Pradesh, India

More information

OLAP Introduction and Overview

OLAP Introduction and Overview 1 CHAPTER 1 OLAP Introduction and Overview What Is OLAP? 1 Data Storage and Access 1 Benefits of OLAP 2 What Is a Cube? 2 Understanding the Cube Structure 3 What Is SAS OLAP Server? 3 About Cube Metadata

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS Assist. Prof. Dr. Volkan TUNALI Topics 2 Business Intelligence (BI) Decision Support System (DSS) Data Warehouse Online Analytical Processing (OLAP)

More information

IT DATA WAREHOUSING AND DATA MINING UNIT-2 BUSINESS ANALYSIS

IT DATA WAREHOUSING AND DATA MINING UNIT-2 BUSINESS ANALYSIS PART A 1. What are production reporting tools? Give examples. (May/June 2013) Production reporting tools will let companies generate regular operational reports or support high-volume batch jobs. Such

More information

Data Warehousing and OLAP Technologies for Decision-Making Process

Data Warehousing and OLAP Technologies for Decision-Making Process Data Warehousing and OLAP Technologies for Decision-Making Process Hiren H Darji Asst. Prof in Anand Institute of Information Science,Anand Abstract Data warehousing and on-line analytical processing (OLAP)

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 03 Architecture of DW Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Basic

More information

Deccansoft Software Services Microsoft Silver Learning Partner. SSAS Syllabus

Deccansoft Software Services Microsoft Silver Learning Partner. SSAS Syllabus Overview: Analysis Services enables you to analyze large quantities of data. With it, you can design, create, and manage multidimensional structures that contain detail and aggregated data from multiple

More information

An Overview of Data Warehousing and OLAP Technology

An Overview of Data Warehousing and OLAP Technology An Overview of Data Warehousing and OLAP Technology CMPT 843 Karanjit Singh Tiwana 1 Intro and Architecture 2 What is Data Warehouse? Subject-oriented, integrated, time varying, non-volatile collection

More information

Question Bank. 4) It is the source of information later delivered to data marts.

Question Bank. 4) It is the source of information later delivered to data marts. Question Bank Year: 2016-2017 Subject Dept: CS Semester: First Subject Name: Data Mining. Q1) What is data warehouse? ANS. A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile

More information

Data warehouse architecture consists of the following interconnected layers:

Data warehouse architecture consists of the following interconnected layers: Architecture, in the Data warehousing world, is the concept and design of the data base and technologies that are used to load the data. A good architecture will enable scalability, high performance and

More information

Data Warehouse. Asst.Prof.Dr. Pattarachai Lalitrojwong

Data Warehouse. Asst.Prof.Dr. Pattarachai Lalitrojwong Data Warehouse Asst.Prof.Dr. Pattarachai Lalitrojwong Faculty of Information Technology King Mongkut s Institute of Technology Ladkrabang Bangkok 10520 pattarachai@it.kmitl.ac.th The Evolution of Data

More information

REPORTING AND QUERY TOOLS AND APPLICATIONS

REPORTING AND QUERY TOOLS AND APPLICATIONS Tool Categories: REPORTING AND QUERY TOOLS AND APPLICATIONS There are five categories of decision support tools Reporting Managed query Executive information system OLAP Data Mining Reporting Tools Production

More information

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:-

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:- UNIT III: Data Warehouse and OLAP Technology: An Overview : What Is a Data Warehouse? A Multidimensional Data Model, Data Warehouse Architecture, Data Warehouse Implementation, From Data Warehousing to

More information

Data Mining & Data Warehouse

Data Mining & Data Warehouse Data Mining & Data Warehouse Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology (1) 2016 2017 1 Points to Cover Why Do We Need Data Warehouses?

More information

Proceedings of the IE 2014 International Conference AGILE DATA MODELS

Proceedings of the IE 2014 International Conference  AGILE DATA MODELS AGILE DATA MODELS Mihaela MUNTEAN Academy of Economic Studies, Bucharest mun61mih@yahoo.co.uk, Mihaela.Muntean@ie.ase.ro Abstract. In last years, one of the most popular subjects related to the field of

More information

CHAPTER 3 Implementation of Data warehouse in Data Mining

CHAPTER 3 Implementation of Data warehouse in Data Mining CHAPTER 3 Implementation of Data warehouse in Data Mining 3.1 Introduction to Data Warehousing A data warehouse is storage of convenient, consistent, complete and consolidated data, which is collected

More information

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP)

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) INTRODUCTION A dimension is an attribute within a multidimensional model consisting of a list of values (called members). A fact is defined by a combination

More information

Evolution of Database Systems

Evolution of Database Systems Evolution of Database Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Intelligent Decision Support Systems Master studies, second

More information

Call: SAS BI Course Content:35-40hours

Call: SAS BI Course Content:35-40hours SAS BI Course Content:35-40hours Course Outline SAS Data Integration Studio 4.2 Introduction * to SAS DIS Studio Features of SAS DIS Studio Tasks performed by SAS DIS Studio Navigation to SAS DIS Studio

More information

DATA MINING AND WAREHOUSING

DATA MINING AND WAREHOUSING DATA MINING AND WAREHOUSING Qno Question Answer 1 Define data warehouse? Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making

More information

ETL and OLAP Systems

ETL and OLAP Systems ETL and OLAP Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Software Development Technologies Master studies, first semester

More information

Tribhuvan University Institute of Science and Technology MODEL QUESTION

Tribhuvan University Institute of Science and Technology MODEL QUESTION MODEL QUESTION 1. Suppose that a data warehouse for Big University consists of four dimensions: student, course, semester, and instructor, and two measures count and avg-grade. When at the lowest conceptual

More information

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: How business intelligence is a comprehensive framework to support business decision making How operational

More information

DATA WAREHOUING UNIT I

DATA WAREHOUING UNIT I BHARATHIDASAN ENGINEERING COLLEGE NATTRAMAPALLI DEPARTMENT OF COMPUTER SCIENCE SUB CODE & NAME: IT6702/DWDM DEPT: IT Staff Name : N.RAMESH DATA WAREHOUING UNIT I 1. Define data warehouse? NOV/DEC 2009

More information

DATA WAREHOUSE MANAGEMENT SYSTEM A CASE STUDY

DATA WAREHOUSE MANAGEMENT SYSTEM A CASE STUDY DATA WAREHOUSE MANAGEMENT SYSTEM A CASE STUDY DARKO KRULJ Trizon Group, Belgrade, Serbia and Montenegro. MILUTIN CUPIC MILAN MARTIC MILIJA SUKNOVIC Faculty of Organizational Science, University of Belgrade,

More information

Fig 1.2: Relationship between DW, ODS and OLTP Systems

Fig 1.2: Relationship between DW, ODS and OLTP Systems 1.4 DATA WAREHOUSES Data warehousing is a process for assembling and managing data from various sources for the purpose of gaining a single detailed view of an enterprise. Although there are several definitions

More information

InfoSphere Warehouse V9.5 Exam.

InfoSphere Warehouse V9.5 Exam. IBM 000-719 InfoSphere Warehouse V9.5 Exam TYPE: DEMO http://www.examskey.com/000-719.html Examskey IBM 000-719 exam demo product is here for you to test the quality of the product. This IBM 000-719 demo

More information

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 6 (2013), pp. 669-674 Research India Publications http://www.ripublication.com/aeee.htm Data Warehousing Ritham Vashisht,

More information

Data Warehousing & OLAP

Data Warehousing & OLAP CMPUT 391 Database Management Systems Data Warehousing & OLAP Textbook: 17.1 17.5 (first edition: 19.1 19.5) Based on slides by Lewis, Bernstein and Kifer and other sources University of Alberta 1 Why

More information

Unit 7: Basics in MS Power BI for Excel 2013 M7-5: OLAP

Unit 7: Basics in MS Power BI for Excel 2013 M7-5: OLAP Unit 7: Basics in MS Power BI for Excel M7-5: OLAP Outline: Introduction Learning Objectives Content Exercise What is an OLAP Table Operations: Drill Down Operations: Roll Up Operations: Slice Operations:

More information

Data Warehousing and Decision Support. Introduction. Three Complementary Trends. [R&G] Chapter 23, Part A

Data Warehousing and Decision Support. Introduction. Three Complementary Trends. [R&G] Chapter 23, Part A Data Warehousing and Decision Support [R&G] Chapter 23, Part A CS 432 1 Introduction Increasingly, organizations are analyzing current and historical data to identify useful patterns and support business

More information

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different?

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different? (Please write your Roll No. immediately) End-Term Examination Fourth Semester [MCA] MAY-JUNE 2006 Roll No. Paper Code: MCA-202 (ID -44202) Subject: Data Warehousing & Data Mining Note: Question no. 1 is

More information

02 Hr/week. Theory Marks. Internal assessment. Avg. of 2 Tests

02 Hr/week. Theory Marks. Internal assessment. Avg. of 2 Tests Course Code Course Name Teaching Scheme Credits Assigned Theory Practical Tutorial Theory Practical/Oral Tutorial Total TEITC504 Database Management Systems 04 Hr/week 02 Hr/week --- 04 01 --- 05 Examination

More information

Adnan YAZICI Computer Engineering Department

Adnan YAZICI Computer Engineering Department Data Warehouse Adnan YAZICI Computer Engineering Department Middle East Technical University, A.Yazici, 2010 Definition A data warehouse is a subject-oriented integrated time-variant nonvolatile collection

More information

A Benchmarking Criteria for the Evaluation of OLAP Tools

A Benchmarking Criteria for the Evaluation of OLAP Tools A Benchmarking Criteria for the Evaluation of OLAP Tools Fiaz Majeed Department of Information Technology, University of Gujrat, Gujrat, Pakistan. Email: fiaz.majeed@uog.edu.pk Abstract Generating queries

More information

Rocky Mountain Technology Ventures

Rocky Mountain Technology Ventures Rocky Mountain Technology Ventures Comparing and Contrasting Online Analytical Processing (OLAP) and Online Transactional Processing (OLTP) Architectures 3/19/2006 Introduction One of the most important

More information

Q1) Describe business intelligence system development phases? (6 marks)

Q1) Describe business intelligence system development phases? (6 marks) BUISINESS ANALYTICS AND INTELLIGENCE SOLVED QUESTIONS Q1) Describe business intelligence system development phases? (6 marks) The 4 phases of BI system development are as follow: Analysis phase Design

More information

Data Warehousing and OLAP

Data Warehousing and OLAP Data Warehousing and OLAP INFO 330 Slides courtesy of Mirek Riedewald Motivation Large retailer Several databases: inventory, personnel, sales etc. High volume of updates Management requirements Efficient

More information

SQL Server Analysis Services

SQL Server Analysis Services DataBase and Data Mining Group of DataBase and Data Mining Group of Database and data mining group, SQL Server 2005 Analysis Services SQL Server 2005 Analysis Services - 1 Analysis Services Database and

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November-2016 5 An Embedded Car Parts Sale of Mercedes Benz with OLAP Implementation (Case Study: PT. Mass Sarana Motorama)

More information

Data Warehousing and Decision Support

Data Warehousing and Decision Support Data Warehousing and Decision Support Chapter 23, Part A Database Management Systems, 2 nd Edition. R. Ramakrishnan and J. Gehrke 1 Introduction Increasingly, organizations are analyzing current and historical

More information

Data Warehousing and Decision Support

Data Warehousing and Decision Support Data Warehousing and Decision Support [R&G] Chapter 23, Part A CS 4320 1 Introduction Increasingly, organizations are analyzing current and historical data to identify useful patterns and support business

More information

BUSINESS INTELLIGENCE AND OLAP

BUSINESS INTELLIGENCE AND OLAP Volume 10, No. 3, pp. 68 76, 2018 Pro Universitaria BUSINESS INTELLIGENCE AND OLAP Dimitrie Cantemir Christian University Knowledge Horizons - Economics Volume 10, No. 3, pp. 68-76 P-ISSN: 2069-0932, E-ISSN:

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz May 20, 2014 Announcements DB 2 Due Tuesday Next Week The Database Approach to Data Management Database: Collection of related files containing

More information

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing The Evolution of Data Warehousing Data Warehousing Concepts Since 1970s, organizations gained competitive advantage through systems that automate business processes to offer more efficient and cost-effective

More information

Data Warehousing (1)

Data Warehousing (1) ICS 421 Spring 2010 Data Warehousing (1) Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 3/18/2010 Lipyeow Lim -- University of Hawaii at Manoa 1 Motivation

More information

Data Warehouses and OLAP. Database and Information Systems. Data Warehouses and OLAP. Data Warehouses and OLAP

Data Warehouses and OLAP. Database and Information Systems. Data Warehouses and OLAP. Data Warehouses and OLAP Database and Information Systems 11. Deductive Databases 12. Data Warehouses and OLAP 13. Index Structures for Similarity Queries 14. Data Mining 15. Semi-Structured Data 16. Document Retrieval 17. Web

More information

Syllabus. Syllabus. Motivation Decision Support. Syllabus

Syllabus. Syllabus. Motivation Decision Support. Syllabus Presentation: Sophia Discussion: Tianyu Metadata Requirements and Conclusion 3 4 Decision Support Decision Making: Everyday, Everywhere Decision Support System: a class of computerized information systems

More information

Data Warehouses Chapter 12. Class 10: Data Warehouses 1

Data Warehouses Chapter 12. Class 10: Data Warehouses 1 Data Warehouses Chapter 12 Class 10: Data Warehouses 1 OLTP vs OLAP Operational Database: a database designed to support the day today transactions of an organization Data Warehouse: historical data is

More information

Create Cube From Star Schema Grouping Framework Manager

Create Cube From Star Schema Grouping Framework Manager Create Cube From Star Schema Grouping Framework Manager Create star schema groupings to provide authors with logical groupings of query Connect to an OLAP data source (cube) in a Framework Manager project

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 07 Terminologies Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Database

More information

Decision Support Systems aka Analytical Systems

Decision Support Systems aka Analytical Systems Decision Support Systems aka Analytical Systems Decision Support Systems Systems that are used to transform data into information, to manage the organization: OLAP vs OLTP OLTP vs OLAP Transactions Analysis

More information

Chapter 3. The Multidimensional Model: Basic Concepts. Introduction. The multidimensional model. The multidimensional model

Chapter 3. The Multidimensional Model: Basic Concepts. Introduction. The multidimensional model. The multidimensional model Chapter 3 The Multidimensional Model: Basic Concepts Introduction Multidimensional Model Multidimensional concepts Star Schema Representation Conceptual modeling using ER, UML Conceptual modeling using

More information

CSPP 53017: Data Warehousing Winter 2013! Lecture 7! Svetlozar Nestorov! Class News!

CSPP 53017: Data Warehousing Winter 2013! Lecture 7! Svetlozar Nestorov! Class News! CSPP 53017: Data Warehousing Winter 2013! Lecture 7! Svetlozar Nestorov! Class News! Make-up class on Saturday, Mar 9 in Gleacher 203 10:30am 1:30pm.! Last 15 minute in-class quiz (6:30pm) on Mar 5.! Covers

More information

Data Mining. Associate Professor Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology

Data Mining. Associate Professor Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Data Mining Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology (1) 2016 2017 Department of CS- DM - UHD 1 Points to Cover Why Do We Need Data

More information

Sql Fact Constellation Schema In Data Warehouse With Example

Sql Fact Constellation Schema In Data Warehouse With Example Sql Fact Constellation Schema In Data Warehouse With Example Data Warehouse OLAP - Learn Data Warehouse in simple and easy steps using Multidimensional OLAP (MOLAP), Hybrid OLAP (HOLAP), Specialized SQL

More information

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts Enn Õunapuu enn.ounapuu@ttu.ee Content Oveall approach Dimensional model Tabular model Overall approach Data modeling is a discipline that has been practiced

More information

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1) What does the term 'Ad-hoc Analysis' mean? Choice 1 Business analysts use a subset of the data for analysis. Choice 2: Business analysts access the Data

More information

Information Management course

Information Management course Università degli Studi di Milano Master Degree in Computer Science Information Management course Teacher: Alberto Ceselli Lecture 05(b) : 23/10/2012 Data Mining: Concepts and Techniques (3 rd ed.) Chapter

More information

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems DATABASE MANAGEMENT SYSTEMS UNIT I Introduction to Database Systems Terminology Data = known facts that can be recorded Database (DB) = logically coherent collection of related data with some inherent

More information

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse Principles of Knowledge Discovery in bases Fall 1999 Chapter 2: Warehousing and Dr. Osmar R. Zaïane University of Alberta Dr. Osmar R. Zaïane, 1999 Principles of Knowledge Discovery in bases University

More information

1. Analytical queries on the dimensionally modeled database can be significantly simpler to create than on the equivalent nondimensional database.

1. Analytical queries on the dimensionally modeled database can be significantly simpler to create than on the equivalent nondimensional database. 1. Creating a data warehouse involves using the functionalities of database management software to implement the data warehouse model as a collection of physically created and mutually connected database

More information

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15)

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Recently Updated 70-467 Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Valid 70-467 Dumps shared by PassLeader for Helping Passing 70-467 Exam! PassLeader now offer the newest 70-467

More information

DATA MINING TRANSACTION

DATA MINING TRANSACTION DATA MINING Data Mining is the process of extracting patterns from data. Data mining is seen as an increasingly important tool by modern business to transform data into an informational advantage. It is

More information

Introduction to Data Warehousing

Introduction to Data Warehousing ICS 321 Spring 2012 Introduction to Data Warehousing Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 4/23/2012 Lipyeow Lim -- University of Hawaii at Manoa

More information

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems Department of Industrial Engineering Sharif University of Technology Session# 9 Contents: The role of managers in Information Technology (IT) Organizational Issues Information Technology Operational and

More information

Power Distribution Analysis For Electrical Usage In Province Area Using Olap (Online Analytical Processing)

Power Distribution Analysis For Electrical Usage In Province Area Using Olap (Online Analytical Processing) Power Distribution Analysis For Electrical Usage In Province Area Using Olap (Online Analytical Processing) Riza Samsinar 1,*, Jatmiko Endro Suseno 2, and Catur Edi Widodo 3 1 Master Program of Information

More information

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

Foundations of SQL Server 2008 R2 Business. Intelligence. Second Edition. Guy Fouche. Lynn Lang it. Apress* Foundations of SQL Server 2008 R2 Business Intelligence Second Edition Guy Fouche Lynn Lang it Apress* Contents at a Glance About the Authors About the Technical Reviewer Acknowledgments iv xiii xiv xv

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz Nov 10, 2016 Class Announcements n Database Assignment 2 posted n Due 11/22 The Database Approach to Data Management The Final Database Design

More information

Development of an interface that allows MDX based data warehouse queries by less experienced users

Development of an interface that allows MDX based data warehouse queries by less experienced users Development of an interface that allows MDX based data warehouse queries by less experienced users Mariana Duprat André Monat Escola Superior de Desenho Industrial 400 Introduction Data analysis is a fundamental

More information

Pentaho Aggregation Designer User Guide

Pentaho Aggregation Designer User Guide Pentaho Aggregation Designer User Guide This document is copyright 2012 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property

More information

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015 Q.1 a. Briefly explain data granularity with the help of example Data Granularity: The single most important aspect and issue of the design of the data warehouse is the issue of granularity. It refers

More information

collection of data that is used primarily in organizational decision making.

collection of data that is used primarily in organizational decision making. Data Warehousing A data warehouse is a special purpose database. Classic databases are generally used to model some enterprise. Most often they are used to support transactions, a process that is referred

More information

A Multi-Dimensional Data Model

A Multi-Dimensional Data Model A Multi-Dimensional Data Model A Data Warehouse is based on a Multidimensional data model which views data in the form of a data cube A data cube, such as sales, allows data to be modeled and viewed in

More information

Enterprise Informatization LECTURE

Enterprise Informatization LECTURE Enterprise Informatization LECTURE Piotr Zabawa, PhD. Eng. IBM/Rational Certified Consultant e-mail: pzabawa@pk.edu.pl www: http://www.pk.edu.pl/~pzabawa/en 07.10.2011 Lecture 5 Analytical tools in business

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 06, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 06, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 06, 2016 ISSN (online): 2321-0613 Tanzeela Khanam 1 Pravin S.Metkewar 2 1 Student 2 Associate Professor 1,2 SICSR, affiliated

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008 T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s i n - d e p t h k n o w l e d g e o n d e s

More information

The University of Iowa Intelligent Systems Laboratory The University of Iowa Intelligent Systems Laboratory

The University of Iowa Intelligent Systems Laboratory The University of Iowa Intelligent Systems Laboratory Warehousing Outline Andrew Kusiak 2139 Seamans Center Iowa City, IA 52242-1527 andrew-kusiak@uiowa.edu http://www.icaen.uiowa.edu/~ankusiak Tel. 319-335 5934 Introduction warehousing concepts Relationship

More information

Teradata Aggregate Designer

Teradata Aggregate Designer Data Warehousing Teradata Aggregate Designer By: Sam Tawfik Product Marketing Manager Teradata Corporation Table of Contents Executive Summary 2 Introduction 3 Problem Statement 3 Implications of MOLAP

More information

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394 Data Mining Data warehousing Hamid Beigy Sharif University of Technology Fall 1394 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1394 1 / 22 Table of contents 1 Introduction 2 Data warehousing

More information

Decision Support, Data Warehousing, and OLAP

Decision Support, Data Warehousing, and OLAP Decision Support, Data Warehousing, and OLAP : Contents Terminology : OLAP vs. OLTP Data Warehousing Architecture Technologies References 1 Decision Support and OLAP Information technology to help knowledge

More information

SAS 9.2 OLAP Server. User s Guide

SAS 9.2 OLAP Server. User s Guide SAS 9.2 OLAP Server User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS 9.2 OLAP Server: User s Guide. Cary, NC: SAS Institute Inc. SAS 9.2 OLAP

More information

Chapter 3. Databases and Data Warehouses: Building Business Intelligence

Chapter 3. Databases and Data Warehouses: Building Business Intelligence Chapter 3 Databases and Data Warehouses: Building Business Intelligence How Can a Business Increase its Intelligence? Summary Overview of Main Concepts Details/Design of a Relational Database Creating

More information

Chapter 4, Data Warehouse and OLAP Operations

Chapter 4, Data Warehouse and OLAP Operations CSI 4352, Introduction to Data Mining Chapter 4, Data Warehouse and OLAP Operations Young-Rae Cho Associate Professor Department of Computer Science Baylor University CSI 4352, Introduction to Data Mining

More information

In-memory Analytics Guide

In-memory Analytics Guide In-memory Analytics Guide Version: 10.10 10.10, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or registered

More information

CSE 544 Principles of Database Management Systems. Alvin Cheung Fall 2015 Lecture 8 - Data Warehousing and Column Stores

CSE 544 Principles of Database Management Systems. Alvin Cheung Fall 2015 Lecture 8 - Data Warehousing and Column Stores CSE 544 Principles of Database Management Systems Alvin Cheung Fall 2015 Lecture 8 - Data Warehousing and Column Stores Announcements Shumo office hours change See website for details HW2 due next Thurs

More information

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures)

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures) CS614- Data Warehousing Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad Nov 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 CS614 - Data Warehousing - Midterm

More information

PowerPivot, an Introduction. By: Steve Lewis Principal Pyxis Analytics

PowerPivot, an Introduction. By: Steve Lewis Principal Pyxis Analytics PowerPivot, an Introduction By: Steve Lewis Principal Pyxis Analytics Agenda What is the BISM Model? Components of the BISM Model DAX Overview Walkthroughs What is the BISM Model Business Intelligence

More information

Hierarchies in a multidimensional model: From conceptual modeling to logical representation

Hierarchies in a multidimensional model: From conceptual modeling to logical representation Data & Knowledge Engineering 59 (2006) 348 377 www.elsevier.com/locate/datak Hierarchies in a multidimensional model: From conceptual modeling to logical representation E. Malinowski *, E. Zimányi Department

More information

Data Warehousing & OLAP

Data Warehousing & OLAP Data Warehousing & OLAP Data Mining: Concepts and Techniques Chapter 3 Jiawei Han and An Introduction to Database Systems C.J.Date, Eighth Eddition, Addidon Wesley, 4 1 What is Data Warehousing? What is

More information

Research Article ISSN:

Research Article ISSN: Research Article [Srivastava,1(4): Jun., 2012] IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY An Optimized algorithm to select the appropriate Schema in Data Warehouses Rahul

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information

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

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS) Microsoft's Business Intelligence (MSBI) Training with in-depth Practical approach towards SQL Server Integration Services, Reporting Services

More information

ECT7110 Introduction to Data Warehousing

ECT7110 Introduction to Data Warehousing ECT7110 Introduction to Data Warehousing Prof. Wai Lam ECT7110 Introduction to Data Warehousing 1 What is Data Warehouse? Defined in many different ways, but not rigorously. A decision support database

More information

Cognos Dynamic Cubes

Cognos Dynamic Cubes Cognos Dynamic Cubes Amit Desai Cognos Support Engineer Open Mic Facilitator Reena Nagrale Cognos Support Engineer Presenter Gracy Mendonca Cognos Support Engineer Technical Panel Member Shashwat Dhyani

More information