MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following code can enable xp_cmdshell? |
| A. | master..sp_configure 'show advanced options',1 |
| B. | master..sp_configure 'show advanced options',1 |
| C. | master..sp_reconfigure 'show advanced options',1 |
| D. | All of the mentioned |
| Answer» B. master..sp_configure 'show advanced options',1 | |