Hello,
I am perplexed by an error I'm encountering.
I'm executing a SPROC on my machine, and I get this error: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON"
However, I execute the exact same SPROC when I remote to the server (same login as my domain credentials), it was successful.
Why would two machines yield different results when I execute under the same user?
I checked SYSTEM_USER on my machine versus the server, they return the same domain user.
Do I need to explicitly specify a user account when executing the SPROC?
Any pointer regarding this error would be really appreciated!