LAMPIRAN
A
TABEL SISTEM
DATABASE
A-1 1. Tabel Staff
Nama Field Tipe Data Ukuran Identity Keterangan
Staff_Code Char 2 Primary
Key
Kode Staff
Department_Code Char 2 Foreign
Key
Kode Department
Staff_Name Varchar 30 Nama Staff
Staff_Address Varchar 50 Alamat Staff
Staff_Phone Varchar 20 Nomor Telepon
Staff
Email Varchar 50 Email Staff
Salary Numeric 18,2 Gaji Staff
Tabel A.1 Tabel Staff
2. Tabel Department
Nama Field Tipe Data Ukuran Identity Keterangan
Department_Code Char 2 Primary
Key
Kode Department
Department_Name Varchar 30 Nama
Department Tabel A.2 Tabel Department
3. Tabel Customer
Nama Field Tipe Data Ukuran Identity Keterangan
Customer_Code Int - Primary
Key
Kode Customer
Customer
PP Varchar 30 ATTN
Customer
ID Varchar 17 Nomor Kartu
Tanda Pengenal Customer
Job Varchar 30 Pekerjaan
Customer
Customer_Address1 Varchar 50 Alamat
Customer 1
Customer_Address2 Varchar 50 Alamat
Customer 2
Customer_Phone Varchar 20 Nomor Telepon
Customer Tabel A.3 Tabel Customer
4. Tabel Hotel
Nama Field Tipe Data Ukuran Identity Keterangan
Hotel_Code Char 5 Primary
key
Kode Hotel
Hotel_Name Varchar 50 Nama Hotel
Hotel_Address Varchar 100 Alamat Hotel
Hotel_City Varchar 25 Kota Hotel
Hotel_Zip Char 15 Kode Pos Hotel
Hotel_Country Varchar 25 Negara Hotel
Hotel_Phone Varchar 20 Nomor Telepon
Hotel
Hotel_Fax Varchar 20 Nomor Fax
A-3
Hotel_Email Varchar 50 Email Hotel
Tabel A.4 Tabel Hotel
5. Tabel Room
Nama Field Tipe Data Ukuran Identity Keterangan
Room_Code Char 5 Primary
Key
Kode Room
Hotel_Code Char 5 Foreign
Key
Kode Hotel
Room_Type Varchar 50 Tipe Room
Meal Varchar 5 Makanan
Sup_Room_Price Numeric 18,2 Harga Kamar
dari Supplier
Cus_Room_Price Numeric 18,2 Harga Kamar
untuk Customer Tabel A.5 Tabel Room
6. Tabel Hotel_Reservation_Header
Nama Field Tipe Data Ukuran Identity Keterangan
Hotel_Res_Code Char 7 Primary
Key
Kode Pemesanan Hotel
Date Datetime - Tanggal
Menyimpan Data
Staff_Code Char 2 Foreign
Key
Kode Staff
Customer_Code Int - Foreign
Key
Kode Customer
7. Tabel Hotel_Reservation_Detail
Nama Field Tipe Data Ukuran Identity Keterangan
HotelNo Int - Primary
Key
Kode Hotel
Hotel_Res_Code Char 7 Foreign Key
Kode Pemesanan Hotel
Room_Code Char 5 Foreign
Key
Kode Room
Check_In Datetime - Tanggal Check
In
Check_Out Datetime - Tanggal Check
Out Tabel A.7 Tabel Hotel_Reservation_Detail
8. Tabel Voucher
Nama Field Tipe Data Ukuran Identity Keterangan
Voucher_Code Char 7 Primary
Key
Kode Voucher
DOI Datetime - Tanggal
Voucher
Hotel_Res_Code Char 7 Foreign
Key
Kode Pemesanan Hotel Tabel A.8 Tabel Voucher
9. Tabel Airline
Nama Field Tipe Data Ukuran Identity Keterangan
Airline_Code Varchar 3 Primary
Key
A-5
Airline_Name Varchar 30 Nama Airline
Airline_Address Varchar 50 Alamat Airline
Airline_Phone Varchar 30 Nomor
Telepon Airline
Airline_Fax Varchar 30 Nomor Fax
Airline Tabel A.9 Tabel Airline
10. Tabel Flight_Price
Nama Field Tipe Data Ukuran Identity Keterangan
Flight_Price_Code Int - Primary
Key
Kode Harga Penerbangan
FlightNo Int - Foreign
Key
Nomor Penerbangan
Class_Type Varchar 20 Tipe Kelas
Sup_Class_Price Numeric 18,2 Harga Tiket
Penerbangan dari Supplier
Cus_Class_Price Numeric 18,2 Harga Tiket
Penerbangan untuk
Customer Tabel A.10 Tabel Flight_Price
11. Tabel Flight
Nama Field Tipe Data Ukuran Identity Keterangan
FlightNo Int - Primary
Key
Nomor Penerbangan
Flight/Penerba ngan
Airline_Code Char 3 Foreign
Key
Kode Airline
Flight_Date Datetime - Tanggal
Penerbangan
Flight_Type Varchar 20 Tipe
Flight/Penerba ngan
Departure Varchar 20 Kota
Keberangkatan
Arrival Varchar 20 Kota
Kedatangan Tabel A.11 Tabel Flight
12. Tabel Cruise Operator
Nama Field Tipe Data Ukuran Identity Keterangan Cruise_Operator_Code Int - Primary
Key
Kode Operator Cruise
Cruise_Operator_Name Varchar 30 Nama
Operator Cruise Cruise_Operator_Addre ss Varchar 100 Alamat Operator Cruise
Cruise_Operator_Phone Varchar 20 Nomor
Telepon operator Cruise
A-7 Operator Cruise
Cruise_Operator_Email Varchar 50 Alamat Email
Operator Cruise Tabel A.12 Tabel Cruise_Operator
13. Tabel Cruise
Nama Field Tipe Data Ukuran Identity Keterangan
Cruise_Code Char 5 Primary
Key
Kode Cruise
Cruise_Operator_Code Int - Foreign
Key
Kode Operator Cruise
Cruise_Name Varchar 50 Nama
Operator Cruise Tabel A.13 Tabel Cruise
14. Tabel Cruise_Voyage
Nama Field Tipe Data Ukuran Identity Keterangan Cruise_Voyage_Code Char 5 Primary
Key
Kode Pelayaran
Cruise_Code Char 5 Foreign
Key
Kode Cruise
Cruise_Date Datetime - Tanggal
Keberangkatan Cruise
Route Varchar 500 Rute Pelayaran
15. Tabel Cruise_Price
Nama Field Tipe Data Ukuran Identity Keterangan
Cruise_Price_Code Int - Primary
Key
Kode Harga Cruise
Cruise_Voyage_Code Char 5 Foreign
Key
Kode Pelayaran
Cabin_Type Char 50 Kode Kabin
Sup_Cabin_Price Numeric 18,2 Harga Kabin
dari Supplier
Cus_Cabin_Price Numeric 18,2 Harga Kabin
untuk Customer Tabel A.15 Tabel Cruise_Price
16. Tabel Train
Nama Field Tipe Data Ukuran Identity Keterangan
Train_Code Char 5 Primary
Key
Kode Kereta
Train_Name Varchar 20 Nama Kereta
Train_Route Varchar 100 Rute Kereta
Api Tabel A.16 Tabel Train
17. Tabel Train_Price
Nama Field Tipe Data Ukuran Identity Keterangan
Train_Price_Code Int - Primary
Key
Kode Harga Kereta
Train_Code Char 5 Foreign
Key
Kode Kereta
A-9
Sup_cabin_price Numeric 18,2 Harga Kabin
dari Supplier
Cus_cabin_price Numeric 18,2 Harga Kabin
untuk Customer Tabel A.17 Tabel Train_Price
18. Tabel Flight_Reservation_Header
Nama Field Tipe Data Ukuran Identity Keterangan
Fres_Code Int - Primary
Key
Kode Pemesanan Tiket
Penerbangan
Customer_Code Int - Foreign
Key
Kode Customer
Staff_Code Char 2 Foreign
Key
Kode Staff
Resdate DATETIME - Tanggal
Pemesanan Tiket
Penerbangan Tabel A.18 Tabel Flight_Reservation_Header
19. Tabel Flight_Reservation_Detail
Nama Field Tipe Data Ukuran Identity Keterangan
FNo Int - Primary
Key
Nomor Penerbangan
Fres_Code Int - Foreign
Key
Kode Pemesanan
Tiket
Penerbangan
Passenger_Name Varchar 30 Nama
Penumpang
Flight_Price_Code Int - Foreign
Key
Kode Harga Penerbangan Tabel A.19 Tabel Flight_Reservation_Detail
20. Tabel Train_Reservation_Header
Nama Field Tipe Data Ukuran Identity Keterangan
Tres_code Int - Primary
Key
Kode Pemesanan Tiket
Staff_Code Char 2 Foreign
Key
Kode Staff
Customer_Code Int - Foreign
Key
Kode Customer
Resdate DATETIME - Tanggal
Pemesanan Tiket Kereta Api
Tabel A.20 Tabel Train_Reservation_Header
21. Tabel Train_Reservation_Detail
Nama Field Tipe Data Ukuran Identity Keterangan
Tno Int - Primary
Key
Kode Tiket
Tres_Code Int - Foreign
Key
Kode Reservasi
A-11 Api
Train_Price_Code Int - Foreign
Key
Kode Harga Kereta
Tabel A.21 Tabel Train_Reservation_Detail
22. Tabel Attraction
Nama Field Tipe Data Ukuran Identity Keterangan
Attraction_Code Int - Primary
Key
Kode Attraction Place/Tempat Wisata
Attraction_Place Varchar 700 Nama
Attraction Place/ Tempat Wisata
Tabel A.22 Tabel Attraction
23. Tabel Tour
Nama Field Tipe Data Ukuran Identity Keterangan
Tour_Code Int - Primary
Key
Kode Tour
Tour_Name Varchar 150 Nama Tour
Tour_Destination Varchar 500 Tempat Tujuan
Tour
Tour_Days Int - Jumlah hari
tour
Attraction_Code Int - Foreign
Key
Kode Attraction Place/Tempat Wisata
Hotel_Desc Varchar 250 Keterangan Nama-Nama
Hotel yang ditempati
Tabel A.23 Tabel Tour
24. Tour_Price
Nama Field Tipe Data Ukuran Identity Keterangan
Tour_Price _Code Int - Primary
Key
Kode Deskripsi Harga Tour
Cruise_Price_Code Int - Foreign
Key
Kode Harga Cruise
Flight_Price_Code Int - Foreign
Key
Kode Harga Penerbangan
Tour_Code Int - Foreign
Key
Kode Tour
Tour_Hotel_Rates Numeric 18,2 Rate Harga
Hotel
Tour_Transportp Numeric 18,2 Jumlah Total
Biaya Transportasi untuk Tour
Tour_Souvenirp Numeric 18,2 Harga
Souvenir untuk Tour
Tour_OATicket Numeric 18,2 Harga Tiket
Object Wisata
Tour_Guide Numeric 18,2 Harga
A-13 Wisata
Tour_Food Numeric 18,2 Harga
Makanan
Insurance_Rates Numeric 18,2 Biaya
Asuransi Tabel A.24 Tabel Tour_Price
25. Tabel Tour_Reservation_Header
Nama Field Tipe Data Ukuran Identity Keterangan
Tour_Res_Code Char 7 Primary
Key
Kode Pemesanan Tiket
Staff_Code Char 2 Foreign
Key
Kode Staff
Customer_Code Int - Foreign
Key
Kode Customer
ResDate Datetime - Tanggal
Pemesanan Tur
Tabel A.25 Tabel Tour-Reservation_Header
26. Tabel Tour_Reservation_Detail
Nama Field Tipe Data Ukuran Insert Keterangan
TourNo Int - Primary
Key
Kode Tur
Tour_Res_Code Char 7 Foreign
Key
Kode Pemesanan Tiket
Hotel_Res_Code Char 7 Foreign
Key
Kode Pemesanan
Hotel
Tour_Price_Code Int - Foreign
Key
Kode Harga Tur
Participant_Name Varchar 30 Nama Peserta
Tour Tabel A.26 Tabel Tour_Reservation_Detail
27. Tabel LG_Header
Nama Field Tipe Data Ukuran Identity Keterangan
LG_Code Int - Primary
Key
Kode LG
LG_Date Datetime - Tanggal Cetak
LG
Invoice_No Char 7 Foreign
Key
Nomor Invoice
Cruise_Operator_Code Int - Foreign
Key
Kode Operator Cruise
Hotel_Code Char 5 Foreign
Key
Kode Hotel
Airline_Code Char 3 Foreign
Key
Kode Airline
Train Char 5 Kode Kereta
Api
Staff_Code Char 2 Foreign
Key
Kode Staff
Tabel A.27 Tabel LG_Header
28. Tabel LG_Detail
Nama Field Tipe Data Ukuran Identity Keterangan
A-15 Key
LG_Code Int - Foreign
Key
Kode LG
Cruise_Price_Code Int - Foreign
Key
Kode Harga Cruise
Hotel_Res_Code Char 7 Foreign
Key
Kode Pemesanan Hotel
Fres_Code Char 7 Foreign
Key
Kode Pemesanan Tiket
Tres_code Int - Foreign
Key
Kode Pemesanan Tiket
Voucher_Code Char 7 Foreign
Key
Kode Voucher
Customer_Code Int - Foreign
Key
Kode Customer Tabel A.29 Tabel LG_Detail
29. Tabel Invoice_Header
Nama Field Tipe Data Ukuran Identity Keterangan
Invoice_No Char 7 Primary
Key
Nomor Invoice
Customer_Code Int - Foreign
Key
Kode Customer
Staff_Code Char 2 Foreign
Key
Kode Staff
InvDate Datetime - Tanggal
cetak
DueDate Datetime - Tanggal jatuh
tempo invoice Tabel A.29 Tabel Invoice_Header
30. Tabel Invoice_Detail
Nama Field Tipe Data Ukuran Identity Keterangan
InvNo Int - Primary
Key
Nomor Invoice detail
Invoice_No Char 7 Foreign
Key
Nomor Invoice
Tour_Res_Code Char 7 Foreign
Key
Kode Pemesanan Tour
Hotel_Res_Code Char 7 Foreign
Key
Kode Pemesanan Hotel
Fres_Code Int - Foreign
Key
Kode Pemesanan Tiket
Penerbangan
Tres_code Int - Foreign
Key
Kode Pemesanan Tiket
Voucher_Code Char 7 Foreign
Key
Kode Voucher
A-17 31. Tabel Bank
Nama Field Tipe Data Ukuran Identity Keterangan
Bank_Code Char 3 Primary
Key
Kode Bank
Bank_Name Varchar 30 Nama Bank
Tabel A.31 Tabel Bank
32. Tabel Payment_Type
Nama Field Tipe Data Ukuran Identity Keterangan
Payment_Type Char 2 Primary
Key
Kode Tipe Pembayaran
Payment_Description Varchar 20 Deskripsi
Tipe
Pembayaran Tabel A.32 Tabel Payment_Type
33. Tabel Customer_Payment
Nama Field Tipe Data Ukuran Identity Keterangan
Cus_Pay_Code Int - Primary
Key
Kode Pembayaran Customer
Invoice_No Char 7 Foreign
Key
Nomor Invoice
Payment_Type Char 2 Foreign
Key
Kode Tipe Pembayaran
Bank_Code Char 3 Foreign
Key
Kode Bank
PayDate Datetime - Tanggal
Customer
Customer_Code Int - Foreign
Key
Kode Customer
Staff_Code Char 2 Foreign
Key
Kode Staff
Payment_Bill Numeric 18,2 Harga
Pembayaran
Paid Char 1 Status
Pembayaran Tabel A.33 Tabel Customer_Payment
34. Tabel Supplier_Payment
Nama Field Tipe Data Ukuran Identity Keterangan
Sup_Pay_Code Int - Primary
Key
Kode Pembayaran ke Supplier
PayDate Datetime - Tanggal
Pembayaran ke Supplier
DueDate Datetime - Tanggal jatuh
tempo pembayaran ke Supplier
Payment_Bill Numeric 18,2 Harga yang
dibayarkan ke Supplier
Payment_Type Char 2 Foreign
Key
Kode tipe pembayaran
Bank_Code Char 3 Foreign
Key
A-19
LG_Code Int - Foreign
Key
Kode LG
Paid Char 1 Status
Pembayaran Tabel A.34 Tabel Supplier_Payment
35. Tabel Receipt
Nama Field Tipe Data Ukuran Identity Keterangan
Receipt_Code Int - Primary
Key
Nomor Receipt
Receipt_Date Datetime - Tanggal
Receipt di cetak
Cus_Pay_Code Int - Foreign
Key
Kode Pembayaran Customer
Sup_Pay_Code Int - Foreign
Key
Kode Pembayaran ke Supplier Tabel A.35 Tabel Receipt
36. Tabel Refund
Nama Field Tipe Data Ukuran Identity Keterangan
Refund_Code Int - Primary
Key
Kode Refund
RefDate Datetime - Tanggal
Refund
Invoice_No Char 7 Foreign
Key
Nomor Invoice
Customer_Code Int - Foreign Key
Kode Customer
Cus_Pay_Code Int - Foreign
Key
Kode Pembayaran Customer
Sup_Pay_Code Int - Foreign
Key
Kode Pembayaran ke Supplier
Staff_Code Char 2 Foreign
Key
Kode Staff
Sup_Ref_Penalty Numeric 18,2 Harga Penalty
dari Supplier
Cus_Ref_Penalty Numeric 18,2 Harga Penalty
untuk Customer
Receipt_Code Int - Foreign
Key
Nomor Receipt
Note Varchar 20 Keterangan
Transaksi Tabel A.36 Tabel Refund
37. Tabel Document
Nama Field Tipe Data Ukuran Identity Keterangan
Document_Code Char 9 Primary
Key
Kode Dokument
DOI Datetime - Tanggal
Invoice Dikeluarkan
Doc_Date Datetime - Tanggal
Pembuatan Dokumen
A-21
Customer_Code Int - Foreign
Key
Kode Customer
Staff_code Char 2 Foreign
Key
Kode Staff
Passport Varchar 18 Nomor
Passport
Visa Varchar 11 Nomor Visa
LAMPIRAN
B
GAMBAR PROSES
ETL PER
B-1
1. DimAirline
Gambar B.1 Proses ETL dari OLTP ke OLAP
Gambar B.3 Slowly Changing Dimension Wizard
B-3
Gambar B.5 Pemilihan Kolom dan Atribut
Gambar B.7 Inferred dimension members
B-5
Gambar B.9 Tampilan Proses Transformasi dari Database ke Data Warehouse sebelum di execute
Gambar B.10 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
2. DimCruise
Gambar B.11 Proses ETL dari OLTP ke OLAP
B-7
Gambar B.13 Slowly Changing Dimension Wizard
Gambar B.15 Pemilihan Kolom dan Atribut
B-9
Gambar B.17 Inferred Dimension Members
Gambar B.19 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.20 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
B-11
3. DimCruiseOperator
Gambar B.21 Proses ETL dari OLTP ke OLAP
Gambar B.23 Slowly Changing Dimension Wizard
B-13
Gambar B.25 Pemilihan Kolom dan Atribut
Gambar B.27 Inferred Dimension Members
B-15
Gambar B.29 Tampilan Proses Transformasi dari Database ke Data Warehouse sebelum di execute
Gambar B.30 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
4. DimCus
Gambar B.31 Proses ETL dari OLTP ke OLAP
B-17
Gambar B.33 Slowly Changing Dimension Wizard
Gambar B.35 Pemilihan Kolom dan Atribut
B-19
Gambar B.37 Inferred Dimension Members
Gambar B.39 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.40 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
B-21
5. DimHotel
Gambar B.41 Proses ETL dari OLTP ke OLAP
Gambar B.43 Slowly Changing Dimension Wizard
B-23
Gambar B.45 Pemilihan Kolom dan Atribut
Gambar B.47 Inferred Dimension Members
B-25
Gambar B.49 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.50 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
6. DimRoom
Gambar B.51 Proses ETL dari OLTP ke OLAP
B-27
Gambar B.53 Slowly Changing Dimension Wizard
Gambar B.55 Pemilihan Kolom dan Atribut
B-29
Gambar B.57 Inferred Dimension Members
Gambar B.59 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.60 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
B-31
7. DimStaff
Gambar B.61 Proses ETL dari OLTP ke OLAP
Gambar B.63 Slowly Changing Dimension Wizard
B-33
Gambar B.65 Pemilihan Kolom dan Atribut
Gambar B.67 Inferred Dimension Members
B-35
Gambar B.69 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.70 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
8. DimTour
Gambar B.71 Proses ETL dari OLTP ke OLAP
B-37
Gambar B.73 Slowly Changing Dimension Wizard
Gambar B.75 Pemilihan Kolom dan Atribut
B-39
Gambar B.77 Inferred Dimension Members
Gambar B.79 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.80 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
B-41
9. DimTrain
Gambar B.81 Proses ETL dari OLTP ke OLAP
Gambar B.83 Slowly Changing Dimension Wizard
B-43
Gambar B.85 Pemilihan Kolom dan Atribut
Gambar B.87 Inferred Dimension Members
B-45
Gambar B.89 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.90 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
10. DimTime
Gambar B.91 Proses ETL dari OLTP ke OLAP
Gambar B.92 Konfigurasi OLE DB Source dengan menggunakan SQL
B-47
Gambar B.93 Slowly Changing Dimension Wizard
Gambar B.95 Pemilihan Kolom dan Atribut
B-49
Gambar B.97 Inferred Dimension Members
Gambar B.99 Tampilan Proses Transformasi dari Database ke Data
Warehouse sebelum di execute
Gambar B.100 Proses Transformasi dari Database ke Data Warehouse setelah berhasil di execute dengan sukses
B-51
11. Fakta AirlineSalesFact
Gambar B.101 Proses ETL dari OLTP ke OLAP
Gambar B.102 Konfigurasi OLE DB Source dengan menggunakan SQL
Gambar B.103 Konfigurasi OLE DB Destination
Gambar B.104 Proses Mapping dari field OLE DB Source ke field pada OLE DB Destination
B-53
Gambar B.105 Proses pada Control Flow
Gambar B.106 Proses pembuatan koneksi baru pada proses Execute T- SQL Statement
Gambar B.107 Proses konfigurasi nama koneksi dan nama server yang akan digunakan
B-55
Gambar B.109 Proses eksekusi yang berhasil pada control flow
Gambar B.110 Proses eksekusi aliran data yang berhasil dilakukan pada
12. Fakta CruiseSalesFact
Gambar B.111 Proses ETL dari OLTP ke OLAP
Gambar B.112 Konfigurasi OLE DB Source dengan menggunakan SQL
B-57
Gambar B.113 Konfigurasi OLE DB Destination
Gambar B.114 Proses mapping dari field OLE DB Source ke field pada OLE DB Destination
Gambar B.115 Proses pada control flow
Gambar B.116 Proses pembuatan koneksi baru pada proses Execute T- SQL Statement
B-59
Gambar B.117 Proses konfigurasi nama koneksi dan nama server yang akan digunakan
Gambar B.119 Proses eksekusi yang berhasil pada control flow
Gambar B.120 Proses eksekusi aliran data yang berhasil dilakukan pada
B-61
13. Fakta TourSalesFact
Gambar B.121 Proses ETL dari OLTP ke OLAP
Gambar B.122 Konfigurasi OLE DB Source dengan menggunakan SQL
Gambar B.123 Konfigurasi OLE DB Destination
Gambar B.124 Proses Mapping dari field OLE DB Source ke field pada OLE DB Destination
B-63
Gambar B.125 Proses pada control flow
Gambar B.126 Proses pembuatan koneksi baru pada proses Execute T- SQL Statement
Gambar B.127 Proses konfigurasi nama koneksi dan nama server yang akan digunakan
B-65
Gambar B.129 Proses eksekusi yang berhasil pada control flow
Gambar B.130 Proses eksekusi aliran data yang berhasil dilakukan pada
14. Fakta HotelSalesFact
Gambar B.131 Proses ETL dari OLTP ke OLAP
Gambar B.132 Konfigurasi OLE DB Source dengan menggunakan SQL
B-67
Gambar B.133 Konfigurasi OLE DB Destination
Gambar B.134 Proses mapping dari field OLE DB Source ke field pada OLE DB Destination
Gambar B.135 Proses pada control flow
Gambar B.136 Proses pembuatan koneksi baru pada proses Execute T- SQL Statement
B-69
Gambar B.137 Proses konfigurasi nama koneksi dan nama server yang akan digunakan
Gambar B.139 Proses eksekusi yang berhasil pada control flow
Gambar B.140 Proses eksekusi aliran data yang berhasil dilakukan pada
B-71
15. Fakta TrainSalesFact
Gambar B.141 Proses ETL dari OLTP ke OLAP
Gambar B.142 Konfigurasi OLE DB Source dengan menggunakan SQL
Gambar B.143 Konfigurasi OLE DB Destination
Gambar B.144 Proses mapping dari field OLE DB Source ke field pada OLE DB Destination
B-73
Gambar B.145 Proses pada control flow
Gambar B.146 Proses pembuatan koneksi baru pada proses Execute T- SQL Statement
Gambar B.147 Proses konfigurasi nama koneksi dan nama server yang akan digunakan
B-75
Gambar B.149 Proses eksekusi yang berhasil pada control flow
Gambar B.150 Proses eksekusi aliran data yang berhasil dilakukan pada
LAMPIRAN
C
A. Analisa Kebutuhan Sistem Direktur
Lembar Wawancara Kebutuhan Sistem
Nama
Jabatan
Tanggal Wawancara Waktu Wawancara
Tempat Wawancara
1. Proses bisnis yang sedang berjalan khususnya pada bagian penjualan?
2. Masalah seperti apa yang di alami oleh perusahaan?
3. Bagaimana sistem laporan yang sudah dihasilkan oleh aplikasi yang ada?
4. Apakah laporan itu mudah dilihat dan dilakukan analisis?
5. Laporan apa yang di inginkan untuk kedepannya?
C-2
B. Analisa Kebutuhan Sistem Financial Manager
Lembar Wawancara Kebutuhan Sistem
Nama
Jabatan
Tanggal Wawancara Waktu Wawancara
Tempat Wawancara
1. Bagaimana sistem laporan yang sudah dihasilkan oleh aplikasi yang ada?
2. Apakah laporan itu mudah dilihat dan dilakukan analisis?
3. Laporan apa yang di inginkan untuk kedepannya?
C. Analisa Kebutuhan Sistem Tour & Ticketing Manager
Lembar Wawancara Kebutuhan Sistem
Nama
Jabatan
Tanggal Wawancara Waktu Wawancara
Tempat Wawancara
1. Bagaimana sistem laporan yang sudah dihasilkan oleh aplikasi yang ada?
2. Laporan apa yang di inginkan untuk kedepannya?
C-4
D. Analisa Kebutuhan Sistem IT Support
Lembar Wawancara Kebutuhan Sistem
Nama
Jabatan
Tanggal Wawancara Waktu Wawancara
Tempat Wawancara
1. Masalah apa yang sedang dihadapi ?
2. Seberapa sering melakukan maintenance pada database dan aplikasi yang sudah ada?