The third step in the permissions section is wrong. Instead of single quotes it should have either double quotes or brackets.In Management Studio, using the master database, execute the GRANT exec ON xp_cmdshell TO "<somelogin>" statement to give specific non-sysadmin users the ability to execute xp_cmdshell. The specified login must be mapped to a user in the master database.
↧