12 2006 档案

[ZT]SQL SERVER 2005开启xp_cmdshell的方法
摘要:EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE; 关闭一样.只是将上面的后面的那个"1"改成"0"就可以了. EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_... 阅读全文

posted @ 2006-12-04 20:14 林子 阅读(527) 评论(0) 推荐(0)

导航