InterviewSolution
Saved Bookmarks
| 1. |
Which of the following query enables the Resource Governor?(a) ALTER RESOURCE GOVERNOR CONFIGURE;(b) ALTER RESOURCE RECONFIGURE;(c) ALTER RESOURCE GOVERNOR RECONFIGURE;(d) None of the mentionedThe question was posed to me by my school teacher while I was bunking the class.Question is taken from Resource Governor topic in division Performance Tuning and Optimization of SQL Server |
|
Answer» CORRECT ANSWER is (c) ALTER RESOURCE GOVERNOR RECONFIGURE; EXPLANATION: The Resource Governor is turned off by DEFAULT. |
|