0% found this document useful (0 votes)
73 views1 page

Zycus PDF

The document contains 4 assignments related to database design, server usage optimization, duplicate records, and database performance issues. Assignment 1 asks to create an optimal database design for an invoice by identifying tables and relationships based on invoice details provided. Assignment 2 asks to analyze 6 months of usage data from 3 SQL Server production servers and justify a decision to management to reduce licensing costs without impacting performance. Assignment 3 asks about possible reasons for duplicate records in a table with over a million records and suggestions to avoid duplicates, including a query to remove duplicates. Assignment 4 describes a database server with 100 customer databases experiencing slow performance for 4 customers and asks how the problem would be addressed using SQL Server 2008 R2 Standard edition

Uploaded by

Dev
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views1 page

Zycus PDF

The document contains 4 assignments related to database design, server usage optimization, duplicate records, and database performance issues. Assignment 1 asks to create an optimal database design for an invoice by identifying tables and relationships based on invoice details provided. Assignment 2 asks to analyze 6 months of usage data from 3 SQL Server production servers and justify a decision to management to reduce licensing costs without impacting performance. Assignment 3 asks about possible reasons for duplicate records in a table with over a million records and suggestions to avoid duplicates, including a query to remove duplicates. Assignment 4 describes a database server with 100 customer databases experiencing slow performance for 4 customers and asks how the problem would be addressed using SQL Server 2008 R2 Standard edition

Uploaded by

Dev
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 1:

Invoice
Order No.: 001 Company Name Date: 21/12/07
Customer ID: AG01
Customer Name________________________________
Address:___________________________________________________
Contact No.____________________________________

Sr.No. Item No. Item Description Rate/ Unit Qty Amount

Total

Create optimal database design by looking at above invoice of XYZ Ltd. stationary store, also show all possible tables including
relationships.

Assignment 2:

Past 6 months usage report of 3 production servers having MSSQL 2008 R2 Standard, is as follows.
Server Number of Databases CPU Trend (min max) RAM Trend (min max)
Server A 500 1% - 10% 64GB
Server B 150 1% - 10% 64GB
Server C 400 1% - 10% 64GB

You have been asked by management to bring down licensing cost without compromising performance. What things you will
take in to considerations before making any decision. Justify your decision to management.

Assignment 3:

Item_code Item_description Item_Number Item_Category


Abc Xyz 100 HR
Abc Xyz 100 HR
Qpr Mno 300 BR
Stp Roi 300 BR

Above table contains more than million records. One of your colleagues has notices duplicate records in table as shown with
example of Abc. What could be the possible reasons of getting duplicate records from application? What will be your suggestion
to avoid duplicate records? Can you also suggest query to remove duplicate records from all the columns?

Assignment 4:

Xyz production database server contains 100 customer specific databases of particular ABC product. ABC product is web based
and accessed by these 100 customers over internet. Out of these 100 customers suddenly 4 customers start reporting severe
performance issues. Upon investigation monitoring team has found everything is fine at application and web end but all
requests are taking time on given database server. You have SQL Server 2008 R2 Standard edition installed on given server. How
youll go about solving this problem?

You might also like