sql_server sa开启xp_cmdshell

 执行数据库指令

  
  
  
  
  1. EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE; 

你可能感兴趣的:(SA,SQL_SERVER,xp_cmdshell)