I have an SQL non-sysadmin user. I am running xp_cmdshell in stored procedures so I was having issues as expected. I configured a proxy account to allow to run this.
I've used the following blog's instructions to do this Blog
I've successfully created a windows user for proxy account and I can run xp_cmdshell now .. but what I am facing is
SQLState = 28000, NativeError = 18456 Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'domain\accountName'. NULL
I couldn't find a workaround to this error.
where am I doing wrong..
Any help would be much appreciated
Thanks