日期:2014-05-17 浏览次数:20598 次
/******代码*******/
use master
go
exec sp_configure 'show advanced options',1
reconfigure
go
exec sp_configure 'Agent XPs',1
reconfigure
go
exec sp_configure 'xp_cmdshell',1
reconfigure
go
exec xp_cmdshell 'net start sqlagent$mysql1'
/***********
结果
发生系统错误 5。
NULL
拒绝访问。
NULL
NULL
***********/