MASTER数据库执行以下语句
EXEC sp_configure 'show advanced options', 1
RECONFIGURE;
EXEC sp_configure 'xp_cmdshell', 1
RECONFIGURE
转载于:https://blog.51cto.com/willgao/1566647
MASTER数据库执行以下语句
EXEC sp_configure 'show advanced options', 1
RECONFIGURE;
EXEC sp_configure 'xp_cmdshell', 1
RECONFIGURE
转载于:https://blog.51cto.com/willgao/1566647