Exam 7: Performance Monitoring and Optimization

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

List and describe three types of problems that can result from uncontrolled access to the database.

(Essay)
4.9/5
(37)

If a request is made to use a resource that is busy, the request is dropped and must be re-issued.

(True/False)
4.9/5
(35)

Which Windows tool can provide the most detailed analysis of physical resource performance?

(Multiple Choice)
4.8/5
(31)

SQL Server ___________ is able to correlate time series events saved in a trace file with a data collection set from Performance Monitor.

(Short Answer)
4.9/5
(24)

Which of the following is true about indexes and index design?

(Multiple Choice)
4.8/5
(34)

The logical model is subjected to normalization, which can eliminate data redundancy.

(True/False)
4.9/5
(37)

What should you do if logical fragmentation of indexes is above 30 percent?

(Essay)
4.8/5
(35)

Which of the following is a guideline to follow that can help you avoid blocking locks and deadlocks?

(Multiple Choice)
4.7/5
(35)
Matching :
an important feature of a multiuser relational database management system that protects the integrity of data by controlling access to logical resources
lost update
occurs if a page has insufficient space to store new data in sequential order, and as a result, the page files become split
concurrency control
a previously saved trace file that was generated using SQL Server Profiler used for analysis by the Database Engine Tuning Advisor.
contiguous
Correct Answer:
Verified
Premises:
Responses:
an important feature of a multiuser relational database management system that protects the integrity of data by controlling access to logical resources
lost update
occurs if a page has insufficient space to store new data in sequential order, and as a result, the page files become split
concurrency control
a previously saved trace file that was generated using SQL Server Profiler used for analysis by the Database Engine Tuning Advisor.
contiguous
an optimization process to lower the duration of a query and overall costs by improving the design of the SQL code or by adding indexes
refactoring
a situation that is caused when a process must wait for locks to be released by other active processes before it is able to proceed
logical fragmentation
a database integrity problem that can occur if two processes attempt to update the same record concurrently and the updates of one process are overwritten by the second process
workload
a database integrity problem that occurs if a transaction attempts to read and summarize values while the data is in an inconsistent state due to a concurrent update process
blocking lock
any activity executed by the SQL Server database engine
query tuning
a term used to describe records that are stored next to each other in sequence
event
the process of improving the design of code
incorrect summary
(Matching)
4.8/5
(37)

Which of the following is true about query design?

(Multiple Choice)
4.9/5
(32)

_______________ improves the integrity of the database and reduces storage needs, but also splits data across multiple tables.

(Short Answer)
4.9/5
(35)

Which counter measures the data being transferred between the physical disk and memory?

(Multiple Choice)
4.8/5
(38)

The % Processor Time performance counter displays a count of the number of processes that are waiting for the processor.

(True/False)
4.8/5
(35)

Only one user or client application at a time may attempt to query a database.

(True/False)
5.0/5
(44)

Describe two SQL Server procedures that can be used to identify locking.

(Essay)
4.9/5
(32)

Index __________________ is a routine task that must be performed to ensure the optimal health of the database and query performance.

(Short Answer)
5.0/5
(40)

Which of the following is a suggested threshold for performing index fragmentation maintenance?

(Multiple Choice)
4.8/5
(40)

What are the two types of system performance metrics that are useful for troubleshooting SQL Server performance issues?

(Essay)
4.7/5
(37)

Which of the following is NOT a problem that may result from allowing uncontrolled access to the database?

(Multiple Choice)
4.8/5
(31)

Which of the following is true about the Database Engine Tuning Advisor?

(Multiple Choice)
4.9/5
(25)
Showing 21 - 40 of 41
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)