Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. The use of parameters, including parameter markers in _______ applications, can increase the reuse of execution plans.
Correct Answer is : All of the mentioned
2. Point out the correct statement :
Correct Answer is : Parameter markers are question marks (?) that replace a constant in an SQL statement
3. Use to bind an integer variable to the first parameter marker in an SQL statement.
Correct Answer is : SQLBindParameter
4. Point out the wrong statement :
Correct Answer is : MisGuided Plan Executions/sec represents number of plan executions per second in which the query plan has been generated by using a plan guide
5. Which of the following SQL Server SQL Statistics counter represents number of auto-parameterization attempts per second ?
Correct Answer is : Auto-Param Attempts/sec
6. The maximum size for all caches is a function of the ________ size.
Correct Answer is : Buffer pool
7. The conditions that invalidate a plan include the following :
Correct Answer is : Changes made to a table or view referenced by the query
8. What is the syntax for DBCC FREEPROCCACHE with all the optional parameters in T-SQL?