--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
execute sp_configure 'show advanced options',1
go
reconfigure
go
execute sp_configure 'xp_cmdshell',1
go
reconfigure
go
No comments:
Post a Comment