On one of my SQL Server installations I have a linked server defined. I have created a stored proc that queries the linked server. If I log into the server as me (I'm an administrator) and use Query Analyzer to run the SP, it runs fine. If I am using QA from my own PC, I get: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Any ideas on what is causing this? I will be wanting to have this sp run from a .net application with another (non admin account), but I figured I'd start here at this point.
Thanks so much for any input!
CJ
Any ideas on what is causing this? I will be wanting to have this sp run from a .net application with another (non admin account), but I figured I'd start here at this point.
Thanks so much for any input!
CJ