70-450 · Question #141
You want to modify the server settings without using the Server properties screen from the Management Studio. Which stored procedure allows you to change server settings?
The correct answer is A. sp_configure. sp_configure displays or changes global configuration settings for the current server. When executed with no parameters, sp_configure returns a result set with five columns and orders the options alphabetically in ascending order, as shown in the following table
Question
You want to modify the server settings without using the Server properties screen from the Management Studio. Which stored procedure allows you to change server settings?
Options
- Asp_configure
- Bsp_bindrule
- Csp_addtype
- Dsp_autostats
How the community answered
(23 responses)- A78% (18)
- B4% (1)
- C4% (1)
- D13% (3)
Explanation
sp_configure displays or changes global configuration settings for the current server. When executed with no parameters, sp_configure returns a result set with five columns and orders the options alphabetically in ascending order, as shown in the following table
Topics
Community Discussion
No community discussion yet for this question.