码迷,mamicode.com
首页 > 数据库 > 详细

sqlserver开启'xp_cmdshell'命令

时间:2014-08-18 14:26:52      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   使用   io   div   log   ad   

--sql server中开启xp_cmdshell命令

1
--允许配置高级选项 EXEC sp_configure show advanced options, 1 GO RECONFIGURE GO 2--开启xp_cmdshell服务 EXEC sp_configure xp_cmdshell, 1 RECONFIGURE GO 3--使用 xp_cmdshell master..xp_cmdshell copy e:\databasebackup\test.bak m: 4-- 允许配置高级选项 EXEC sp_configure show advanced options, 1 GO RECONFIGURE GO -- 禁用xp_cmdshell EXEC sp_configure xp_cmdshell, 0 GO RECONFIGURE GO

 

sqlserver开启'xp_cmdshell'命令,布布扣,bubuko.com

sqlserver开启'xp_cmdshell'命令

标签:style   blog   color   使用   io   div   log   ad   

原文地址:http://www.cnblogs.com/dingqin0525/p/3919393.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!