Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE.

Presentasi serupa


Presentasi berjudul: "DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE."— Transcript presentasi:

1 DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE

2 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!

3 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)

4 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

5 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

6 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

7 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 databaseSQL Server 2005 Analysis Services Data miningSQL Server 2005 Analysis Services Managed reportingSQL Server 2005 Reporting Services Ad hoc reportingSQL Server 2005 Reporting Services - Database Service adalah layanan-layanan umum untuk basis data yang paling dasar. - Analysis Service adalah fitur-fitur untuk datawarehousing, OLAP dan Data Mining.

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

9 Database AdventureWorksDW adalah database fiktif yang disertakan Microsoft Corp tentang sebuah perusahaan yang memiliki data yang sangat besar dan lengkap

10 Link download: http://msftdbprodsamples.codeplex.com/releases/view/4004 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. 10

11

12

13

14

15 15

16 16

17

18

19 19

20 20 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

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

22 Contoh query SELECT FirstName, LastName, City FROM DimCustomer C, DimGeography G WHERE C.GeographyKey = G.GeographyKey;

23

24 Business Inteligence

25

26

27

28

29

30 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.

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

32

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

34 Deploying,Processing, Browsing a Cube

35

36 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.

37 WHERE TO GET SQL SERVER UNCC MSDNAA:UNCC MSDNAA –http://msdn04.e- 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

38 Deploy pada Visual Studio dan SQL Server

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

40 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

41 Langkah Deploy Proyek:

42 atau…

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

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

45 Menampilkan Isi Data Kubus

46 46

47

48 Drag data ke browser

49 Drag data yang lain

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

51 Data lain dapat ditambahkan sesuai dengan keperluan…

52


Download ppt "DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE."

Presentasi serupa


Iklan oleh Google