Stored Proc not using my user ID

  • Could someone please tell me why this works differently on the server and my desktop?

    I have a stored proc that gets data from several servers...

    For some reason when I use my SQL Server user ID, from my desktop using MS SQL Server Management Studio 2005, I keep getting "Login failed for user 'NT Authority\Anonymous Login' "

    but when I log into the server .. where the stored Proc is and run it, again using MS SQL Server Management Studio 2005 and the same SQL login.. no problem!

  • sounds like the stored procedure might be using linked servers. you might want to check what security the linked servers are using.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply