sql开启xp_cmdshell
sp_configure 'show advanced options',1 reconfigure go sp_configure 'xp_cmdshell',1 reconfigure go
sql开启xp_cmdshell
sp_configure 'show advanced options',1 reconfigure go sp_configure 'xp_cmdshell',1 reconfigure go
转载于:https://www.cnblogs.com/cb168/p/5130835.html