摘要:
1.在sp_configure 配置xp_cmdshell 可运行2.创建一个账号 test ,用来执行 xp_cmdshell 但是非sysadmin权限3.用grant 把 xp_cmdshell 权限赋予 test4.创建代理账号,这个账号是windows 账号。5.在sql server 中 设置代理账号,右击实例属性 安全性下的代理中填入 windows 账号密码 或者使用sp_xp_cmdshell_proxy_account 设置代理账号 阅读全文
摘要:
1.在sp_configure 配置xp_cmdshell 可运行2.创建一个账号 test ,用来执行 xp_cmdshell 但是非sysadmin权限3.用grant 把 xp_cmdshell 权限赋予 test4.创建代理账号,这个账号是windows 账号。5.在sql server 中 设置代理账号,右击实例属性 安全性下的代理中填入 windows 账号密码 或者使用sp_xp_cmdshell_proxy_account 设置代理账号 阅读全文
|