blueice 发表于 2018-10-23 13:35:20

MS SQL 启用xp_cmdshell

  MASTER数据库执行以下语句
  EXEC sp_configure 'show advanced options', 1
  RECONFIGURE;
  EXEC sp_configure 'xp_cmdshell', 1
  RECONFIGURE

页: [1]
查看完整版本: MS SQL 启用xp_cmdshell