摘要: 1、开启sp_configure 系统存储过程高级选项 exec sp_configure 'show advanced options' ,1; reconfigure; 2、开启扩展存储过程xp_cmdshell,用于运行cmd 命令 exec sp_configure 'xp_cmdshell 阅读全文
posted @ 2022-05-24 09:56 踏雪无痕2017 阅读(3024) 评论(0) 推荐(0)