P.S: If your answer sheet is different, lets us know and we would surely like to look into it. Pls feel free to drop us a message at [email protected] We would surely help you with it
iLab 4: Create a data warehouse using a star schema and then analyze data
warehouse information.
The management of the Coffee Merchant needs to find the sales pattern by data mining the sales data. The
purpose of the data mining exercise is to find any of the sales patterns. In particular, the senior management
team is interested in the quarterly sales reports by different sales region. From the experience, the team thinks
that each region would have different product needs at a different quarter. As a sales analyst, you need to
apply the data mining techniques using SQL Server Reporting Services.
Your assignment is to create a parameter, matrix report, and explain the report to find sales a pattern at a
different region on a different fiscal year quarter.
Submit the YourName_Lab4_Questions.docx to the Week 4 iLab Dropbox.
Steps Deliverable Points
Step 1 Translate the business requirements into operational data
mining specifications.
10
Step 2d to Step
2h
Find the right tables and columns from data warehouse (Coffee
Merchant database).
10
Step 4 Create a parametric, metric report. 10
Print
Submit your assignment to the Dropbox located on the silver tab at the
top of this page.
(See the Syllabus section “Due Dates for Assignments & Exams” for due
dates.)
i L A B O V E R V I E W
Scenario and Summary
Deliverables
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
1 of 14 9/25/2014 12:00 AM
Final
Deliverable
Lab 4 Student Answer Sheet 30
Download the Week4_Lab4_Questions.docx from DocSharing. You will answer the questions and
provide screen prints as required for each part of the lab.
1.
Read the scenario and translate the requirements into 2. specifications.
3. Connect to iLab.
4. Connect to BIS445SQL data source.
5. Connect to Coffee Merchant database.
Part A: Set up data by writing SQL script
Understand the usage of CAST function to find the quarter by dividing month number by three.
CAST(Month(Orders.OrderDate) -1) /3 + 1 as VARCHAR)
Study this SQL statement.
a. Open your Citrix Laboratory, click the SQL 2008 Server Management Studio.
You will see a similar screen – where the Server Name is : BIS445SQL2008
i L A B S T E P S
Preparation Back to Top
STEP 1: Problem Description Back to Top
STEP 2: Prepare the SQL script to extract the data Back to Top
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
2 of 14 9/25/2014 12:00 AM
On the Server name chose b. the right Server.
Browse to your available database, and find the Coffee Merchant database. Create a new query
window for this database.
c.
d. Study the following SQL script.
e. Run the SQL script, you should see the follwong result data set:
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
3 of 14 9/25/2014 12:00 AM
Check Columns to make sure you have the right data f. for data mining.
g. Your screen should look similar to the above screenshot.
a. Open SQL 2008 Server Business Intelligence Development Studio.
b. Select File -> New Project….
c. Select Report Server Project
d. Type Report 4 as the report name.
e. Select an appropriate location to save your work.
f. Click OK to create the New Project file.
STEP 3: Create data source connection for the report. Back to Top
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
4 of 14 9/25/2014 12:00 AM
Move your cursor to the upper-right corner and click g. on Solution Explorer.
You should see the following screenshot, which depicts the Solution Explorer panel with the project
name listed.
h.
In the Solution Explorer, right click on Shared Data Sources and select Add New Data Source to
define the data source that you will use by using data source wizard.
i.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
5 of 14 9/25/2014 12:00 AM
j. Click on Edit button.
Type in the Server information you have utilized to connect to the SQL2008 Server Management Studio
databases and select BIS445_CoffeeMerchant from the Conntect to a database pulldown menu. If
you do not know the server information, contact your instructor. For example:
k.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
6 of 14 9/25/2014 12:00 AM
Click on Test Connection, you should be able to connect to the right SQL Server data source and
receive the following screenshot stating the test succeeded.
l.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
7 of 14 9/25/2014 12:00 AM
Click on the OK button three times to accept the connection wizard settings. You should now be
connected to the data source.
m.
In the Solution Explorer right a. click on Reports.
b. Select Add New Report to open the Report Wizard.
STEP 4: Create a parametric, metric report for data mining Back to Top
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
8 of 14 9/25/2014 12:00 AM
c. Click on Next button.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
9 of 14 9/25/2014 12:00 AM
Click on Next button again. Then, paste the following SQL Script into d. the Edit Panel:
e. This query is modified from Step 2, by adding the “@state” parameter at the end of the script.
f. Your screen should look like this:
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
10 of 14 9/25/2014 12:00 AM
Click on Next Button, then, select g. Matrix radio button.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
11 of 14 9/25/2014 12:00 AM
Then, click on the Next button. Then, make the following h. selection:
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
12 of 14 9/25/2014 12:00 AM
Click on Finish button twice. You should have the design panel shown i. as the following.
j. Click on Preview tab; Type in PA in the State textbox; then, click on View Report button.
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
13 of 14 9/25/2014 12:00 AM
You should see the PA k. state sales pattern.
Submit your completed YourName_Lab4_Questions.docx to the Week 4 iLab Dropbox.
Final Deliverable Back to Top
Submit your assignment to the Dropbox located on the silver tab at the
top of this page.
(See the Syllabus section “Due Dates for Assignments & Exams” for due
dates.)
iLab https://devry.equella.ecollege.com/file/def9abe0-d22c-40dd-82d0-c6169…
14 of 14 9/25/2014 12:00 AM
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.