[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
浙公网安备 33010602011771号