DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE.

Slides:



Advertisements
Presentasi serupa
Tahapan information engineering
Advertisements

BAB 13 U SING D ATA W AREHOUSE FOR B USINESS I NTELLIGENCE Moh. Muslih Rizal Ario Kiky Cahyaning H Nursyakhroini.
OLAP - PERTEMUAN 8 – OLAP.
BASIS DATA LANJUTAN.
DATABASE ADMINISTRATION Pertemuan ke-10. Data Movement and Distribution source : Database Administration the complete guide to practices and procedures.
Data Warehouse dan Decision Support
OLAP dalam Data Warehouse
Business Intelligence
Data Mart dan Metadata Data Warehouse
© aSup-2007 PENGENALAN SPSS   1 INTRODUCTION to SPSS Statistical Package for Social Science.
Desain Data Warehouse (Dimensional Modelling)
MODUL1 DATABASE MANAGEMENT SYSTEM
Dimensional Modeling Achmad Yasid.
Dimensional Modeling Achmad Yasid.
SQL Server Business Intelligence
Sumber Data untuk DW Data operasional dalam organisasi, misalnya basis data pelanggan dan produk, dan Sumber eksternal yang diperoleh misalnya melalui.
Pemrograman Visual II Database Management System (DBMS) Oleh: Erna Sri Hartatik, S.Kom
DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE.
Dimensional Modeling (Advance)
ONLINE ANALYTICAL PROCESSING (OLAP)
Perancangan Database Pertemuan 07 s.d 08
1 SQL Server Business Intelligence. Database AdventureWorks Microsoft Corp menyediakan sample database bernama adventureWorks yang berada dibawah shema.
Arsitektur Data Warehouse
INTRODUCTION TO SPSS Statistical Package for Social Science 1.
Disampaikan oleh Nyimas Artina,S.Kom, M.Si
Deploy pada Visual Studio dan SQL Server. Proyek-proyek SQL server yang dibuat dengan memakai Visual Studio secara default hanya akan menghasilkan intermediate.
Pertemuan VI Desain Data Warehouse (Dimensional Modelling)
Desain Data Warehouse (Dimensional Modelling)
Surrogate Key & Slowly Changing Dimensions. SURROGATE KEY.
Pokok Bahasan DATADATABASEOLTPDSS OLAPDATA WAREHOUSEDATA MINING.
Pertemuan VIII Dimensional Modelling. Relational Database Model FMMFFMMF Anderson Green Lee Ramos Attribute 1 Name Attribute 2 Age Attribute.
1 Pertemuan 17 Pengaruh perkembangan teknologi dalam usaha perjalanan wisata Matakuliah: G1174/Tourism Management and Planning Tahun: 2005 Versi: 1/R0.
1 INTRODUCTION Pertemuan 1 s.d 2 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
Pemrograman Berbasis Objek Inung Wijayanto
Dasar query basis data dengan SQLite
Pemrograman Visual 2 Pertemuan 1 Genap 2014/2015.
MARKETING INFORMATION SYSTEMS AND THE SALES ORDER
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Datamart dan Datawarehouse
Pert. 16. Menyimak lingkungan IS/IT saat ini
PENGANTAR KOMPUTER & TI 2A
PEMBANDINGAN KINERJA JEDOX PALO VERSI 1. 0c DENGAN VERSI 2
Support System IT Putri Taqwa Prasetyaningrum,S.T.,M.T.
SISTEM PENUNJANG KEPUTUSAN
DATAWAREHOUSING & BUSINESS INTELLIGENT <<Pertemuan – 12>>
Pertemuan 17 Materi : Buku Wajib & Sumber Materi :
DATA MART Pertemuan ke-3.
Proses ETL (Extract-Transform-Load)
ARSITEKTUR DATA WAREHOUSE
Introduction to Database Management System Pertemuan 01
INTRODUCTION OF DATA WAREHOUSE
Perancangan Penyimpanan Data
Data Warehouse Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
INTRODUCTION OF DATA WAREHOUSE
Semua SQL Server Analysis Services Pengolahan tugas dapat dijadwalkan menggunakan Data Transformation Services (DTS) komponen. Catatan: Data Transformation.
Analisis Multidimensional
Oleh : Rahmat Robi Waliyansyah, M.Kom.
Dasar-Dasar Sistem Informasi
Enhancing Decision Making
INFORMASI UNTUK BERBAGAI USER DW
PRODI MIK | FAKULTAS ILMU-ILMU KESEHATAN
Pengantar Basis Data Pengantar Basis Data.
Introduction to Data Warehouse By: Marcello Singadji
How to Set Up AT&T on MS Outlook ATT is a multinational company headquartered in Texas. ATT services are used by many people widely across.
About Microsoft Power BI. Introduction  Power BI is a suite of business analytics tools that deliver insights throughout your organization. Connect to.
Konsep Aplikasi Data Mining
 Zoho Mail offers easy options to migrate data from G Suite or Gmail accounts. All s, contacts, and calendar or other important data can be imported.
SISTEM PENUNJANG KEPUTUSAN UNTUK SISTEM INFORMASI MANAJEMEN.
Konsep Aplikasi Data Mining
Pengenalan Microsoft Access
Transcript presentasi:

DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE

Experience with BI Developing end-to-end BI prototype for Plan International Extensive project experience with Reporting Services Books, courses, exams and played Developed numerous reporting apps that should have been BI solutions!

Concepts Business Intelligence –Organisation-wide perspective –Combining data from diverse systems –High level aggregation to detailed drill-down Relational data not designed for BI –Narrow focus on specific business requirement –OLTP for speed of entry and integrity –OLAP (On-line Analytical Processing) for aggregating large data volumes

