PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-433 (update October 11th, 2015)

Exam 70-433: TS: Microsoft SQL Server 2008, Database Development (update October 11th, 2015)

Which resource should you investigate first?

You notice that a database server is responding slowly to queries. You run the following dynamic
management views (DMV) query on the server. SELECT TOP (10)
wait_type,
wait_time_ms
FROM sys.dm_os_wait_stats
ORDER BY wait_time_ms DESCÍž
The query returns a top wait type of SOS_SCHEDULER_YIELD.
You need to identify what is causing the server response issues. Which resource should you
investigate
first?

Which permissions should be granted?

You attempt to query sys.dm_db_index_usage_stats to check the status on the indexes in the
Contoso database. The query fails and you receive the following error:
“The user does not have permission to perform this action.”
You need to have the least amount of permissions granted to access the dynamic management
views.
Which permissions should be granted?


Page 13 of 15« First...1112131415