Buenas a todos.
tengo la siguinete duda, como puedo ejecutar el xp_cmdshell
de SQL-Server mediante un usuario que no tiene derechos de
admin.
El problema es que me marca al tratar de ejecutarlo
que no tengo derechos
| |||
ejecución de xp_cmdshell de un suario sin derechos de admin Buenas a todos. tengo la siguinete duda, como puedo ejecutar el xp_cmdshell de SQL-Server mediante un usuario que no tiene derechos de admin. El problema es que me marca al tratar de ejecutarlo que no tengo derechos |
| |||
Te envio esto para que lo leas.... espero te sirva Now not just anyone can run this extended stored procedure. If you want to execute this extended stored procedure, you will either need to be a member of the sysadmin role, or have the xp_sqlagent_proxy_account set up on your SQL Server. If a login executing this extended stored procedure is a member of the sysadmin role then the submitted command will run under the security context associated with the SQL Server Service account in which it runs. If the login executing this procedure is not a member of the sysadmin role, then the command uses the xp_sqlagent_proxy_account login security context for determining whether operating system commands can and cannot be run. If there is no xp_sqlagent_proxy_account then using this procedure will fail for all users not in the sysadmin role. |