1.在查询分析器理启动或停止SQL Agent服务 启动 use master go xp_cmdshell ’net start SQLSERVERAGENT’ 停止 use master go xp_cmdshell ’net stop SQLSERVERAGENT’ 将服务的启动从手工方式改为自动启动方式 exec xp_cmdshell ’scm -Action 7 -Service mssqlserver ...
http://www.jb51.net//article/8752.htm
共有:1/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
