InterviewSolution
Saved Bookmarks
| 1. |
Which of the following query disables the resource governor?(a) ALTER RESOURCE GOVERNOR ENABLE CONFIGURE;(b) ALTERGOVERNOR DISABLE;(c) ALTER RESOURCE GOVERNOR DISABLE;(d) None of the mentionedThe question was posed to me during an online interview.I'd like to ask this question from Resource Governor topic in section Performance Tuning and Optimization of SQL Server |
|
Answer» Correct OPTION is (C) ALTER RESOURCE GOVERNOR DISABLE; |
|