图解SQL Server阻止了对组件xp_cmdshell的过程

2024-10-13 00:44:11

1、若对“sp_configure”不熟悉,可以先去百度了解一下sp_configure的语法以及参数。

图解SQL Server阻止了对组件xp_cmdshell的过程

3、在这里还需要使用“RECONFIGURE”来进行重新配置,使用其生效。

图解SQL Server阻止了对组件xp_cmdshell的过程

5、现在再去执行BCP就不会出现错误提示了。成功导出。

图解SQL Server阻止了对组件xp_cmdshell的过程

7、附上SQL语句方便复制:sp_configure 'show advanced options',1reconfiguregosp_configure 'xp_cmdshell',1reconfigurego

猜你喜欢