Core Processes ELT (Extract, Load, Transform) –Import, clean and combine diverse data –Store in Data Warehouse Star Schema –Relational structure for OLAP, not OLTP Cubes –Pre-aggregate results (sum, count) Reporting (Data Mining and Prediction)

SQL Server 2005 SQL Server Management Studio –Design and query databases –Replaces Enterprise Manager, Query Analyser –Manage Servers (DB, AS, RS, IS) SQL Server Business Intelligence Studio –VS.NET 2005 projects –Design, build and deploy

Business Intelligence Studio Integration Services –Data import and transform (replaces DTS) –Merge data into Star Schema Analysis Services –Design and populate Cubes Report Model –ERD for reporting Report Server –Design and publish reports

Star Schema Star focuses on business area –Sales, Logistics Fact Table stores numeric measures –Order Value, Order Quantity Dimension Tables –How data is analysed (aggregates and heirarchies) –Product, Customer, Time

DATA WAREHOUSE = BUSINESS INTELLIGENCE Business Intelligence (BI) refers to skills, processes, technologies, applications and practices used to support decision making. –historical, current, and predictive views –reporting, OLAP, analytics, data mining, business performance management, benchmarking, text mining, and predictive analytics. A data warehouse is a repository of an organization's electronically stored data. Data warehouses are designed to facilitate reporting and analysis. –business intelligence tools, tools to extract, transform, and load data into the repository, and tools to manage and retrieve metadata.

BI IN SQL SERVER 2005 ComponentSQL Server 2005 Extract, transformation, and load (ETL)SQL Server 2005 Integration Services Relational data warehouseSQL Server 2005 relational database Multidimensional database SQL Server 2005 Analysis Services (SSAS) Data miningSQL Server 2005 Analysis Services Managed reportingSQL Server 2005 Reporting Services Ad hoc reportingSQL Server 2005 Reporting Services Ad hoc query and analysis Microsoft Office products (Excel, Office Web Components, Data Analyzer, SharePoint Portal) Database development tools SQL Server 2005 Business Intelligence Development Studio Database management tools SQL Server 2005 SQL Server Management Studio

BASIC CONCEPTS Universal Dimensional Model Cube –Drill-down –Roll-up Online Analytical Processing (OLAP) …

Database AdventureWorks Microsoft Corp menyediakan sample database bernama adventureWorks yang berada dibawah shema dbo dan data yang bukan berada dalam schema dbo. 11

Link download: Pilih data yang akan diambil, misal: AdventureWorksBI.msiAdventureWorksBI.msi dan AdventureWorksDB.msi Kemudian Install dan secara otomatis, lokasi hasil instalasi sample database tersebut adalah: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ Buka SQL Server Management Studio dan ambil (attach) database tersebut. 12

13

14

15

16

17

18 Dua data tersebut terdiri atas berbagai tabel yang saling berelasi, untuk database AdventureWorksDW sudah terdiri atas banyak tabel fakta dan dimensi-dimensinya yang berbentuk: - Star Schema - Snowflake Schema - Constellation Schema

19 Dari database tersebut juga dapat dibuat beberapa kubus menggunakan SQL Server Business Intelligence Development Studio, misalnya dari tabel Fakta Internet Sales.

To create a new Analysis Services project, follow these steps: Select Microsoft SQL Server 2005 > SQL Server Business Intelligence Development Studio from the Programs menu to launch Business Intelligence Development Studio.

To define a Data source for the new cube, follow these steps: Right-click on the Data Sources folder in Solution Explorer and select New Data Source.

To create a new data source view, follow these steps: Right-click on the Data Source Views folder in Solution Explorer and select New Data Source View.

BIDS will automatically display the schema of the new data source view

To create the new cube, follow these steps: Right-click on the Cubes folder in Solution Explorer and select New Cube.

Deploying,Processing, Browsing a Cube

Terminologies Cube The basic unit of storage and analysis in Analysis Services is the cube. A cube is a collection of data that’s been aggregated to allow queries to return data quickly. Dimension Each cube has one or more dimensions, each based on one or more dimension tables. A dimension represents a category for analyzing business data Fact table A fact table contains the basic information that you wish to summarize. This might be order detail information, payroll records, or anything else that’s amenable to summing and averaging.

WHERE TO GET SQL SERVER UNCC MSDNAA:UNCC MSDNAA – academy.com/elms/Storefront/Home.asp x?campus=uncc_cithttp://msdn04.e- academy.com/elms/Storefront/Home.asp x?campus=uncc_cit SQL Server 2005 Standard Edition SQL Server 2008 Developer Edition SQL Server 2008 Enterprise Edition

Deploy pada Visual Studio dan SQL Server

Proyek-proyek SQL server yang dibuat dengan memakai Visual Studio secara default hanya akan menghasilkan intermediate code, belum mengalokasikan user level cubes secara fisik.

Deployment berefek pada dua hal: 1.Menghasilkan executable-code file 2.Mengalokasikan user-level cubes di database-database Maka artinya untuk mendapatkan analisis lebih jauh dari suatu database ke kubus (misal data mining), maka terlebih dahulu proyek harus mengalami deployment

Langkah Deploy Proyek:

atau…

Jika tidak terjadi masalah (instalasi lengkap) maka akan muncul tampilan di sudut kanan bawah seperti ini:

Setelah proses deploy selesai, barulah tab-tab diatas dapat berfungsi sepenuhnya Isi dari kubus

Menampilkan Isi Data Kubus

37

Drag data ke browser

Drag data yang lain

Ambil nilai (drag measure) ke tengah-tengah antara baris kota (dari tabel dimensi Customer) dan kolom warna dari tabel dimensi Product))

Data lain dapat ditambahkan sesuai dengan keperluan…