Which Of The Following Code Can Enable Xpcmdshell #408
Which of the following code can enable xp_cmdshell?
This multiple choice question (MCQ) is related to the book/course gs gs116 Microsoft SQL Server. It can also be found in gs gs116 Developing with SQL Server - SQL Injection - Quiz No.1.
Which of the following code can enable xp_cmdshell?
master..sp_configure 'show advanced options',1 reconfigure master..sp_configure 'xp_cmdshell',1 reconfigure
master..sp_configure 'show advanced options',1 configure master..sp_configure 'xp_cmdshell',1 configure
master..sp_reconfigure 'show advanced options',1 reconfigure master..sp_reconfigure 'xp_cmdshell',1 reconfigure
All of the mentioned
Similar question(s) are as followings:
Online Quizzes of gs116 Microsoft SQL Server
Developing with SQL Server - Error Handling - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Aggregation of Data - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Joins in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Views in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes