I am attempting to set up a user to allow them to be able to execute the xp_cmdshell extended stored procedure and the user is not an admin. I have attempted to run:
exec xp_sqlagent_proxy_account N'SET',
N'builtin', 'userName', 'password'
and i get the following error:
No mapping between account names and security IDs was done.
Any suggestions?
Thanks,
-bell
exec xp_sqlagent_proxy_account N'SET',
N'builtin', 'userName', 'password'
and i get the following error:
No mapping between account names and security IDs was done.
Any suggestions?
Thanks,
-bell