Saturday, 24 March 2018

Microsoft SQL Enable xp_cmdshell how to

 --Microsoft SQL Enable xp_cmdshell how to

execute sp_configure 'show advanced options',1

go

reconfigure

go

execute sp_configure 'xp_cmdshell',1

go

reconfigure

go

No comments:

Post a Comment